search for: test_form_post

Displaying 1 result from an estimated 1 matches for "test_form_post".

2006 Jul 03
0
Prototype 1.5.0_rc0 form_serialize issues for select lists
...d I did some tests to see if we could upgrade to rails 1.1 One issue I found, is that prototype 1.5.0_rc0, that was installed by rake rails:update:javascripts, changes the way a select list is serialized if an option has an empty value. Consider a form like <%= form_tag :action => ''test_form_post'' %> <% options = { '''' => ''select'', ''1'' => ''one'', ''2'' => ''two'' } %> <%= select_tag("test", options.keys.collect { | key | "<option value='...