You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This would probably have it's place in a mailing list, but I couldn't find any dedicated to delayed_paperclip)
Hi everyone,
I noticed that the url_with_processed was removed in delayed_paperclip 2.4.5.1 and with it the ability to call url_without_processed. Which was quite an handy method to allow people to download content before its thumbnail was generated. I looked through the source code but I couldn't find a new alternative to this method.
I've patched it for now, but I was wondering if there was in fact a better way of accessing the attachment url?
I see that the next version of paperclip allows us to pass our own url_generator, very much looking forward to that.
The text was updated successfully, but these errors were encountered:
I have a similar problem where I still need to allow users to view a video before it's been compressed. The following is my current hack to get the original video file if it's currently being processed
(This would probably have it's place in a mailing list, but I couldn't find any dedicated to delayed_paperclip)
Hi everyone,
I noticed that the url_with_processed was removed in delayed_paperclip 2.4.5.1 and with it the ability to call url_without_processed. Which was quite an handy method to allow people to download content before its thumbnail was generated. I looked through the source code but I couldn't find a new alternative to this method.
I've patched it for now, but I was wondering if there was in fact a better way of accessing the attachment url?
I see that the next version of paperclip allows us to pass our own url_generator, very much looking forward to that.
The text was updated successfully, but these errors were encountered: