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
* chore(deprecation): test_fixture= has been deprecated
in favor of tests_fixtures=
* chore(deprecations): ActiveSupport::Deprecation.silenced
```
ActiveSupport::Deprecation is deprecated and will be removed from Rails
(use Rails.application.deprecators.silenced= instead)
```
* chore(deprecation): prefer ActiveSupport.deprectator
or our own deprecator.
since https://github.com/rails/rails/pull/47354/files
assert_match(/DEPRECATION WARNING: `allow_include` has been replaced by `default_allow_include_to_one` and `default_allow_include_to_many` options./,err)
0 commit comments