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 8150212 + 0b18cac commit 46cd9f7Copy full SHA for 46cd9f7
railties/lib/rails/console/app.rb
@@ -0,0 +1,8 @@
1
+# frozen_string_literal: true
2
+
3
+ActiveSupport::Deprecation.new.warn(<<~MSG, caller_locations(0..1))
4
+`rails/console/app.rb` has been deprecated and will be removed in Rails 8.0.
5
+Please require `rails/console/methods.rb` instead.
6
+MSG
7
8
+require "rails/console/methods"
railties/lib/rails/console/helpers.rb
+`rails/console/helpers.rb` has been deprecated and will be removed in Rails 8.0.
0 commit comments