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
Check for alias_attribute usage with virtual_column|attribute or virtual_(belongs_to|has_many) not detected in tests. Some cross repos have warnings for this deprecated behavior.
Rails.application.credentials instead of deprecated secrets (deprecated in 7.1, removed in 7.2 (for later)
7.0 EOL is April 1, 2025
7.1 EOL is October 1, 2025
https://rubyonrails.org/maintenance
https://endoflife.date/rails
Upgrade notes
belongs_to
association if it has not changed rails/rails#46522config.dom_testing_default_html_version
and use Rails::Dom::Testing to parse HTML in test helpers rails/rails#48682 (html 5 parsing default in rails dom testing)before_committed!
behaviour behind config rails/rails#46739marshal_dump
andmarshal_load
on ActiveRecord::Base rails/rails#47747 (could affect session dump/load with Marshal)TODO, now that 7.1 is merged on master
[WIP] Use config.load_defaults for rails 7 with overrides #23176(moved to Rails 7.1 #23225)Rails.application.credentials instead of deprecated secrets (deprecated in 7.1, removed in 7.2 (for later)
Completed
Loosen dependencies:
Fix rjs broken in rails 7.1
gem releases and dependency bump
The text was updated successfully, but these errors were encountered: