Takky, an asynchronous image/file attachment gem

Build Status Code Climate

Takky aims to make uploading, storing, and processing file attachments simpler, easier, clearer, and more robust than existing file management gems. It works best in asynchronous environments using Sidekiq, but it supports synchronous uploads to Amazon S3 by default.

Installation

Add this line to your application's Gemfile:

gem "takky"

And then execute:

% bundle

Usage

Development

Contributing

  1. Fork it ( https://github.com/jmdeldin/takky/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request