Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add public API for register new js and css compressors for Sprockets | Guillermo Iguaran | 2011-09-24 | 1 | -31/+3 |
| | |||||
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -0/+65 |
To the app developer, this means configuration add in config/initializers/* will not be executed. Plugins developers need to special case their initializers that are meant to be run in the assets group by adding :group => :assets. Conflicts: railties/CHANGELOG railties/test/application/assets_test.rb |