aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that content_tag with a block will just return the result instead of co...David Heinemeier Hansson2007-05-021-0/+5
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...Rick Olson2007-01-051-2/+3
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-3/+14
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-181-0/+4
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-0/+12
* Make test_tag_options pass (closes #5600) [shugo]David Heinemeier Hansson2006-08-051-1/+1
* 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