aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers
Commit message (Expand)AuthorAgeFilesLines
* Rearrange example output of javascript_include_tagPrem Sichanugrist2012-08-061-2/+2
* Do not include application.js if it doesn't existsPrem Sichanugrist2012-08-061-4/+7
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-022-2/+0
* add :nodoc: to AV StylesheetIncludeTag, JavascriptIncludeTag and AssetIncludeTagFrancesco Rodriguez2012-06-193-4/+4
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-152-7/+0
* remove redundant and stray line [ci skip]Vijay Dev2012-05-091-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-1/+1
|\
| * Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* | Add missing require when helpers are used in isolationRafael Mendonça França2012-04-301-0/+1
|/
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-052-50/+50
* Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-042-0/+14
* Merge pull request #3724 from marcandre/media_defaultYehuda Katz2011-11-221-0/+3
|\
| * Make explicit the default media when calling stylesheet_tag and change the de...Marc-Andre Lafortune2011-11-221-0/+3
* | Fix javascript_include_tag examples in documentationAlexey Vakhov2011-11-031-2/+2
|/
* escape options for the stylesheet_link_tag methodAlexey Vakhov2011-09-251-1/+1
* Allow asset tag helper methods to accept :digest => false option in order to ...Santiago Pastorino2011-09-144-6/+6
* use_sprockets is not used anymoreSantiago Pastorino2011-07-261-5/+1
* require 'thread' before using mutexJosé Valim2011-07-011-0/+1
* Added a configuration setting:Chris Eppstein2011-06-272-3/+4
* Stylesheet link tags should use the request protocol to avoid duplicate downl...Chris Eppstein2011-06-272-9/+5
* Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-12/+11
* Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.José Valim2011-06-211-2/+1
* fixed asset_paths when called from sprockets for relative_url_rootjacott2011-05-281-10/+1
* Remaining cleanup from changes to AssetTagHelpertomhuda2011-05-242-12/+4
* No need for a regexp here.José Valim2011-05-031-1/+2
* Prototype and Scriptaculous are no longer vendored, but provided by prototype...Xavier Noria2011-04-301-4/+3
* Replace example hostname with "example.com".Joost Baaij2011-04-212-16/+16
* Actually add an abstract class, so it is easier to get rid of old asset paths...José Valim2011-04-191-108/+53
* Let's use inheritance here, shall we?José Valim2011-04-194-12/+12
* Switch to asset_path and make it available in the Sprockets::Context (now you...David Heinemeier Hansson2011-04-192-2/+2
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-3/+0
* jQuery is the new defaultXavier Noria2011-04-131-58/+70
* Use sprockets helpers if config.use_sprockets is setJoshua Peek2011-03-292-6/+22
* Remove sprockets exception from main asset helpersJoshua Peek2011-03-282-20/+0
* Add sprockets md5s to asset tagsJoshua Peek2011-03-222-0/+20
* javascript_include_tag shouldn't raise if you register an expansion key with ...Santiago Pastorino2011-02-282-2/+2
* merges docrailsXavier Noria2011-02-181-1/+1
|\
| * Fix Typos: remove several occurences of the theNicholas Rowe2011-02-171-1/+1
* | Applied changes to stylesheet_link_tag from javascript_include_tag which corr...Josh Kalderimis2011-02-132-14/+15
* | This corrects two issues with javascript_include_tag, the order at which they...Josh Kalderimis2011-02-131-4/+23
|/
* Allow registering javascript/stylesheet_expansions to existing symbolsSantiago Pastorino2010-12-222-4/+10
* 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
* changed asset_timestamps_cache to asset_ids_cache, added an rdoc comment to t...Josh Kalderimis2010-11-161-15/+19
* corrected the AV railtie to use the new home for cache_asset_timestamps, and ...Josh Kalderimis2010-11-163-74/+46
* reorganised the the common asset helpers module into a class and have it incl...Josh Kalderimis2010-11-165-119/+119
* incorporated most of the feedback from JoséJosh Kalderimis2010-11-165-286/+40
* reduced duplication between the javascript and stylesheet asset tag methods, ...Josh Kalderimis2010-11-167-256/+311