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