method
hostname_error
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::DatabaseConnectionError
hostname_error(hostname)public
No documentation available.
# File activerecord/lib/active_record/errors.rb, line 107
def hostname_error(hostname)
DatabaseConnectionError.new(<<~MSG)
There is an issue connecting with your hostname: #{hostname}.\n
Please check your database configuration and ensure there is a valid connection to your database.
MSG
end