aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_management_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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