aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/asset_paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Compute asset paths from the request if ENV["RAILS_RELATIVE_URL_ROOT"] is not...Dwayne Litzenberger2012-03-051-1/+1
* Extract asset paths uri regexp to a constantCarlos Antonio da Silva2012-01-121-1/+3
* Handle correctly optional parameters for callable asset_host.Marc-Andre Lafortune2011-11-291-2/+2
* Fix the lame config.action_controller.present? check scattered throughout ass...José Valim2011-10-051-13/+3
* Ensure default_asset_host_protocol is respected, closes #2980.José Valim2011-10-051-4/+1
* Allow asset tag helper methods to accept :digest => false option in order to ...Santiago Pastorino2011-09-141-4/+5
* Fix asset_path relative_url_root methodSantiago Pastorino2011-09-131-3/+5
* always rewrite_relative_url_rootSantiago Pastorino2011-09-131-1/+1
* Remove odd asignationGuillermo Iguaran2011-09-121-1/+0
* if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1
* 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