aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/routes_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-041-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 deletingyuuji.yaginuma2018-08-201-0/+44
`rake routes` was a public task. Therefore, I think that we should deprecate it before deleting it. Related to #32121.