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

0

I can not find the solution to this problem

    
asked by Upset Grade 20.08.2018 в 22: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 20.08.2018 / 23:16
source