aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/connection_handlers_multi_db_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump RuboCop to 0.67.2Koichi ITO2019-04-161-2/+2
* Ensure a handler is set when using `connected_to`eileencodes2019-04-081-7/+34
* Add ability to change the names of the default handlersEileen Uchitelle2019-02-011-0/+42
* Fix error raised when handler doesn't existEileen Uchitelle2019-01-251-3/+3
* Add assertions for `ActiveRecord::Base.current_role`Ryuta Kamizono2019-01-021-0/+6
* Raise helpful error when role doesn't existEileen Uchitelle2018-12-211-0/+10
* 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