= private = protected
active?()
Is this connection alive and ready for queries?
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 333 def active? @connection.status == PGconn::CONNECTION_OK rescue PGError false end