aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Docfix (closes #10256)David Heinemeier Hansson2007-11-251-2/+2
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-061-1/+1
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-1/+1
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-2/+2
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-1/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-2/+10
* Rename fieldset_tag to field_set_tag to follow the conventions from text_area...David Heinemeier Hansson2007-09-091-3/+3
* Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]Michael Koziarski2007-09-061-0/+22
* Allow symbols as nameDavid Heinemeier Hansson2007-06-281-1/+1
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-48/+251
* Docfix (closes #8353)David Heinemeier Hansson2007-06-231-1/+7
* Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil...David Heinemeier Hansson2007-06-231-1/+2
* Added that FormTagHelper#submit_tag will return to its original state if the ...David Heinemeier Hansson2007-03-271-1/+3
* Deprecation: remove deprecated update_element_function, start_form_tag, and e...Jeremy Kemper2007-03-131-8/+0
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...David Heinemeier Hansson2007-03-031-1/+1
* Set the original button value in an attribute of the button when using the :d...Jamis Buck2007-02-281-0/+1
* More Safari appeasementDavid Heinemeier Hansson2007-02-061-1/+1
* Safari requires an explicit submitDavid Heinemeier Hansson2007-02-061-1/+1
* Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsu...David Heinemeier Hansson2007-02-061-1/+6
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Refactor #form_tag to allow easy extending. [Rick]Rick Olson2007-01-171-21/+37
* Premature commitDavid Heinemeier Hansson2006-11-301-5/+0
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-301-0/+5
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-241-1/+1
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now...Rick Olson2006-10-241-0/+2
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-241-1/+14
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-231-2/+9
* Since to_sing, we need to check for empty stringDavid Heinemeier Hansson2006-09-081-1/+1
* Get symbol definitions of methods converted to strings [DHH]David Heinemeier Hansson2006-09-061-1/+1
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-031-1/+2
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-2/+2
* Expanded :method option in FormHelper#form_tag to allow for verbs other than ...David Heinemeier Hansson2006-05-281-3/+18
* Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...David Heinemeier Hansson2005-12-301-19/+21
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-021-1/+1
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-1/+1
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-121-7/+7
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-24/+9
* Fixed docs #1884David Heinemeier Hansson2005-09-111-1/+1
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49
* 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