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
402 stars 155 forks source link

support for sucker_punch #100

Closed linojon closed 9 years ago

linojon commented 10 years ago

Hi, I’ve forked delayed_paperclip and added support for sucker_punch https://github.com/linojon/delayed_paperclip/tree/sucker_punch . It works on my development environment as well as deployed to live site on Heroku.

An advantage of sucker_punch is it runs in the same process as your rails app using Celluloid so you don’t need to pay for extra workers on Heroku (https://github.com/brandonhilkert/sucker_punch)

I’m not ready to send you a pull request because i can’t get the rspecs working. If someone wants to take a look, and/or pair with me to get this finished would be great. Thanks!

ScotterC commented 9 years ago

I would love to add this if you Pull Request it. Or we can wait for the 4.2 ActiveJob implementation