aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/threaded_connections_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-91/+0
* Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...Nick Sieger2008-08-291-0/+2
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-36/+6
* Fix typo: was using brackets instead of parens. Must need more sleep.Nick Sieger2008-08-291-0/+10
* Fix checkin method, add a couple more testsNick Sieger2008-08-291-4/+34
* Nearing the finish line. Initial fixed-size connection pool implemented, more...Nick Sieger2008-08-291-0/+36
* Introduce synchronization around connection pool accessNick2008-08-291-0/+4
* Rename defined_connections to connection_poolsNick2008-08-291-1/+1
* Initial conversion to connection poolNick2008-08-291-24/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+48