aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-5/+5
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-5/+74
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-0/+6
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-35/+35
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-7/+7
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-3/+3
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-021-6/+6
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-191-0/+8
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-301-4/+4
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]David Heinemeier Hansson2005-04-171-2/+5
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-101-4/+4
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-201-0/+1
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-25/+32
* Applied the dblack patchDavid Heinemeier Hansson2005-01-241-0/+26
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-1/+6
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+10
* InitialDavid Heinemeier Hansson2004-11-241-0/+124