aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/sprockets/app/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue where duplicate assets can be required with sprockets.jejacks0n2013-01-101-0/+1
| | | | | - 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-071-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)
* Allow multiple sources in Sprockets helpersGuillermo Iguaran2011-06-051-0/+0
|
* Add debug_asset supportJoshua Peek2011-05-221-0/+1
|
* Seperate asset directoriesJoshua Peek2011-03-293-0/+0