jrgifford / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
http://www.jstorimer.com/ruby/2010/01/30/delayed-paperclip.html
MIT License
404 stars 155 forks source link

process_in_bacground not working when using media_remote_url for paperclip #182

Open eduardm opened 8 years ago

eduardm commented 8 years ago

With paperclip is possible to pass an url instead of uploading the file and use media_remote_url for this. In this case process_in_background is not working (nothing is added to queue to be processed)