質問編集履歴

1

エラーメッセージ追加

2018/02/10 21:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,31 @@
73
73
 
74
74
 
75
75
  テンプレートエンジンにslimを導入しています。
76
+
77
+
78
+
79
+ **追加事項**
80
+
81
+ Started GET "/users/timelines" for 127.0.0.1 at 2018-02-11 06:32:48 +0900
82
+
83
+ Processing by Users::TimelinesController#index as HTML
84
+
85
+ Completed 406 Not Acceptable in 89ms
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+ ActionController::UnknownFormat (Users::TimelinesController#index is missing a template for this request format and variant.
94
+
95
+
96
+
97
+ request.formats: ["text/html"]
98
+
99
+ request.variant: []
100
+
101
+
102
+
103
+ NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):