aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-4/+6
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-1/+2
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-241-9/+13
* Cache computed public asset paths.Jeremy Kemper2007-09-241-16/+20
* Cache more file existence checks. Flip-flop escaping.Jeremy Kemper2007-09-241-9/+16
* Cache file existence checks and the list of all stylesheet sources. Manually ...Jeremy Kemper2007-09-241-7/+10
* Cache asset ids.Jeremy Kemper2007-09-241-3/+12
* Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...David Heinemeier Hansson2007-09-221-22/+22
* Trips up the RDoc generationDavid Heinemeier Hansson2007-09-131-1/+1
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-2/+1
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-16/+10
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-2/+2
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-26/+82
* Backed out of using File.atomic_write in the asset_tag_helper.rb as its still...David Heinemeier Hansson2007-03-071-3/+3
* Caching shouldnt include the host stillDavid Heinemeier Hansson2007-03-071-2/+2
* Cached versions of concatted js/css asset tags have to be written out atomica...Tobias Lütke2007-03-061-4/+4
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-7/+7
* Sort asset sources for consistent results across filesystems. Closes #7615.Jeremy Kemper2007-03-041-2/+2
* Make sure that the filesystem is not involved with asset hostingDavid Heinemeier Hansson2007-02-211-8/+19
* Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper...David Heinemeier Hansson2007-02-181-18/+153
* Add request protocol to asset host if not given. Prefer setting asset host as...Jeremy Kemper2007-02-181-3/+10
* Work around the two connection per host browser limit: use asset%d.myapp.com ...Jeremy Kemper2007-02-181-32/+66
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+2
* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C...Rick Olson2007-01-081-1/+1
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...Rick Olson2007-01-051-42/+82
* 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