You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After our project was upgraded to Rails 7.1 I've noticed deprecation warnings when using the rails console.
[1] pry(main)> test = 'foo'
DEPRECATION WARNING: ActiveRecord::LogSubscriber.reset_runtime is deprecated and will be removed in Rails 7.2. (called from <main> at bin/rails:4)
DEPRECATION WARNING: ActiveRecord::LogSubscriber.reset_runtime is deprecated and will be removed in Rails 7.2. (called from <main> at bin/rails:4)
[METRICS] Completed in 0.5ms | Allocations: 207
=> "foo"
Unsure what method to swap to of if there even is one. But thought I'd at least make an issue for it.
The text was updated successfully, but these errors were encountered:
After our project was upgraded to Rails 7.1 I've noticed deprecation warnings when using the rails console.
Unsure what method to swap to of if there even is one. But thought I'd at least make an issue for it.
The text was updated successfully, but these errors were encountered: