我正在与另一个开发人员合作开发一个项目,并且在尝试启动本地服务器时遇到错误.缺少
database.yml.我只是使用sqlite而另一个开发人员正在使用mongrel,因此我没有database.yml文件.我没有使用Mongrel,因为我使用的是
ruby 1.9.2并且他使用的是ruby 1.8.7.
LIONIDAS:project robertb$rails s => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /Users/robertb/.rvm/gems/ruby-1.9.2-p0@rails/gems/railties-3.0.3/lib/rails/application/configuration.rb:88:in `read': No such file or directory - /Users/robertb/Sites/project/config/database.yml (Errno::ENOENT)