Takky, an asynchronous image/file attachment gem
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
- Fork it ( https://github.com/jmdeldin/takky/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request