Skip to content

Commit

Permalink
Update to configuration defaults for Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Feb 1, 2024
1 parent e3dbeb0 commit 4ed6ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 142 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
config.load_defaults = 6.1
config.load_defaults = 7.0
config.autoloader = :zeitwerk
config.active_record.legacy_connection_handling = false
config.active_support.use_rfc4122_namespaced_uuids = true
Expand Down
141 changes: 0 additions & 141 deletions config/initializers/new_framework_defaults_7_0.rb

This file was deleted.

0 comments on commit 4ed6ccb

Please sign in to comment.