jstorimer / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
https://github.com/jrgifford/delayed_paperclip/
392 stars 245 forks source link

[Fix] most_appropiate_url changed to be part of Paperclip::UrlGenerator,... #62

Open tommeier opened 12 years ago

tommeier commented 12 years ago

... tested across rails versions and added Rails 3.2 to test suite. Paperclip version bumped to 2.7.

Main issue :

tommeier commented 12 years ago

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

geomic commented 12 years ago

Works for me too (well done tommeier) - about time someone merges?!? Paperclip (which is active) has a reference to this gem (with its last push 4 months ago) in the Wiki - although clearly delayed_paperclip is currently incompatible with the latest Paperclip version.

Those interested in tommeier's commit can ref it from their Gemfile as such:

gem 'delayed_paperclip', :git => 'git://github.com/tommeier/delayed_paperclip.git', :ref => '98a8b9e0c24d24c94e2c9c39a704c1b07c5c4d6b'
jaredmoody commented 12 years ago

+1

jcole commented 12 years ago

+1

thawatchai commented 12 years ago

+1

juno commented 12 years ago

:+1:

tommeier commented 12 years ago

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'
kevTheDev commented 12 years ago

+1

ghost commented 12 years ago

Thanks, tommeier. Maybe we could update the gem at rubygems.org too, because this will be the most useful version for everybody using current paperclip & rails. What do you think?

wQwRtaufxJw7UFLCXzXz commented 12 years ago

Thanks tommeier.

chrise86 commented 12 years ago

Thanks @tommeier - worked for me! :)

tibbon commented 11 years ago

+1 for a merge?

jrgifford commented 11 years ago

@tibbon it was merged into the new upstream. i adopted delayed_paperclip, so it's merged in. you can now update your gem.

tibbon commented 11 years ago

Oh thanks! Just saw that while looking at the network. Trying to figure out how to get it working with Resque now, as "process_in_background :upload" seems to still execute on my web worker, not my resque worker.

On Thu, Jan 10, 2013 at 8:39 AM, James Gifford notifications@github.comwrote:

@tibbon https://github.com/tibbon it was merged into the new upstreamhttps://github.com/jrgifford/delayed_paperclip/commit/45dd565af6db176e5b8b4c52b0d658ac835a8f3b. i adopted delayed_paperclip, so it's merged in. you can now update your gem.

— Reply to this email directly or view it on GitHubhttps://github.com/jstorimer/delayed_paperclip/pull/62#issuecomment-12096886.