aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/pooled_connections_test.rb
Commit message (Expand)AuthorAgeFilesLines
* expected value should come first in assert_equalNeeraj Singh2010-05-181-3/+3
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-12/+1
* Expose connections available in the connection pool.José Valim2010-01-111-0/+2
* Resolve deadlock in pooled connections testJeremy Kemper2009-11-101-1/+1
* Modify connection pool callbacks to be compatible w/ new styleNick Sieger2009-10-161-2/+19
* Tests should use ActiveRecord::Base.connection.rollback_db_transaction to rol...steve2009-05-011-1/+1
* Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...steve2009-05-011-0/+29
* Fix typo in pool_conections_test [#1350 state:committed]Amos King2008-11-141-1/+1
* Timeout the connection pool monitor on ruby 1.8 onlyJeremy Kemper2008-11-081-4/+7
* Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...Pratik Naik2008-11-061-0/+5
* Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....Wes Oldenbeuving2008-11-061-0/+8
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-0/+87