aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updating image_tag to support cid:content_id "URLs"Mikel Lindsaar2010-06-071-0/+9
* Accept :alt => nil on image_tag [#4558 state:resolved]Marc-Andre Lafortune2010-05-151-1/+2
* adds #favicon_link_tag back, rdoc explains why it is useful, and how to get a...Xavier Noria2010-04-081-0/+12
* Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...David Heinemeier Hansson2010-04-081-20/+0
* adds a default source to #apple_touch_icon_link_tagXavier Noria2010-04-071-0/+1
* new helpers #favicon_link_tag and #apple_touch_icon_link_tagXavier Noria2010-04-071-0/+19
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-15/+11
* Updated asset_template_path to asset_path and have it also support a String [...wycats2010-03-281-1/+8
* Allow customisation of asset path generation using a proc.Craig R Webster2010-03-281-0/+9
* There's a Ruby issue with File.basename different versions returns different ...Santiago Pastorino2010-03-141-1/+0
* Made asset_tag_helper use config.perform_caching instead of ActionController:...Denis Odorcic2010-03-121-18/+18
* Fix testJeremy Kemper2010-03-111-1/+1
* simplify alt tag generation for imagesEaden McKee2010-03-111-1/+4
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-1/+0
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-27/+15
* Move the original config method onto AbstractControllerCarl Lerche2010-03-031-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-12/+2
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-20/+18
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-8/+7
* Revert "fixed tests to also look for rails.js when using javascript_include_t...Joshua Peek2010-01-301-7/+7
* fixed tests to also look for rails.js when using javascript_include_tag :defa...Erik St. Martin2010-01-291-7/+7
* 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