aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Set asset-cached file ctime and mtime to the max mtime of the combined files....Jeremy Kemper2008-08-121-1/+2
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-22/+23
* Wrap AssetTagHelper's computed public path cache in a threadsafe storeJoshua Peek2008-07-171-3/+2
* Ruby 1.9 compat: account for different String#hashJeremy Kemper2008-07-151-1/+2
* Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...Damian Janowski2008-07-081-0/+43
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-8/+4
* Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-121-8/+8
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-3/+50
* Revert [9106]. References #10350.Jeremy Kemper2008-03-191-26/+0
* Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i...David Heinemeier Hansson2008-03-131-0/+26
* Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt...Michael Koziarski2008-01-271-0/+4
* Handle corner case with image_tag when passed 'messed up' image names. Closes...Michael Koziarski2008-01-251-0/+1
* The asset_host block takes the controller request as an optional second argum...Jeremy Kemper2008-01-061-1/+40
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Rails 1.9 compat: asset tag helper testsJeremy Kemper2007-12-211-12/+12
* Ruby 1.9 compat: ENV.delete rather than assigning nilJeremy Kemper2007-12-201-1/+1
* Added option to pass proc to ActionController::Base.asset_host for maximum co...David Heinemeier Hansson2007-12-161-3/+36
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-9/+9
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-071-1/+4
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-1/+29
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-191-0/+4
* Include asset host in public path cache key. Clear cache between asset tag te...Jeremy Kemper2007-09-241-0/+5
* Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...David Heinemeier Hansson2007-09-221-14/+14
* Removed the deprecated behavior of appending ".png" to image_tag/image_path c...David Heinemeier Hansson2007-09-091-12/+3
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-0/+7
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Added subdirectory testDavid Heinemeier Hansson2007-02-211-0/+16
* Make sure that the filesystem is not involved with asset hostingDavid Heinemeier Hansson2007-02-211-4/+7
* Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper...David Heinemeier Hansson2007-02-181-10/+114
* Add request protocol to asset host if not given. Prefer setting asset host as...Jeremy Kemper2007-02-181-0/+11
* Work around the two connection per host browser limit: use asset%d.myapp.com ...Jeremy Kemper2007-02-181-0/+7
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* test javascript include with and without application.jsJeremy Kemper2007-01-081-20/+13
* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C...Rick Olson2007-01-081-0/+1
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...Rick Olson2007-01-051-105/+66
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-221-1/+8
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+9
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-7/+10
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-0/+5
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-291-0/+16
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+2
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-281-2/+4
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-0/+2
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-2/+19
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-0/+10
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-281-2/+2
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-0/+1
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-14/+22
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-0/+1