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

Mongoid support #96

Closed nielsAD closed 8 years ago

nielsAD commented 10 years ago

Depend a bit less on ActiveRecord specifics to support Mongoid.

ScotterC commented 10 years ago

Thanks! Best way to run tests locally is just with rake. Any ideas on how we can best test a mongoid implementation?

nielsAD commented 10 years ago

It should be possible to run Travis CI with multiple database engines (see https://gist.github.com/mceachen/2340726).

sbkok commented 9 years ago

+1 on this one

quinn commented 9 years ago

+1

morgoth commented 8 years ago

As the direction is to support only ActiveJob, I think this can be closed - follow discussion on https://github.com/jrgifford/delayed_paperclip/issues/173