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