aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-1/+1
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-18/+55
* Revert [9106]. References #10350.Jeremy Kemper2008-03-191-57/+21
* Docfix (closes #11281) [jlindley]David Heinemeier Hansson2008-03-151-4/+4
* Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i...David Heinemeier Hansson2008-03-131-21/+57
* Check the host string contains %d before using String#%, this avoids warning...Michael Koziarski2008-02-181-1/+1
* Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt...Michael Koziarski2008-01-271-5/+11
* Handle corner case with image_tag when passed 'messed up' image names. Closes...Michael Koziarski2008-01-251-1/+1
* Correct docs on caching and all.jsMichael Koziarski2008-01-141-1/+1
* Ruby 1.9 compat: remove stray colonJeremy Kemper2008-01-071-1/+1
* The asset_host block takes the controller request as an optional second argum...Jeremy Kemper2008-01-061-3/+23
* Added option to pass proc to ActionController::Base.asset_host for maximum co...David Heinemeier Hansson2007-12-161-8/+38
* Fix javascript_tag method name collision. Closes #10337.Jeremy Kemper2007-12-101-3/+3
* Ensure asset cache directories are automatically created. Closes #10337.Jeremy Kemper2007-12-101-38/+30
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez]Marcel Molina2007-11-271-2/+2
* Add documentation about asset timestamps (just for koz)David Heinemeier Hansson2007-11-251-0/+21
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-4/+15
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* 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