pixelfairy
pixelfairy

Reputation: 1645

Why won't my Rails server run? I get an error that a file is missing

The error that I get is

/Users/me/.rvm/gems/ruby-1.9.3-p551/gems/railties-3.2.13/lib/rails/application/configuration.rb:115:in `read': No such file or directory - /Users/me/ready96/config/database.yml (Errno::ENOENT)

This is weird because I have the exact same codebase in a different directory and it works fine.

Upvotes: 0

Views: 80

Answers (1)

Andrey Deineko
Andrey Deineko

Reputation: 52367

create database.yml in config folder.

Upvotes: 2

Related Questions