# File lib/active_record/connection_adapters/mysql2_adapter.rb, line 210 def active? return false unless @connection @connection.ping end