aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-0/+10
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+12
* Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...Sam Pohlenz2009-09-031-4/+58
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-2/+6
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-301-4/+4
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-071-4/+36
* Adds a video_tag helper for the HTML5 video tag (similar to how the image_tag...Tieg Zaharia2009-07-021-2/+41
* Handle missing javascript/stylesheets assets by raising an exceptionChristos Zisopoulos2009-06-261-30/+88
* Add :concat option to asset tag helpers to force concatenation.Joshua Peek2009-06-151-0/+30
* allow absolute paths for the asset cachesAndrew Kaspick2009-06-111-0/+16
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-14/+12
|\
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-14/+12
| * Revert to the good old days when AssetTag didn't cause anyone problemsJoshua Peek2009-01-021-2/+0
| * Fixed the AssetTagHelper cache to use the computed asset host as part of the ...David Heinemeier Hansson2009-01-011-0/+20
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+2
* | Sync 'rails/rails/master'Yehuda Katz2009-01-021-2/+20
|/
* Added the option to declare an asset_host as an object that responds to call ...David Heinemeier Hansson2008-11-271-0/+40
* need to make sure the asset type is cached with it in Cache.. name is suffici...Aaron Batalion2008-11-191-0/+6
* Use delete if the rhs is nilJeremy Kemper2008-11-071-1/+5
* Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse...David Heinemeier Hansson2008-10-261-0/+8
* Fix image_tag behavior on windows. [#1085 state:resolved]madlep2008-10-061-0/+13
* Fixed AssetTag cache with with relative_url_root [#1022 state:resolved]Martin Rehfeld2008-09-221-0/+50
* Refactor AssetTagHelper and fix remaining threadsafe issues.Joshua Peek2008-09-221-4/+10
* 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