Skip to content

Commit

Permalink
Remove deprecated legacy_connection_handling setter
Browse files Browse the repository at this point in the history
This was deprecated in 7.0 and removed in 7.1. This config no longer has
effects since multiple databases config in Rails has to be configured
manually. It is now set to false by default.
  • Loading branch information
Stefanni Brasil committed Dec 26, 2023
1 parent 90cc5b0 commit 51c93fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Settings specified here will take precedence over those in config/application.rb.

config.cache_classes = false
config.active_record.legacy_connection_handling = false

# Do not eager load code on boot. This avoids loading your whole application
# just for the purpose of running a single test. If you are using a tool that
Expand Down

0 comments on commit 51c93fb

Please sign in to comment.