我在创建带导轨的脚手架时遇到问题
当我遇到以下问题时,我正在学习教程。
rails new SuperAwesomeApp -d postgresql
rails g scaffold item name:string description:text
.rvm/gems/ruby-2.0.0-p195/gems/activerecord-3.2.13/lib/active_record/
connection_adapters/postgresql_adapter.rb:1216:
in `initialize': fe_sendauth: no password supplied (PG::Error)
如何为 rails / postgres 提供密码?
对 Rails 来说还是很新,所以我很感激你的帮助。