質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,6 +110,10 @@
|
|
110
110
|
|
111
111
|
|
112
112
|
|
113
|
+
その後、
|
114
|
+
|
115
|
+
|
116
|
+
|
113
117
|
他で調べて
|
114
118
|
|
115
119
|
databace.ymlを
|
1
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,14 +21,6 @@
|
|
21
21
|
文字数制限があったので一部消去
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
10: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6/lib/active_support/lazy_load_hooks.rb:49:in `each'
|
26
|
-
|
27
|
-
9: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
|
28
|
-
|
29
|
-
8: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6/lib/active_support/lazy_load_hooks.rb:65:in `execute_hook'
|
30
|
-
|
31
|
-
7: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6/lib/active_support/lazy_load_hooks.rb:60:in `with_execution_control'
|
32
24
|
|
33
25
|
6: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6/lib/active_support/lazy_load_hooks.rb:69:in `block in execute_hook'
|
34
26
|
|
@@ -115,3 +107,49 @@
|
|
115
107
|
|
116
108
|
|
117
109
|
```
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
他で調べて
|
114
|
+
|
115
|
+
databace.ymlを
|
116
|
+
|
117
|
+
```ここに言語を入力
|
118
|
+
|
119
|
+
production:
|
120
|
+
|
121
|
+
<<: *default
|
122
|
+
|
123
|
+
database: db/production.sqlite3
|
124
|
+
|
125
|
+
```
|
126
|
+
|
127
|
+
↓変更
|
128
|
+
|
129
|
+
```ここに言語を入力
|
130
|
+
|
131
|
+
production:
|
132
|
+
|
133
|
+
<<: *default
|
134
|
+
|
135
|
+
adapter: postgresql
|
136
|
+
|
137
|
+
database: db/production.pg
|
138
|
+
|
139
|
+
```
|
140
|
+
|
141
|
+
したのですが、今度は、
|
142
|
+
|
143
|
+
We're sorry, but something went wrong.
|
144
|
+
|
145
|
+
If you are the application owner check the logs for more information.
|
146
|
+
|
147
|
+
のエラーが出ました。
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
正直、私のレベルではお手上げ状態です。
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
ご助言頂ければ幸いです。
|