aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.José Valim2011-06-211-79/+3
* fixed asset_paths when called from sprockets for relative_url_rootjacott2011-05-281-1/+6
* Redundant condition in compute_asset_host is redundant.Ernie Miller2011-05-241-3/+3
* fixed some ruby 19 warnings, including circular requires and variable name reuseJosh Kalderimis2011-05-211-1/+0
* No need for a regexp here.José Valim2011-05-031-1/+0
* moving check fo scheme-relative URI into is_uri?Chad Krsek2011-04-261-9/+2
* asset helpers should understand scheme-relative URLsChad Krsek2011-04-261-2/+9
* Revert "asset helpers should understand scheme-relative URLs"Chad Krsek2011-04-251-9/+2
* asset helpers should understand scheme-relative URLsChad Krsek2011-04-251-2/+9
* Actually add an abstract class, so it is easier to get rid of old asset paths...José Valim2011-04-191-0/+80