Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess. | José Valim | 2011-06-21 | 1 | -79/+3 |
* | fixed asset_paths when called from sprockets for relative_url_root | jacott | 2011-05-28 | 1 | -1/+6 |
* | Redundant condition in compute_asset_host is redundant. | Ernie Miller | 2011-05-24 | 1 | -3/+3 |
* | fixed some ruby 19 warnings, including circular requires and variable name reuse | Josh Kalderimis | 2011-05-21 | 1 | -1/+0 |
* | No need for a regexp here. | José Valim | 2011-05-03 | 1 | -1/+0 |
* | moving check fo scheme-relative URI into is_uri? | Chad Krsek | 2011-04-26 | 1 | -9/+2 |
* | asset helpers should understand scheme-relative URLs | Chad Krsek | 2011-04-26 | 1 | -2/+9 |
* | Revert "asset helpers should understand scheme-relative URLs" | Chad Krsek | 2011-04-25 | 1 | -9/+2 |
* | asset helpers should understand scheme-relative URLs | Chad Krsek | 2011-04-25 | 1 | -2/+9 |
* | Actually add an abstract class, so it is easier to get rid of old asset paths... | José Valim | 2011-04-19 | 1 | -0/+80 |