aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/active_record_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added the option of passing a block to ActiveRecordHelper#form in order to ad...David Heinemeier Hansson2005-01-151-3/+10
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-2/+0
* Updated documentationDavid Heinemeier Hansson2004-12-161-3/+3
* 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-121-5/+6
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-121-3/+3
* 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
* InitialDavid Heinemeier Hansson2004-11-241-0/+171