質問編集履歴

2

画像の修正

2020/01/07 01:25

投稿

WagatsumaItsuki
WagatsumaItsuki

スコア4

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  PreviewRunninngApplicationに於いて以下のような画面を映す
4
4
 
5
- ![image.png](https://image.docbase.io/uploads/39ded6fd-86e4-48bf-8251-f7db545e04f5.png =WxH)
5
+ ![イメージ説明](489bc851ee4474b8264553d4afdd06d2.png)
6
6
 
7
7
 
8
8
 

1

試してみたことを追記しました

2020/01/07 01:25

投稿

WagatsumaItsuki
WagatsumaItsuki

スコア4

test CHANGED
File without changes
test CHANGED
@@ -105,3 +105,23 @@
105
105
  ```
106
106
 
107
107
  となり、プレビューができません。原因を教えていただけると幸いです。
108
+
109
+
110
+
111
+ # 試したこと
112
+
113
+ development.rbにて
114
+
115
+ ```
116
+
117
+ Rails.application.configure do
118
+
119
+ config.web_console.whitelisted_ips = '92.202.9.242'
120
+
121
+ end
122
+
123
+
124
+
125
+ ```
126
+
127
+ を最後の方に記載してみました