rails/actioncable/test/subscription_adapter
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
..
async_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
base_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
channel_prefix.rb Use indifferent access for config hash in actioncable postgresql test 2020-06-10 13:52:43 +01:00
common.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
inline_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
postgresql_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
redis_test.rb Fix ActionCable Redis configuration with sentinels 2023-05-28 11:57:23 +00:00
subscriber_map_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
test_adapter_test.rb Add Action Cable test adapter 2018-08-19 19:06:30 -04:00