aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixesNicholas Seckar2005-12-191-1/+1
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-23/+10
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-221-1/+3
* hidden_field can also be in fields_forDavid Heinemeier Hansson2005-11-131-1/+1
* Make form_for work with additional optionsDavid Heinemeier Hansson2005-11-131-1/+1
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-16/+114
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-1/+1
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-3/+3
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-111-1/+5
* Fix docs #2136 [coffee2code]David Heinemeier Hansson2005-09-091-5/+5
* Removed the default option of wrap=virtual on FormHelper#text_area to ensure ...David Heinemeier Hansson2005-07-021-1/+1
* Fixed radio_button to work with numeric values #1352 [demetrius]David Heinemeier Hansson2005-06-161-1/+1
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-191-0/+2
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-301-0/+4
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]David Heinemeier Hansson2005-04-171-1/+1
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-101-3/+4
* Made it possible to do text_field :account, :name in addition to text_field "...David Heinemeier Hansson2005-04-041-1/+1
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-201-1/+1
* Updated docs on auto-indexing #765 [Astinus]David Heinemeier Hansson2005-03-061-0/+8
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-54/+74
* Show value when NOT fileDavid Heinemeier Hansson2005-02-231-1/+1
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...David Heinemeier Hansson2005-02-231-1/+6
* 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