aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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