This project is archived and is in readonly mode.

#6311 ✓resolved
jrdioko

Fix FormHelper#check_box documentation in 2.3

Reported by jrdioko | January 18th, 2011 @ 08:07 PM

In 2.3, ActionView::Helpers::FormHelper#check_box was changed to put the generated hidden field before the checkbox tag, not after it, because the HTTP parameter extraction order changed. The documentation was fixed in edge at that point, but was never updated for 2.3. See the following discussion in rubyonrails-core:

http://groups.google.com/group/rubyonrails-core/browse_thread/threa...

In that discussion Xavier Noria requested that I create a patch and LH ticket, so I am doing so. I will produce the patch and attach it to this ticket.

Comments and changes to this ticket

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>

Attachments

Referenced by

Pages