aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-191-26/+0
* Added Iran and Irak to the countries list used by country_select and country_...David Heinemeier Hansson2005-02-191-1/+4
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-221-0/+1
* Updated documentationDavid Heinemeier Hansson2004-12-161-5/+5
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-121-8/+6
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-121-2/+2
* 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-241-0/+59