This project is archived and is in readonly mode.
Connection pooling
Reported by Nick Sieger | August 29th, 2008 @ 08:22 PM | in 2.x
Connection pooling implementation for ActiveRecord
Comments and changes to this ticket
-
Nick Sieger August 29th, 2008 @ 09:05 PM
- no changes were found...
-
Wes Oldenbeuving November 5th, 2008 @ 06:37 PM
ConnectionPool.connected?(klass) will raise
NoMethodError: undefined method 'connected?' for nil:NilClass
when there is no connection for the given klass. The attached patch fixes this by returning false when there is no connection. The patch includes a test which exposes the bug.
-
Repository November 5th, 2008 @ 06:55 PM
- State changed from new to resolved
(from [32089cbcc9ca3fb935f783e7a7ef2b60b7d43006]) Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections. [#936 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 936 Connection pooling (from [32089cbcc9ca3fb935f783e7a7ef2b60b7d43006]) Ensure ...