aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-191-1/+5
* Fixed that textilize and markdown would instantiate their engines even on emp...David Heinemeier Hansson2004-12-191-2/+2
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-192-7/+9
* Updated documentationDavid Heinemeier Hansson2004-12-164-14/+16
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-1/+2
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+23
* Fixed the default button name on forms generated with formDavid Heinemeier Hansson2004-12-121-3/+6
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-123-17/+16
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-122-5/+5
* Set border on link_to_image to 0 by defaultDavid Heinemeier Hansson2004-12-101-0/+8
* Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...David Heinemeier Hansson2004-12-091-0/+37
* Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...David Heinemeier Hansson2004-12-081-2/+4
* Added that ActiveRecordHelper#form now calls url_for on the :action option.David Heinemeier Hansson2004-12-071-3/+3
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-011-7/+17
* Allow form_tag with no arguments (resulting in a form posting to current acti...David Heinemeier Hansson2004-11-241-1/+1
* InitialDavid Heinemeier Hansson2004-11-248-0/+1060