私がしようとすると:
rake db:migrate
私は得る:
rake aborted!
FATAL: Ident authentication failed for user "postgres"
問題はありません。
vagrant@lucid32:/sudo su - postgres
postgres@lucid32:/ psql
postgres# (can list databases)
これが私のpg_hba.confファイルです:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
# Vagrant uses 33.33.33.10 like addresses
host all all 33.33.33.0/24 trust