aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/sprockets
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue where duplicate assets can be required with sprockets.jejacks0n2013-01-102-0/+2
| | | | | - addresses the problem by calling flatten on asset array before calling uniq. - adds note to CHANGELOG.
* Fix asset tags for files with more than one dotPiotr Sarnacki2012-06-072-0/+0
| | | | | | | | | | | | | | | After the fix done in 39f9f02a, there are cases that will not work correctly. If you have file with "2 extensions", like foo.min.js and you reference the file without extension, like: javascript_include_tag "foo.min" it will fail because sprockets finds foo.min.js with foo.min argument. This commit fixes this case and will get the right file even when referrencing it without extension. (closes #6598)
* Assets: don't add extension if other given and file existsSergey Nartimov2012-05-211-0/+0
| | | | | | | | | | | | | | We should lookup if asset without appended extension exists. When sprockets are disabled the asset tag helpers incorporate this logic. When sprockets are enabled we should have the same logic. For example, we have style.ext file in app/assets/stylesheets and we use stylesheet_link_tag in the layout. In this case we should have /assets/style.ext instead of /assets/style.ext.css in the output. Closes #6310
* Add font_path helper methodSantiago Pastorino2012-01-032-0/+0
|
* Add tests for alternate asset prefix/environmentSam Pohlenz2011-07-011-0/+1
|
* Allow multiple sources in Sprockets helpersGuillermo Iguaran2011-06-052-0/+0
|
* Add debug_asset supportJoshua Peek2011-05-222-0/+2
|
* All assets, including images, audio, and video, now uses the asset pipeline ↵David Heinemeier Hansson2011-04-191-0/+0
| | | | when its on
* Seperate asset directoriesJoshua Peek2011-03-296-0/+0
|
* Tests for SprocketsHelperJoshua Peek2011-03-296-0/+0