]> cat aescling's git repositories - mastodon.git/commit
Fix Paperclip using deprecated URI.escape function (#13320)
authorThibG <thib@sitedethib.com>
Thu, 26 Mar 2020 14:09:16 +0000 (15:09 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 14:09:16 +0000 (15:09 +0100)
commit6c79b7237e31eb510af7df3f4f2cb133dea39845
tree0d4037900901516a1a22b849742efa3259246ddc
parentd88480da4ac7be7dc74c3b499dcfc00f18d7de4a
Fix Paperclip using deprecated URI.escape function (#13320)

Monkey-patch Paperclip to perform URL escaping in a slightly more
appropriate way, and get rid of runtime deprecation warnings.
config/application.rb
lib/paperclip/url_generator_extensions.rb [new file with mode: 0644]