-
Notifications
You must be signed in to change notification settings - Fork 155
Timestamps are being escaped when used with Paperclip 4.2.1 #126
Comments
Thanks @maxim! Any chance you could PR that over? |
@ScotterC Perhaps we should get rid of |
@ScotterC oh just noticed it's a module, nevermind, will look more into it |
I added an unfinished pull request, explanation there #127 |
👍 Thanks @maxim |
Thanks for looking into that @maxim - I'm running into the same issue and hope there'll be a working fix, soonish. Let me know if you need any help! |
Exactly, that's the issue! :) |
Until we push the fix it's best to lock into paperclip no greater than 4.2.0. |
Thanks @maxim! |
Swaps the timestamp and escaping methods Fixes jrgifford#126
The part right here:
https://github.com/jrgifford/delayed_paperclip/blob/master/lib/delayed_paperclip/url_generator.rb#L14-L18
Was fixed in Paperclip here: thoughtbot/paperclip@ecfb5e2
But it gets monkeypatched by delayed_paperclip.
The text was updated successfully, but these errors were encountered: