Brian_Alexander Asked: 2020-08-21 14:59:50 +0800 CST 2020-08-21 14:59:50 +0800 CST 2020-08-21 14:59:50 +0800 CST FATAL: database "db/development.sqlite3" does not exist [closed] 772 I can't find the solution to this problem ruby-on-rails 1 Answers Voted Best Answer Joel Ibaceta 2020-08-21T15:16:36+08:002020-08-21T15:16:36+08:00 That's because you haven't actually created the database. Test by running: rake db:create rake db:migrate
That's because you haven't actually created the database.
Test by running: