aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-0/+4
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-0/+5
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-0/+8
* Fixed TagHelper such that :name and 'name' keys in the options doesn't result...David Heinemeier Hansson2005-06-161-0/+4
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-141-4/+0
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-091-13/+4
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-5/+8
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-241-0/+12
* InitialDavid Heinemeier Hansson2004-11-241-0/+18