質問編集履歴

2

ターミナルログ追加

2020/09/24 15:40

投稿

takuya861
takuya861

スコア14

test CHANGED
File without changes
test CHANGED
@@ -318,6 +318,32 @@
318
318
 
319
319
 
320
320
 
321
+ ターミナルのログ
322
+
323
+ ```
324
+
325
+ Started GET "/tasks/search?keyword=aaaaa" for ::1 at 2020-09-25 00:36:40 +0900
326
+
327
+ Processing by TasksController#show as JSON
328
+
329
+ Parameters: {"keyword"=>"aaaaa", "id"=>"search"}
330
+
331
+ Rendering tasks/show.html.erb within layouts/application
332
+
333
+ Rendered tasks/show.html.erb within layouts/application (0.5ms)
334
+
335
+ Rendered layouts/_navbar.html.erb (2.3ms)
336
+
337
+ Rendered layouts/_sidebar.html.erb (2.2ms)
338
+
339
+ Rendered layouts/_footer.html.erb (0.6ms)
340
+
341
+ Completed 200 OK in 475ms (Views: 466.8ms | ActiveRecord: 0.0ms)
342
+
343
+ ```
344
+
345
+
346
+
321
347
  ##試したこと
322
348
 
323
349
  ・コントローラーからshowアクションを削除(なにも書いていなかったため)

1

誤字の訂正

2020/09/24 15:40

投稿

takuya861
takuya861

スコア14

test CHANGED
File without changes
test CHANGED
@@ -325,3 +325,9 @@
325
325
  ・記述ミスがないか確認
326
326
 
327
327
  ・consple.log()を使用してデータがどこまで動いているか確認
328
+
329
+
330
+
331
+ テラテイル等で調べましたが、解決できませんでした。
332
+
333
+ どなたかご教示いただければ幸いです。