aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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