aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_management_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* make sure that active connections are not cleared during test when an ↵Aaron Patterson2011-03-291-0/+8
| | | | exception happens
* clearing active connections in the ConnectionManagement middleware if an ↵Aaron Patterson2011-03-291-0/+7
| | | | exception happens
* 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 ↵Aaron Patterson2011-03-281-4/+5
| | | | connection management test
* 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