We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6dc3 commit 8399dbbCopy full SHA for 8399dbb
railties/lib/rails/tasks/framework.rake
@@ -73,8 +73,8 @@ namespace :rails do
73
%i(update template templates:copy update:configs update:bin).each do |task_name|
74
task "#{task_name}" do
75
ActiveSupport::Deprecation.warn(<<-MSG.squish)
76
- Running #{task_name} with the rails: namespace is deprecated in favor of app.
77
- Run e.g. bin/rails app:#{task_name} instead."
+ Running #{task_name} with the rails: namespace is deprecated in favor of app: namespace.
+ Run bin/rails app:#{task_name} instead.
78
MSG
79
Rake.application.invoke_task("app:#{task_name}")
80
end
0 commit comments