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.
2 parents bd63d39 + ff60bb4 commit 0275793Copy full SHA for 0275793
railties/lib/rails/tasks/statistics.rake
@@ -36,7 +36,7 @@ task :stats do
36
end.select { |name, dir| File.directory?(dir) }
37
38
$stderr.puts Rails.deprecator.warn(<<~MSG, caller_locations(0..1))
39
- `bin/rails stats` as rake task has been deprecated and will be removed in Rails 8.0.
+ `bin/rake stats` has been deprecated and will be removed in Rails 8.1.
40
Please use `bin/rails stats` as Rails command instead.\n
41
MSG
42
0 commit comments