Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warnings removed when running with 1.9.3 | Arun Agrawal | 2011-10-09 | 1 | -1/+1 |
| | |||||
* | Move Coffee generators and templates to Coffee Railtie and create ↵ | Santiago Pastorino | 2011-06-29 | 1 | -8/+2 |
| | | | | javascript_engine ("js") for apps that remove Coffee gem | ||||
* | Move SCSS generators and default templates from Rails to the Sass Railtie ↵ | tomhuda | 2011-05-24 | 1 | -3/+3 |
| | | | | | | | | (d435726312601edb3ba6f97b34f562221f72c1f8). * Sass gem registers a compressor * Sass gem registers generators for assets and scaffold * Create a default stylesheet_engine ("css") for apps that remove the Sass gem | ||||
* | Fix 'FIXME' annotation typo | Sebastian Martinez | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Fix assets generators. | José Valim | 2011-04-17 | 1 | -16/+10 |
| | |||||
* | The controller and resource generators will now automatically produce asset ↵ | David Heinemeier Hansson | 2011-04-14 | 1 | -0/+32 |
stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH] |