aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added the option of specifying a RAILS_ASSET_HOST that will then be used by a...David Heinemeier Hansson2005-05-031-2/+2
* Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag...David Heinemeier Hansson2005-04-171-5/+27
* Fixed javascript_include_tag to output type instead of language and conform t...David Heinemeier Hansson2005-04-031-4/+4
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-201-10/+16
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-141-0/+25
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-6/+6
* Added AssetTagHelper that provides methods for linking a HTML page together w...David Heinemeier Hansson2005-02-191-0/+59