Skip to content

Commit

Permalink
Merge pull request #294 from rubygems/colby/remove-lagacy-config
Browse files Browse the repository at this point in the history
Remove active_record.legacy_connection_handling config
  • Loading branch information
colby-swandale authored Oct 17, 2024
2 parents c07cb54 + b07eef5 commit 92c0ed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class Application < Rails::Application

config.active_job.queue_adapter = :sidekiq

# Accepting new Rails 7 connection handling
config.active_record.legacy_connection_handling = false

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
Expand Down

0 comments on commit 92c0ed2

Please sign in to comment.