当我尝试在端口 80 上运行 webrick 时出现 postgres 错误,如下所示:
rvmsudo rails s -p 80
然后我得到这个错误:
Users/user/.rvm/gems/ruby-1.9.3-p194@app/gems/activerecord-3.2.12/lib/active_record/connection_adapters/postgresql_adapter.rb:1208:in `initialize': FATAL: role "root" does not exist (PG::Error)
加上更多的堆栈跟踪。
我尝试将我的用户更改为root
在 database.yml 中,但没有运气。有什么建议么?
编辑:尝试在本地运行,而不是用于生产。