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 | -32/+32 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require" | Santiago Pastorino | 2014-07-30 | 1 | -1/+1 |
| | | | | | | | This reverts commit f632f79b8dcd144408c66a544984b2ba9cf52f87, reversing changes made to 98c7fe87690ca4de6c46e8f69806e82e3f8af42d. Closes #16343 | ||||
* | Remove unnecessary require of Minitest. | Guo Xiang Tan | 2014-05-24 | 1 | -1/+1 |
| | | | | Minitest has already been required when calling Minitest.autorun. | ||||
* | rename `str` to `string` to fix overshadowing of variable | Vipul A M | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | add a test for whitespace separated args in the rc file | Aaron Patterson | 2013-10-30 | 1 | -0/+16 |
| | |||||
* | there is no reason for ARGV[0] to be nil | Aaron Patterson | 2013-10-30 | 1 | -2/+2 |
| | |||||
* | add a comment to people of the future | Aaron Patterson | 2013-10-30 | 1 | -1/+5 |
| | |||||
* | adding a test for --help defaults | Aaron Patterson | 2013-10-30 | 1 | -0/+7 |
| | |||||
* | change the test to make argv a little more realistic | Aaron Patterson | 2013-10-30 | 1 | -7/+6 |
| | |||||
* | adding a test for the current behavior | Aaron Patterson | 2013-10-30 | 1 | -0/+18 |
| | |||||
* | add a test for the rc commandline option | Aaron Patterson | 2013-10-30 | 1 | -0/+18 |
| | |||||
* | remove useless assertions | Aaron Patterson | 2013-10-30 | 1 | -2/+0 |
| | |||||
* | test some of the rc specification | Aaron Patterson | 2013-10-30 | 1 | -3/+43 |
| | |||||
* | forgot the test, oops! | Aaron Patterson | 2013-10-30 | 1 | -0/+36 |