未验证 提交 63b9bf7d 编写于 作者: B bogdanvlviv

Remove `rake initializers` from rake tasks list

Context https://github.com/rails/rails/pull/33631#discussion_r210732565
上级 9136bb77
......@@ -3,7 +3,6 @@
require "rails/command"
require "active_support/deprecation"
desc "Print out all defined initializers in the order they are invoked by Rails."
task :initializers do
ActiveSupport::Deprecation.warn("Using `bin/rake initializers` is deprecated and will be removed in Rails 6.1. Use `bin/rails initializers` instead.\n")
Rails::Command.invoke "initializers"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册