aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/connection_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix broken url configseileencodes2019-06-271-1/+1
* Treat ActiveRecord::Base and ApplicationRecord as "primary"eileencodes2019-06-051-0/+13
* Add ability to change the names of the default handlersEileen Uchitelle2019-02-011-0/+5
* Exercise stringify of database configurationsbogdanvlviv2018-10-051-0/+5
* Fix "warning: shadowing outer local variable - config"yuuji.yaginuma2018-09-261-2/+2
* Stringify database configurationsGannon McGibbon2018-09-241-0/+24
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-1/+4
* Relax assertions in connection config testsDaniel Colson2018-04-201-2/+2
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-2/+2
* Remove leftover blank sqlite3 file after in memory handler tests.utilum2018-04-011-0/+2
* Fix connection handling with three-tier configeileencodes2018-03-161-0/+48
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-5/+5
* Skip test that use fork in the memory store dbRafael Mendonça França2018-01-241-32/+34
* Make discard safe when it follows a manual disconnectMatthew Draper2018-01-251-0/+40
* Don't pass `object_id` to `refute_nil` since `object_id` never to be nilRyuta Kamizono2017-12-261-6/+6
* Improve AR connection fork safetyMatthew Draper2017-11-181-0/+32
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* `DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...Ryuta Kamizono2017-05-251-0/+11
* Allow 3-level DB configs to group connections by environmentMatthew Draper2017-02-221-0/+60
* Fix pool_from_any_process to use most recent speceileencodes2017-01-131-0/+35
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Add to_hash to specificationArthur Neves2016-05-251-1/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-3/+2
* remove_connection should not remove parent connectionArthur Neves2016-05-111-0/+7
* Dont cache the conn_spec_name when emptyArthur Neves2016-05-111-1/+10
* Make sure we reset the connection_specification_name onArthur Neves2016-05-101-0/+14
* s/specification_id/specification_nameArthur Neves2016-05-051-7/+7
* Use spec key, when given as spec_idArthur Neves2016-05-051-19/+15
* Refactor connection handlerArthur Neves2016-05-051-21/+23
* Add schema cache to new connection pool after forkEugene Kenny2015-05-171-0/+46
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-3/+1
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-211-193/+0
* Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-0/+8
* Don't deprecate after allMatthew Draper2014-04-091-11/+9
* Less ambition, more deprecationMatthew Draper2014-04-091-59/+11
* Ensure we correctly and immediately load all ENV entriesMatthew Draper2014-04-081-0/+21
* Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+4
* Test DATABASE_URL has precendance over DATABASE_URL_#{environment}Rafael Mendonça França2014-04-081-0/+9
* Make sure DEFAULT_URL only override current environment databaseRafael Mendonça França2014-04-081-9/+29
* Only apply DATABASE_URL for Rails.envMatthew Draper2014-04-081-17/+26
* Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-0/+48
* Merge pull request #14380 from tgxworld/use_teardown_helper_method_in_activer...Yves Senn2014-03-151-1/+1
|\
| * Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* | Allow custom JDBC urlsschneems2014-03-141-0/+6
|/
* Handle missing environment from non empty configschneems2014-02-211-15/+8
* Restore DATABASE_URL even if it's nil in connection_handler testPrathamesh Sonpatki2014-01-101-1/+1