database_cleaner-active_record icon indicating copy to clipboard operation
database_cleaner-active_record copied to clipboard

Support disallowing permanent connection checkouts with Rails 7.2

Open joshuay03 opened this issue 2 years ago • 0 comments

Context: https://github.com/rails/rails/pull/51349

Ensures that applications using config.active_record.permanent_connection_checkout = :disallowed are supported from Rails 7.2 onwards.

There's one more usage of .connection but that seems to be getting removed in #101.

joshuay03 avatar Apr 05 '24 10:04 joshuay03