Process your Paperclip attachments in the background with delayed_job, Resque or your own processor.
jstorimer
6 February, 2010
View Website
RubyGems Page
Rails 3.0?
Thread Safety?
JRuby?
Ruby 1.9?
Rails 3.1?
A newer version (2.4.5.1) is available for this plugin
Is it working for you?
For sharing
Leave a Comment
Have been using version 0.6.5 in production with Ruby 1.8.7.
gem 'delayed_paperclip', :git => 'git://github.com/jstorimer/delayed_paperclip.git', :branch => 'rails3'
With much appreciation to Jesse!
With Paperclip's problem with defining callbacks, this no longer works.
http://github.com/jstorimer/delayed_paperclip/issues#issue/8
For sharing