Skip to content

Ongoing attempt to build 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.

Notifications You must be signed in to change notification settings

bigfolio/Ultimate-Image-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Image Model

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.

Requirements

Install

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

More Info

Based on my ongoing blog posts at http://callmeed.posterous.com

About

Ongoing attempt to build 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published