File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -339,15 +339,15 @@ def initialize(message = nil, connection_pool: nil)
339
339
class << self
340
340
def db_error ( db_name )
341
341
NoDatabaseError . new ( <<~MSG )
342
- We could not find your database : #{ db_name } . Available database configurations can be found in config/database.yml.
342
+ Database not found : #{ db_name } . Available database configurations can be found in config/database.yml.
343
343
344
344
To resolve this error:
345
345
346
- - Did you not create the database, or did you delete it? To create the database, run :
346
+ - Create the database by running :
347
347
348
348
bin/rails db:create
349
349
350
- - Has the database name changed? Verify that config/database.yml contains the correct database name.
350
+ - Verify that config/database.yml contains the correct database name.
351
351
MSG
352
352
end
353
353
end
You can’t perform that action at this time.
0 commit comments