aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/connection_handlers_multi_db_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add AR::Base.connected_to?John Hawthorn2018-12-111-0/+11
* Make connection handler per thread instead of per fiberEileen Uchitelle2018-11-201-0/+37
* Exercise `connected_to` and `connects_to` methodsbogdanvlviv2018-11-151-0/+35
* Ensure that `ActiveRecord::Base#connected_to` with `:database` establishes co...bogdanvlviv2018-11-121-3/+21
* Add support for hash and url configs in connected_toGannon McGibbon2018-10-261-0/+39
* Basic API for connection switchingEileen Uchitelle2018-10-101-0/+193