Rails: FATAL - Peer authentication failed for user (PG::Error)

后端 未结 8 676
心在旅途
心在旅途 2020-12-04 04:22

I am running my development on Ubuntu 11.10, and RubyMine

Here is my development settings for the database.yml: which RubyMine created for me

develop         


        
8条回答
  •  难免孤独
    2020-12-04 05:17

    If you get that error message (Peer authentication failed for user (PG::Error)) when running unit tests, make sure the test database exists.

提交回复
热议问题