aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_management_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* Do not attempt to return connection with open transaction to pool (#24610)Sean Griffin2016-04-221-5/+7
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-30/+34
* Fix wrong `assert_equal` argument order.Kasper Timm Hansen2015-11-071-2/+2
* Suppress warning (warning about assigned but unused variable)yui-knk2015-11-071-1/+1
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-0/+7
* Add schema cache to new connection pool after forkEugene Kenny2015-05-171-23/+0
* Fix typos and improve the documentationJon Atack2015-04-151-1/+1
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-0/+8
* set encoding to binmode for pipeAnna Carey2014-01-171-0/+2
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-14/+14
* rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-2/+2
* database connections are automatically established after forking.Aaron Patterson2012-02-161-0/+21
* use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-161-3/+5
* Move connection resoluion logic to it's own testable class.Aaron Patterson2011-11-281-34/+0
* break establish_connection to smaller methodsAaron Patterson2011-11-281-3/+3
* adding more tests around database uri parsingAaron Patterson2011-07-211-0/+34
* Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...Steve Hodgkiss2011-06-181-0/+7
* 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
* make sure that active connections are not cleared during test when an excepti...Aaron Patterson2011-03-291-0/+8
* clearing active connections in the ConnectionManagement middleware if an exce...Aaron Patterson2011-03-291-0/+7
* proxy body responses so we close database connections after body is flushedAaron Patterson2011-03-291-2/+22
* make sure we have an active database connection before running each connectio...Aaron Patterson2011-03-281-4/+5
* testing app delegation from the ConnectionManagement middlewareAaron Patterson2011-03-281-3/+20
* namespacing connection management tests. :heart:Aaron Patterson2011-03-281-18/+22
* fixing test file nameAaron Patterson2010-07-161-0/+25