| Commit message (Expand) | Author | Age | Files | Lines |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | implements ActiveRecord::Base.connection_config to be able to check the confi... | Xavier Noria | 2011-03-05 | 1 | -0/+5 |
* | Enable the sqlite3 in-memory test connection to work | Jon Leighton | 2011-01-11 | 1 | -1/+1 |
* | removing useless ternary | Aaron Patterson | 2010-08-19 | 1 | -1/+1 |
* | expected value should come first in assert_equal | Neeraj Singh | 2010-05-18 | 1 | -3/+3 |
* | Move AR logging responsibilities to ActiveRecord::Railties::Subscriber. | José Valim | 2010-01-13 | 1 | -12/+1 |
* | Expose connections available in the connection pool. | José Valim | 2010-01-11 | 1 | -0/+2 |
* | Resolve deadlock in pooled connections test | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
* | Modify connection pool callbacks to be compatible w/ new style | Nick Sieger | 2009-10-16 | 1 | -2/+19 |
* | Tests should use ActiveRecord::Base.connection.rollback_db_transaction to rol... | steve | 2009-05-01 | 1 | -1/+1 |
* | Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne... | steve | 2009-05-01 | 1 | -0/+29 |
* | Fix typo in pool_conections_test [#1350 state:committed] | Amos King | 2008-11-14 | 1 | -1/+1 |
* | Timeout the connection pool monitor on ruby 1.8 only | Jeremy Kemper | 2008-11-08 | 1 | -4/+7 |
* | Make sure ActiveRecord::Base.connected? doesn't raise an exception for define... | Pratik Naik | 2008-11-06 | 1 | -0/+5 |
* | Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections.... | Wes Oldenbeuving | 2008-11-06 | 1 | -0/+8 |
* | Make clear_active_connections! also return stale connections back to the pool | Nick Sieger | 2008-08-29 | 1 | -0/+87 |