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

Use fakeredis for tests to not require Redis server running #164

Closed morgoth closed 8 years ago

morgoth commented 8 years ago

It also allows tests on newest version of sidekiq gem.

ScotterC commented 8 years ago

Awesome. Thanks @morgoth :+1: