Tom Meier

Results 36 comments of Tom Meier

So in gemfile : ``` gem 'delayed_paperclip' , '2.4.5.2', :git => 'git://github.com/tommeier/delayed_paperclip', :branch => 'fix_312' ```

Removed unnecessary line and made sure a test checks the resulting value in case paperclip changes their API.

@bastien good idea, just want to work out a cleaner way to make it apply across the board when using delayed_paperclip, didn't have time to sort it out, so the...

A month later this is still working perfectly in a production system with S3 delayed back ups via a Resque queue.

Updated : Now use this branch for Paperclip 3.1.2 + https://github.com/jstorimer/delayed_paperclip/pull/69 So in gemfile : ``` gem 'delayed_paperclip' , '2.4.5.2', :git => 'git://github.com/tommeier/delayed_paperclip', :branch => 'fix_312' ```

Whats the status of this? Just wondering if anyone else should jump in to help or its too close to being pulled?

I've tested this too, updated to 2.7 paperclip, though the tests pass, when used in an app they never seem to reach a 'completed' stage, stalling at the 'saving image'...

Update : My issue was mostly related to the combination with "paperclip-meta" gem, which is now resolved : https://github.com/y8/paperclip-meta/pull/10 , I also wasnt sure about the use of UrlGenerator in...

Updated : Now on 3.1.2 : https://github.com/jstorimer/delayed_paperclip/pull/69