Skip to content

Commit

Permalink
Update to configuration defaults for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 9, 2025
1 parent 80c957e commit b75e5e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 281 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Application < Rails::Application
# config.eager_load_paths << Rails.root.join("extras")

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

# Disable new framework default has_many_inversing breaks some specs due to
# an apparent regression in Rails
Expand Down
280 changes: 0 additions & 280 deletions config/initializers/new_framework_defaults_7_1.rb

This file was deleted.

0 comments on commit b75e5e3

Please sign in to comment.