質問編集履歴
2
typo
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
rails
|
1
|
+
railsがローカルのpostgresにアクセスできない。
|
body
CHANGED
File without changes
|
1
posticoについて加筆
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
rails c をしてUser.firstなどとしてもnilが返ります。
|
6
6
|
postgres -D /usr/local/var/postgresは打ってあります。
|
7
7
|
rails db:migrateは出来ているのですが、raails cでは反映されません。
|
8
|
+
posticoでpostgresの中身を見てみると、データはきちんと入っていて、postgres自体は正常に動いています。
|
8
9
|
|
9
10
|
postgresは10.4を使っており、extencionとしてpostgisを使っています。
|
10
11
|
何か心当たりなどありますでしょうか?
|