Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 1 | -1/+0 |
| | | | | | | | | | 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. | ||||
* | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 1 | -0/+44 |
`rake routes` was a public task. Therefore, I think that we should deprecate it before deleting it. Related to #32121. |