aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/connection_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure Active Record connection consistencyschneems2014-01-091-0/+127
* Fix memory leak in development modeJon Leighton2012-11-301-7/+5
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-1/+7
* Remove ActiveRecord::ModelJon Leighton2012-10-261-2/+2
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-2/+2
* Cache the connection pool for a given classJon Leighton2012-08-311-0/+2
* Make connection pool retrieval fasterJon Leighton2012-08-311-9/+4
* Simplify AR configuration code.Jon Leighton2012-06-151-3/+2
* Extract common logic into a methodJon Leighton2011-12-241-0/+3
* pools are 1:1 with spec now rather than 1:1 with classAaron Patterson2011-11-281-2/+0
* Merge pull request #2897 from rsutphin/ar31-remove_connectionAaron Patterson2011-09-061-1/+20
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* adding active_connections? to the connection pool for finding open connectionsAaron Patterson2011-03-281-0/+33