aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/helpers
Commit message (Expand)AuthorAgeFilesLines
* Move config.default_asset_host_protocol to the railtie.José Valim2011-07-071-6/+1
* Merge pull request #1925 from spohlenz/refactor-asset-pathsJosé Valim2011-07-021-9/+27
|\
| * Add documentation for asset_prefix and asset_environmentSam Pohlenz2011-07-031-0/+9
| * Refactor sprockets asset paths to allow for alternate asset environmentsSam Pohlenz2011-07-011-9/+18
* | It's autoload all the way downAndrew White2011-07-011-1/+1
* | Revert "Add missing require for ActionView::AssetPaths"Andrew White2011-07-011-1/+0
* | Add missing require for ActionView::AssetPathsAndrew White2011-07-011-0/+1
|/
* Added a configuration setting:Chris Eppstein2011-06-271-3/+3
* Move the config bootstrapping to initialization to minimize access to the Rai...Chris Eppstein2011-06-271-1/+7
* Stylesheet link tags should use the request protocol to avoid duplicate downl...Chris Eppstein2011-06-271-5/+5
* Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-7/+12
* Require helpers so autoload is properly setup.José Valim2011-06-211-1/+1
* Don't use deprecated stuff.José Valim2011-06-211-2/+1
* Update asset helpers to use `config.assets.prefix` Joshua Peek2011-06-071-2/+2
* Allow multiple sources in Sprockets helpersGuillermo Iguaran2011-06-051-28/+34
* Remaining cleanup from changes to AssetTagHelpertomhuda2011-05-241-0/+3
* Move the last pockets of Sprockets stuff into the Sprockets directorywycats2011-05-231-6/+15
* Move javascript/css helpers into the Sprockets helper and just have them over...wycats2011-05-231-0/+44
* Start moving some logic from being embedded in AV into the Rails Sprockets ex...wycats2011-05-231-0/+51