Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 1 | -1/+1 |
| | | | | | | | | | The rake tasks which became deprecate now does not load the environment. Therefore, even if the application specifies the behavior of deprecating, the message is output to stderr ignoring the specification. It seems that this is not the expected behavior. We should respect the setting even in the rake tasks. | ||||
* | Remove `rake initializers` from rake tasks list | bogdanvlviv | 2018-08-22 | 1 | -1/+0 |
| | | | | Context https://github.com/rails/rails/pull/33631#discussion_r210732565 | ||||
* | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 1 | -4/+6 |
| | | | | | | * Invoke Rails::Command within the rake task * Adds test for calling initializers with 'bin/rake' * Adds deprecation warning to the rake task | ||||
* | 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 |
| | |||||
* | Initializer provides its context class name | ta1kt0me | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | Delegate public method for raitile name | ta1kt0me | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | Display railtie class name in `rails initializers` | ta1kt0me | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Actually rename to `rake initializers` | Godfrey Chan | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | `rake initializer` -> `rake initializers` | Godfrey Chan | 2015-03-20 | 1 | -0/+6 |
Also edited the copy to be more consistent with `rake routes`. See #19323. |