aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Applied the dblack patchDavid Heinemeier Hansson2005-01-241-0/+6
* Added that form helpers now take an index option #448 [Tim Bates]David Heinemeier Hansson2005-01-101-2/+25
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-191-1/+5
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-5/+9
* Updated documentationDavid Heinemeier Hansson2004-12-161-2/+4
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+23
* Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...David Heinemeier Hansson2004-12-081-2/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+182