On Fri, Jan 2, 2009 at 4:08 PM, Jonathan Rochkind <[email protected]> wrote: > > ... url_for on both servers seperates query parameters with > & (url_for the helper method; url_for the controller method does > not. I did not know this. Kinda confusing and unpredictable--and > undocumented).
Why "unpredictable"? HTML requires ampersands to be escaped, as part of URLs or otherwise. A URL in plain text format, though, should not have ampersands escaped. It would be confusing if the two `url_for`s worked differently :-) -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

