aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
Commit message (Collapse)AuthorAgeFilesLines
* Actually add an abstract class, so it is easier to get rid of old asset ↵José Valim2011-04-191-108/+53
| | | | paths in the future.
* Let's use inheritance here, shall we?José Valim2011-04-191-4/+9
|
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-3/+0
|
* Fix Typos: remove several occurences of the theNicholas Rowe2011-02-171-1/+1
|
* changed asset_timestamps_cache to asset_ids_cache, added an rdoc comment to ↵Josh Kalderimis2010-11-161-15/+19
| | | | the new public api, and updated the railtie
* corrected the AV railtie to use the new home for cache_asset_timestamps, and ↵Josh Kalderimis2010-11-161-3/+46
| | | | merged asset id caching and asset paths together.
* reorganised the the common asset helpers module into a class and have it ↵Josh Kalderimis2010-11-161-0/+106
include the id caching module, this class is now shared from the view instance to the asset include tag helpers (js and css)