aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-221-5/+7
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-051-1/+1
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+1
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-0/+8
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-1/+1
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-291-5/+16
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+1
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-281-5/+4
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-1/+1
* Make javascript_include_tag :default behave correctly with application.js, fi...Thomas Fuchs2005-11-221-1/+1
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-201-1/+1
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-3/+21
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-3/+3
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-1/+2
* Updated rdoc for javascript_include_tagThomas Fuchs2005-09-281-3/+7
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-281-1/+6
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-4/+4
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-1/+1
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-1/+1
* Added javascript_include_tag :defaults shortcut that'll include all the defau...David Heinemeier Hansson2005-07-051-0/+7
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-211-4/+9
* Fixed image_tag so an exception is not thrown just because the image is missi...David Heinemeier Hansson2005-06-161-1/+1
* Fixed that compute_public_path should recognize external URLs, so image_tag("...David Heinemeier Hansson2005-05-191-1/+1
* Go straight to the class for asset_hostDavid Heinemeier Hansson2005-05-091-1/+1
* Changed RAILS_ASSET_HOST to become ActionController::Base.asset_hostDavid Heinemeier Hansson2005-05-061-1/+1
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-031-2/+7
* 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