This project is archived and is in readonly mode.
Removing the automatic generation of ids on submit helper
Reported by Franco Andrés | February 3rd, 2011 @ 08:28 PM | in 3.1
f.submit was generating
<input type="submit" value="Create Post" name="commit" id="post_submit">
Right now it's generating
<input name="commit" type="submit" value="Create Post">
Comments and changes to this ticket
-
Santiago Pastorino February 3rd, 2011 @ 08:31 PM
- State changed from new to open
- Milestone set to 3.1
- Importance changed from to Low
Thanks Franco we need to provide a test case for this patch
-
Franco Andrés February 3rd, 2011 @ 10:15 PM
Sorry Santiago, here is the version with the right tests
-
Repository February 3rd, 2011 @ 10:25 PM
- State changed from open to committed
(from [d3cfee118245a8806436bbf904bbad36dd810012]) removing generation of id in submit helper
[#6369 state:committed]
Signed-off-by: Santiago Pastorino santiago@wyeworks.com
https://github.com/rails/rails/commit/d3cfee118245a8806436bbf904bba...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 6369 Removing the automatic generation of ids on submit helper [#6369 state:committed]