aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed the default name of the input tag generated by FormTagHelper#submit_t...David Heinemeier Hansson2005-06-211-1/+1
* Added FormTagHelper#image_submit_tag for making submit buttons that uses imagesDavid Heinemeier Hansson2005-05-031-0/+4
* Added that the html options disabled, readonly, and multiple can all be treat...David Heinemeier Hansson2005-03-201-8/+26
* Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...David Heinemeier Hansson2005-03-071-2/+2
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-18/+18
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...David Heinemeier Hansson2005-02-231-0/+4
* Completed FormTagHelper by adding radio_button_tag and select_tagDavid Heinemeier Hansson2005-02-191-1/+15
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-191-0/+62