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
*
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
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-4
/
+4
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-1
/
+1
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Fix connection leak when a thread checks in additional connections.
Matt Jones
2014-12-23
1
-0
/
+30
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-1
/
+1
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
remove dead code
Aaron Patterson
2013-07-08
1
-16
/
+0
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-9
/
+9
*
ConnectionPool wait_timeout no longer used for different types of timeouts. #...
Jonathan Rochkind
2012-05-23
1
-2
/
+2
*
Fix CI
Jon Leighton
2011-12-28
1
-9
/
+9
*
Removed test which works only < 1.9
Arun Agrawal
2011-12-21
1
-8
/
+0
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-72
/
+0
*
Transactional fixtures enlist all active database connections.
Jeremy Kemper
2011-10-05
1
-0
/
+2
*
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