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

fix default urs for split processing #75

Closed tdgs closed 10 years ago

tdgs commented 10 years ago

When doing split processing, we have some styles already available, even though the background processing is still ongoing. We must return those instead of the missing picture url

tdgs commented 10 years ago

Do we have any news on this one? Is there anything missing?

alto commented 10 years ago

This is exactly what I need as well :+1:

ScotterC commented 10 years ago

@tdgs This is awesome. Thanks!