aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/assets.rake
Commit message (Collapse)AuthorAgeFilesLines
...
* help the next guy with explanations - See bb3b3e306Damien Mathieu2011-07-241-0/+1
|
* rake assets:precompile should always perform caching - Closes #2199Damien Mathieu2011-07-241-0/+1
|
* use rake tasks to set the default environment variables. fixes #2126Aaron Patterson2011-07-211-10/+10
|
* indeed, if we are going to remove everything in public/assets on ↵Xavier Noria2011-07-171-4/+1
| | | | assets:clean, just do that
* if we are cleaning all files, we are cleaning all gz filesXavier Noria2011-07-171-1/+0
|
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-0/+26
This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.