Skip to content

Commit

Permalink
Do not show deprecate task in the task list
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Aug 15, 2018
1 parent 977d77e commit c710ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/lib/rails/tasks/dev.rake
Expand Up @@ -4,7 +4,6 @@ require "rails/command"
require "active_support/deprecation"

namespace :dev do
desc "Toggle development mode caching on/off"
task :cache do
ActiveSupport::Deprecation.warn("Using `bin/rake dev:cache` is deprecated and will be removed in Rails 6.1. Use `bin/rails dev:cache` instead.\n")
Rails::Command.invoke "dev:cache"
Expand Down

0 comments on commit c710ffa

Please sign in to comment.