昨日はこのエラーではありませんでした。私は自分のアプリケーションに変更を加えなかった。 ちょうど眠りにつきました。サーバに接続できませんでした:そのようなファイルやディレクトリはありません(PG :: ConnectionBad)
エラー:
home/dartnyan/.rvm/gems/ruby-2.3.0/gems/activerecord-4.2.6/lib/
active_record/connection_adapters/
postgresql_adapter.rb:651:in `initialize': could not connect to server:
No such file or directory (PG::ConnectionBad)
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
database.ymlの
default: &default
adapter: postgresql
pool: 5
imeout: 5000
development:
adapter: postgresql
database: shop_development
pool: 5
username: dartnyan
password: kurt1245
test:
adapter: postgresql
encoding: unicode
database: shop_test
pool: 5
username: dartnyan
password: kurt1245
あなたのユーザー名とパスワードをそのようなオープンウェブに残すことはお勧めしません。 – luissimo
@luissimo私は自分のアプリケーションへのリンクを残しませんが、大丈夫です。私はこれらのフィールドを次回は残しません。 –