Exception: ActiveRecord::ConnectionFailed

Inherits:
QueryAborted show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

ConnectionFailed will be raised when the network connection to the database fails while sending a query or waiting for its result.

Instance Attribute Summary

Attributes inherited from StatementInvalid

#binds, #sql

Method Summary

Methods inherited from StatementInvalid

#initialize, #set_query

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid