instance method
active?
Ruby on Rails 7.0.10
Since v2.2.3Signature
active?()
Checks whether the connection to the database is still active. This includes checking whether the database is actually capable of responding, i.e. whether the connection isn’t stale.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 515
def active?
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 515
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter