aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sprockets_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* No need for a regexp here.José Valim2011-05-031-3/+3
|
* Actually add an abstract class, so it is easier to get rid of old asset ↵José Valim2011-04-191-2/+2
| | | | paths in the future.
* Include modules to the context in the railtie.José Valim2011-04-191-6/+1
|
* Let's use inheritance here, shall we?José Valim2011-04-191-54/+23
|
* Switch to asset_path and make it available in the Sprockets::Context (now ↵David Heinemeier Hansson2011-04-191-13/+19
| | | | you can do asset_path("logo.png") in a stylesheet.css.erb file and get fingerprinting)
* 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