FATAL: database "db / development.sqlite3" does not exist [closed]

0

I can not find the solution to this problem

    
asked by Upset Grade 21.08.2018 в 00:59
source

1 answer

1

That's because you have not created the database effectively.

Try running:

rake db:create
rake db:migrate
    
answered by 21.08.2018 / 01:16
source