[Rails-core] Re: ActionView#url_for shouldn't escape URLs by default

2009-10-07 Thread Phil Darnowsky
And in case it wasn't obvious, that link is to a patch for this. On Oct 7, 3:19 pm, Phil Darnowsky wrote: > https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2... > > ActionView#url_for generates escaped URLs by default, whereas > ActionController#url_for does

[Rails-core] [PATCH] ActionView#url_for shouldn't escape URLs by default

2009-10-07 Thread Phil Darnowsky
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2076-rails-should-use-amp-instead-of-in-the-urls#ticket-2076-3 ActionView#url_for generates escaped URLs by default, whereas ActionController#url_for doesn't. They should be consistent, and I believe that ActionController's beha