aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Commit message (Expand)AuthorAgeFilesLines
...
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* let's warn with heredocsXavier Noria2014-10-281-4/+6
* Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-2/+2
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-1/+1
* Merge pull request #16542 from seamusabshere/numerify-pool-checkout-timeout-f...Rafael Mendonça França2014-08-181-1/+1
* Clarify how the ConnectionHandler worksJack Danger Canty2014-07-311-15/+36
* Remove unused param 'conn' from ConnectionPool#releaseMindaugas Mozūras2014-06-231-3/+3
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-28/+28
* Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...Jeremy Kemper2014-02-221-1/+4
* Reaper has access to threadsafe active? callKevin Casey2014-02-081-1/+1
* Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-1/+1
* Remove deprecated AR::Connection#clear_stale_cached_connections! methodFrancesco Rodriguez2013-07-011-5/+0
* Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-8/+0
* use `connect_poll` on pg so that reaping does not hurt the connectionAaron Patterson2013-03-201-1/+3
* Revert "default the reaping frequency to 10 seconds"Aaron Patterson2013-03-201-1/+1
* default the reaping frequency to 10 secondsAaron Patterson2013-03-111-1/+1
* Gist URLs are now namespacedAkira Matsuda2013-02-181-4/+4
* Default dead_connection_timeout to 5Akira Matsuda2013-01-241-1/+1
* fix anonymous class issueDavid2013-01-201-0/+1
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-9/+16
* Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-6/+14
* Remove ActiveRecord::ModelJon Leighton2012-10-261-4/+4
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-3/+3
* warning removed.Arun Agrawal2012-09-121-1/+0
* ConnectionPool, unify exceptions, ConnectionTimeoutErrorJonathan Rochkind2012-09-111-17/+11
* Fix a typoAndreas Loupasakis2012-09-061-1/+1
* Cache the connection pool for a given classJon Leighton2012-08-311-20/+35
* One hash is enoughJon Leighton2012-08-311-17/+13
* Refactor connection handlerJon Leighton2012-08-311-22/+14
* Make connection pool retrieval fasterJon Leighton2012-08-311-10/+13
* Simplify AR configuration code.Jon Leighton2012-06-151-6/+8
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-37/+174
* Whitespaces :scissors:Rafael Mendonça França2012-05-231-6/+6
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-7/+16
* Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-86/+34
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-34/+86
* Synchronize read and modification of @reserved_connections hash to avoid conc...Patrick Mahoney2012-05-191-4/+8
* Remove unused assignmentsMark Rushakoff2012-04-291-5/+3
* opening a connection will block if the pool is fullAaron Patterson2012-04-151-20/+39
* make sure connections returned after close are marked as in_useAaron Patterson2012-03-121-4/+17
* deprecated clear_stale_active_connections! can call #reap instead of no-op'in...Jonathan Rochkind2012-03-121-1/+2
* make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-7/+4
* removes verify_active_connections!Xavier Noria2012-02-241-15/+0
* use Process.pid rather than $$Aaron Patterson2012-02-161-5/+5
* database connections are automatically established after forking.Aaron Patterson2012-02-161-13/+47
* use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-161-31/+5