rails/actionmailbox/test
Jean Boussier 7263da542b Deprecate ConnectionPool#connection
Replaced by `#lease_connection` to better reflect what it does.

`ActiveRecord::Base#connection` is deprecated in the same way
but without a removal timeline nor a deprecation warning.

Inside the Active Record test suite, we do remove `Base.connection`
to ensure it's not used internally.

Some callsites have been converted to use `with_connection`,
some other have been more simply migrated to `lease_connection`
and will serve as a list of callsites to convert for
https://github.com/rails/rails/pull/50793
2024-03-01 14:32:55 +01:00
..
controllers Fix ingress controllers' ability to accept non UTF-8 encoded emails 2022-12-30 23:53:10 +01:00
dummy Do not generate pidfile in production environments (#50644) 2024-01-08 14:47:25 -05:00
fixtures/files Fix ingress controllers' ability to accept non UTF-8 encoded emails 2022-12-30 23:53:10 +01:00
generators Module#const_set is a public method 2020-09-15 17:19:37 +09:00
jobs ActionMailbox::IncinerationJobTest create test email without routing 2023-02-07 11:45:07 -08:00
models Take AR affixes into account for Action Mailbox database models 2023-12-09 11:02:30 +01:00
unit [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00
migrations_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
test_helper.rb Fix Action Mailbox tests 2023-11-30 11:11:22 -05:00