aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/initializers.rake
Commit message (Collapse)AuthorAgeFilesLines
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-041-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 listbogdanvlviv2018-08-221-1/+0
| | | | Context https://github.com/rails/rails/pull/33631#discussion_r210732565
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-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 Allan2017-08-141-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Initializer provides its context class nameta1kt0me2016-06-121-1/+1
|
* Delegate public method for raitile nameta1kt0me2016-06-111-1/+1
|
* Display railtie class name in `rails initializers`ta1kt0me2016-06-021-1/+1
|
* Actually rename to `rake initializers`Godfrey Chan2015-03-211-1/+1
|
* `rake initializer` -> `rake initializers`Godfrey Chan2015-03-201-0/+6
Also edited the copy to be more consistent with `rake routes`. See #19323.