aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove old asset tag concatenationJoshua Peek2012-10-101-145/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* add :nodoc: to AV StylesheetIncludeTag, JavascriptIncludeTag and AssetIncludeTagFrancesco Rodriguez2012-06-191-1/+1
* Allow asset tag helper methods to accept :digest => false option in order to ...Santiago Pastorino2011-09-141-2/+2
* Added a configuration setting:Chris Eppstein2011-06-271-2/+2
* Stylesheet link tags should use the request protocol to avoid duplicate downl...Chris Eppstein2011-06-271-2/+2
* Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-12/+11
* Let's use inheritance here, shall we?José Valim2011-04-191-2/+3
* Applied changes to stylesheet_link_tag from javascript_include_tag which corr...Josh Kalderimis2011-02-131-3/+15
* Do not use the same hash instance for expansions [#6114 state:resolved]Piotr Sarnacki2010-12-221-1/+3
* No need to return anythingNeeraj Singh2010-11-241-1/+0
* Fix AssetIncludeTag ensuring that files are in the wrong directory [#6015 sta...Henning Koch2010-11-191-3/+3
* corrected the AV railtie to use the new home for cache_asset_timestamps, and ...Josh Kalderimis2010-11-161-2/+0
* reorganised the the common asset helpers module into a class and have it incl...Josh Kalderimis2010-11-161-11/+7
* incorporated most of the feedback from JoséJosh Kalderimis2010-11-161-7/+14
* reduced duplication between the javascript and stylesheet asset tag methods, ...Josh Kalderimis2010-11-161-0/+132