aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-180/+180
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-5/+5
* | Remove extra connection pool creationArthur Neves2016-08-021-1/+0
* | Merge pull request #25869 from kamipo/specificiation_id_was_renamed_to_spec_nameRafael França2016-07-201-1/+1
|\ \
| * | `specificiation_id` was renamed to `spec_name`Ryuta Kamizono2016-07-181-1/+1
* | | Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-1/+1
|/ /
* | Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+15
* | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-071-9/+15
|\ \
| * | Make connection stealing more explicitMatthew Draper2016-07-061-4/+9
| * | Reduce locking by taking ownership of stale connectionsMatthew Draper2016-07-061-9/+8
| * | Re-check that the connection is still stale before we reap itMatthew Draper2016-07-061-0/+2
| |/
* / [ci skip] Update ConnectionPool documentation for readabilityAlex Kitchens2016-07-061-21/+21
|/
* Add to_hash to specificationArthur Neves2016-05-251-2/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-10/+7
* Move establish_connection to handlerArthur Neves2016-05-241-1/+9
* [ci skip] Update retrieve_connection_pool commentBenjamin Quorning2016-05-201-7/+1
* [ci skip] Update documents of `ConnectionHandler`yui-knk2016-05-111-3/+1
* Replacement cycle for readabilityMolchanov Andrey2016-05-091-2/+2
* Followup to #24844Jon Moss2016-05-071-0/+2
* Update docs for connection handlerArthur Neves2016-05-061-2/+5
* s/specification_id/specification_nameArthur Neves2016-05-051-16/+16
* inline retrive_conn_pool methodArthur Neves2016-05-051-12/+8
* Refactor connection handlerArthur Neves2016-05-051-37/+20
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-19/+0
* Explain the connection pool error message betterDmytrii Nagirniak2015-12-011-1/+1
* Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-16/+20
* fix RDoc markup in `ConnectionPool`. [ci skip]Yves Senn2015-10-141-13/+13
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-6/+6
* Merge pull request #21637 from amitsuroliya/doc_fixesKasper Timm Hansen2015-09-171-2/+2
|\
| * Improved ActiveRecord Connection Pool docs [ci skip]amitkumarsuroliya2015-09-171-2/+2
* | s/Github/GitHub/Akira Matsuda2015-09-171-1/+1
|/
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-2/+2
* Add schema cache to new connection pool after forkEugene Kenny2015-05-171-1/+3
* AR::ConPool - remove synchronization around connection cache.thedarkone2015-05-141-79/+303
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-27/+101
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-8/+23
* Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-2/+4
* Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-2/+2
* ActiveRecord: On reconnection failure, release only failed connetion.Yoshioka Tsuneo2015-01-131-1/+2
* ActiveRecord: release connection on reconnect failure.Yoshioka Tsuneo2015-01-091-0/+3
* Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-041-10/+1
* Merge pull request #18080 from korbin/fix_reaping_frequency_configurationRafael Mendonça França2015-01-021-1/+1
|\
| * fix issue with reaping_frequency typekorbin2014-12-171-1/+1
* | Fix connection leak when a thread checks in additional connections.Matt Jones2014-12-231-4/+6
|/
* minor sentences fixesNeeraj Singh2014-12-071-3/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1