A high-performance image model for use in Rails applications. Uses Paperclip and delayed_job to process and store large image files asynchronously in your app. This is a proof of concept and an ongoing project.
- delayed_job gem
- Paperclip gem
- MiniExiftool gem
- ExifTool by Phil Harvey
It’s just a Rails app.
- Download or clone
- Edit the database.yml file
- Edit the s3.yml file
- Rake gems:install
- Rake db:migrate
- Fire it up however you like
- Make sure you have delayed_job script or rake task running in order to process files
Based on my ongoing blog posts at http://callmeed.posterous.com