From c710ffa37ea57812c49b900b40ba66311f699dd5 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 16 Aug 2018 08:39:22 +0900 Subject: Do not show deprecate task in the task list --- railties/lib/rails/tasks/dev.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/railties/lib/rails/tasks/dev.rake b/railties/lib/rails/tasks/dev.rake index 5a765bdd21..8d75965294 100644 --- a/railties/lib/rails/tasks/dev.rake +++ b/railties/lib/rails/tasks/dev.rake @@ -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" -- cgit v1.2.3