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
/
connection_management_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
database connections are automatically established after forking.
Aaron Patterson
2012-02-16
1
-0
/
+21
*
use Rack::BodyProxy in activerecord middlewares
Sergey Nartimov
2012-01-16
1
-3
/
+5
*
Move connection resoluion logic to it's own testable class.
Aaron Patterson
2011-11-28
1
-34
/
+0
*
break establish_connection to smaller methods
Aaron Patterson
2011-11-28
1
-3
/
+3
*
adding more tests around database uri parsing
Aaron Patterson
2011-07-21
1
-0
/
+34
*
Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...
Steve Hodgkiss
2011-06-18
1
-0
/
+7
*
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
*
make sure that active connections are not cleared during test when an excepti...
Aaron Patterson
2011-03-29
1
-0
/
+8
*
clearing active connections in the ConnectionManagement middleware if an exce...
Aaron Patterson
2011-03-29
1
-0
/
+7
*
proxy body responses so we close database connections after body is flushed
Aaron Patterson
2011-03-29
1
-2
/
+22
*
make sure we have an active database connection before running each connectio...
Aaron Patterson
2011-03-28
1
-4
/
+5
*
testing app delegation from the ConnectionManagement middleware
Aaron Patterson
2011-03-28
1
-3
/
+20
*
namespacing connection management tests. :heart:
Aaron Patterson
2011-03-28
1
-18
/
+22
*
fixing test file name
Aaron Patterson
2010-07-16
1
-0
/
+25