aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/asset_paths.rb
Commit message (Expand)AuthorAgeFilesLines
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* use Zlib.crc2 rather that bytes.sum, as per Aaron's suggestionXavier Noria2011-07-081-2/+2
* Using the sum of bytes instead the hash of the path when replacing the wildca...Albert Callarisa Roca2011-07-081-1/+2
* Added a configuration setting:Chris Eppstein2011-06-271-4/+14
* Move the config bootstrapping to initialization to minimize access to the Rai...Chris Eppstein2011-06-271-10/+7
* Stylesheet link tags should use the request protocol to avoid duplicate downl...Chris Eppstein2011-06-271-5/+32
* Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-20/+52
* Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.José Valim2011-06-211-0/+79