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
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-6
/
+6
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-4
/
+4
*
Do not attempt to return connection with open transaction to pool (#24610)
Sean Griffin
2016-04-22
1
-5
/
+7
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-30
/
+34
*
Fix wrong `assert_equal` argument order.
Kasper Timm Hansen
2015-11-07
1
-2
/
+2
*
Suppress warning (warning about assigned but unused variable)
yui-knk
2015-11-07
1
-1
/
+1
*
Avoids mutating the original response in connection management middleware
Kevin Buchanan
2015-11-06
1
-0
/
+7
*
Add schema cache to new connection pool after fork
Eugene Kenny
2015-05-17
1
-23
/
+0
*
Fix typos and improve the documentation
Jon Atack
2015-04-15
1
-1
/
+1
*
ar/connection_pool: honor overriden rack.test in middleware
Simon Eskildsen
2014-09-23
1
-0
/
+8
*
set encoding to binmode for pipe
Anna Carey
2014-01-17
1
-0
/
+2
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-14
/
+14
*
rescue from all exceptions in `ConnectionManagement#call`
Vipul A M
2013-07-22
1
-2
/
+2
*
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