Skip to content

Instantly share code, notes, and snippets.

@derigible
Created June 17, 2020 21:06
Show Gist options
  • Save derigible/3b8bf165c41c95693ee323829011eb17 to your computer and use it in GitHub Desktop.
Save derigible/3b8bf165c41c95693ee323829011eb17 to your computer and use it in GitHub Desktop.
ActiveRecord::NoDatabaseError (FATAL: database "" does not exist ):
// you need to create a database before rails can start (omitted from the start guide as you technically don't need a database for a rails app)
$ rails db:create
// You should now be able to start your rails application
$ rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment