aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* AbstractAdapter#close can be called to add the connection back to theAaron Patterson2011-11-291-0/+16
* expire will set in_use to falseAaron Patterson2011-11-291-0/+7
* last_use is set on connection leaseAaron Patterson2011-11-291-0/+6
* Leased connections return false on second leaseAaron Patterson2011-11-291-2/+11
* Adapters keep in_use flag when leasedAaron Patterson2011-11-291-0/+16
* Fix schema_cache_test.rb for sqlite3_memJon Leighton2011-11-291-6/+0
* pools are 1:1 with spec now rather than 1:1 with classAaron Patterson2011-11-281-2/+0
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+55
* 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