aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sprockets_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup compute_sprockets_path -- when you are reaching for code comments, ↵David Heinemeier Hansson2011-04-191-21/+30
| | | | the method could be simpler
* All assets, including images, audio, and video, now uses the asset pipeline ↵David Heinemeier Hansson2011-04-191-5/+10
| | | | when its on
* Seperate asset directoriesJoshua Peek2011-03-291-1/+3
|
* Change back to /assets prefixJoshua Peek2011-03-291-2/+2
|
* Only add fingerprints if perform_caching is onJoshua Peek2011-03-291-1/+1
|
* Tests for SprocketsHelperJoshua Peek2011-03-291-5/+11
|
* Update sprockets path generation methodJoshua Peek2011-03-281-1/+1
|
* Add SprocketsHelperJoshua Peek2011-03-281-0/+77