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 ! -- François Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Hi all, 2007/4/22, François Beausoleil <francois.beausoleil@gmail.com>:> [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</>Diego Algorta Casamayou just patched 1-2-stable: http://dev.rubyonrails.org/ticket/7047 I applied the patch to 7833 and ran the tests successfully. So, here's my +1. Bye ! -- François Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 10/10/07, François Beausoleil <francois.beausoleil@gmail.com> wrote:> Diego Algorta Casamayou just patched 1-2-stable: > http://dev.rubyonrails.org/ticket/7047 > > I applied the patch to 7833 and ran the tests successfully. So, here''s my +1.Done. Nice work, Diego! jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On Oct 11, 3:57 am, "Jeremy Kemper" <jer...@bitsweat.net> wrote:> On 10/10/07, François Beausoleil <francois.beausol...@gmail.com> wrote: > > > Diego Algorta Casamayou just patched 1-2-stable: > >http://dev.rubyonrails.org/ticket/7047 > > > I applied the patch to 7833 and ran the tests successfully. So, here''s my +1. > > Done. Nice work, Diego! > > jeremyWow! that''s fast! :-D Cool. Diego -- http://www.oboxodo.com - http://diego.algorta.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---