aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tag_helper.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-1/+6
* Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...Rick Olson2007-01-051-23/+42
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-241-2/+2
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-4/+24
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-181-1/+10
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-1/+6
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-0/+9
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-101-5/+11
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-10/+9
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-2/+3
* Fixed TagHelper such that :name and 'name' keys in the options doesn't result...David Heinemeier Hansson2005-06-161-2/+1
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-141-26/+0
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-091-1/+28
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-4/+4
* 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