Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove unnecessary comment. | Uģis Ozols | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | 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] |