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

Deprecate Resque, Sidekiq and DelayedJob adapters. #178

Closed morgoth closed 8 years ago

morgoth commented 8 years ago

For better maintenance of gem delayed_paperclip will only support ActiveJob adapter which is available by default since Rails 4.2. It's possible to use any of this 3 background job adapters through AJ.

@ScotterC Please take a look if we are on the same page. In version 3.0:

If that's the plan, can you please merge it and release 2.10.0 with this deprecation warnings?

ScotterC commented 8 years ago

@morgoth looks good and I like the plan. Made a Version 3.0 issue to help discussion https://github.com/jrgifford/delayed_paperclip/issues/179

morgoth commented 8 years ago

If there are no blockers, please merge and release 2.10

ScotterC commented 8 years ago

@morgoth 2.10 pushed into the wild