dragonfly
dragonfly copied to clipboard
URL space is not escaped
irb(main):023:0> m.image.remote_url
=> "http://pdh-staging-sp.s3.amazonaws.com/2016/07/11/21/06/33/5c769da8-b7de-484b-bb67-0cbd06999c13/= 0_p-.png"
There is a unescaped space on teh URL, which breaks some stuff. m
is a model which has dragonfly_acessor :image
. Version is 1.0.12.
~~Oops! Perhaps this is an dragonfly-s3 issue!~~ Oops? Perhaps this is an dragonfly-s3 issue?