index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
pooled_connections_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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