Broken path after upgrading from Rails 2.3.2 to 2.3.8
Posted
by Kieran Hayes
on Stack Overflow
See other posts from Stack Overflow
or by Kieran Hayes
Published on 2010-06-09T16:39:49Z
Indexed on
2010/06/09
16:42 UTC
Read the original article
Hit count: 175
ruby-on-rails
After upgrading to the latest Rails version the path used by the image_tag helper is messed up with these characters: /%5C%22 \%22
http://localhost:3000/%5C%22/uploads/f0b07364-90bb-11/de-a278-0019dbf8d19d/Neues_LOGO_unten_mini.JPG?1275396335\%22
RAILSENV is development.
Anyone having the same problem?
© Stack Overflow or respective owner