aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/pooled_connections_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-16/+12
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-0/+30
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* remove dead codeAaron Patterson2013-07-081-16/+0
* Remove ActiveRecord::ModelJon Leighton2012-10-261-9/+9
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-2/+2
* Fix CIJon Leighton2011-12-281-9/+9
* Removed test which works only < 1.9Arun Agrawal2011-12-211-8/+0
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-72/+0
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-0/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* implements ActiveRecord::Base.connection_config to be able to check the confi...Xavier Noria2011-03-051-0/+5
* Enable the sqlite3 in-memory test connection to workJon Leighton2011-01-111-1/+1
* removing useless ternaryAaron Patterson2010-08-191-1/+1
* expected value should come first in assert_equalNeeraj Singh2010-05-181-3/+3
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-12/+1
* Expose connections available in the connection pool.José Valim2010-01-111-0/+2
* Resolve deadlock in pooled connections testJeremy Kemper2009-11-101-1/+1
* Modify connection pool callbacks to be compatible w/ new styleNick Sieger2009-10-161-2/+19
* Tests should use ActiveRecord::Base.connection.rollback_db_transaction to rol...steve2009-05-011-1/+1
* Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...steve2009-05-011-0/+29
* Fix typo in pool_conections_test [#1350 state:committed]Amos King2008-11-141-1/+1
* Timeout the connection pool monitor on ruby 1.8 onlyJeremy Kemper2008-11-081-4/+7
* Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...Pratik Naik2008-11-061-0/+5
* Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....Wes Oldenbeuving2008-11-061-0/+8
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-0/+87