Please apply [6343]

Hi all,

[6343] http://dev.rubyonrails.org/changeset/6343

allows #link_to to correctly parse and generate nested hash parameters:

link_to("link", :a => {:b => "c"}) generates a different URL on trunk/ than on 1.2-stable:

trunk: <a href="?a[b]=c">link</> 1.2-stable: <a href="?a=bc">link</>

Recent discussion by me on the subject: http://groups.google.com/group/rubyonrails-core/browse_thread/thread/612171b2df5e5c81/45010f92f8fce4e2?lnk=gst&q=rails+core+nested+hash+parameters&rnum=1&hl=en#45010f92f8fce4e2

When I tested, 6343 applied cleanly to 1.2, except for the CHANGELOG.

Thanks !

Hi all,

Done. Nice work, Diego!

jeremy

Wow! that's fast! :smiley: Cool.

Diego