質問編集履歴
2
サーバーログの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -358,7 +358,7 @@
|
|
358
358
|
|
359
359
|
@post.postがおかしいと指摘されています。
|
360
360
|
|
361
|
-
|
361
|
+
```
|
362
362
|
|
363
363
|
Started PATCH "/posts/3" for 182.169.182.77 at 2020-02-05 04:05:19 +0000
|
364
364
|
|
@@ -426,78 +426,4 @@
|
|
426
426
|
|
427
427
|
app/views/posts/show.html.erb:8:in `_app_views_posts_show_html_erb__4156350255315023459_70020181469260'
|
428
428
|
|
429
|
-
関連した質問
|
430
|
-
|
431
|
-
|
429
|
+
```
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
noMethodErrorについて
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
解決済
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
updateアクションからconfirmアクションに移動してしまうのを改善したい。
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
解決済
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
投稿一覧の各投稿にユーザー名を表示したい
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
解決済
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
railsのnilに関して
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
解決済
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
rails ユーザーアイコンが表示できない
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
解決済
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
railsで投稿一覧にユーザー名を表示する際に発生したNoMethodError in Posts#...
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
受付中
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
ProgateのRailsコースのソースコードをcloud9で動作させた際にログインができない
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
解決済
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
投稿の編集ができません
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
同じタグがついた質問を見る
|
496
|
-
|
497
|
-
Ruby
|
498
|
-
|
499
|
-
Ruby on Rails
|
500
|
-
|
501
|
-
Ruby on Rails 5
|
502
|
-
|
503
|
-
Ruby on Rails 6
|
1
サーバーログの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -351,3 +351,153 @@
|
|
351
351
|
|
352
352
|
|
353
353
|
```
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
ちなみにログは以下のようになっています。
|
358
|
+
|
359
|
+
@post.postがおかしいと指摘されています。
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
Started PATCH "/posts/3" for 182.169.182.77 at 2020-02-05 04:05:19 +0000
|
364
|
+
|
365
|
+
Cannot render console from 182.169.182.77! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
366
|
+
|
367
|
+
Processing by PostsController#update as HTML
|
368
|
+
|
369
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"59L+eb7ZGGwKKsflK5wR21LNIDGsVXlknVjDRvZN/TOQpjRT+2q9YknU1QdAlois8SxZarj2iFlST4xtyFTLyg==", "post"=>{"post"=>"3つ目の投稿だよ!!!!!!!!!!!!!!!!!"}, "commit"=>"編集完了!", "id"=>"3"}
|
370
|
+
|
371
|
+
Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]
|
372
|
+
|
373
|
+
Unpermitted parameters: :utf8, :_method, :authenticity_token, :post, :commit, :id
|
374
|
+
|
375
|
+
(0.1ms) begin transaction
|
376
|
+
|
377
|
+
(0.0ms) commit transaction
|
378
|
+
|
379
|
+
Redirected to https://ae33995f099d4ca0a2f9f7e5fe584a1c.vfs.cloud9.us-east-2.amazonaws.com/posts/index
|
380
|
+
|
381
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
Started GET "/posts/index" for 182.169.182.77 at 2020-02-05 04:05:19 +0000
|
388
|
+
|
389
|
+
Cannot render console from 182.169.182.77! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
|
390
|
+
|
391
|
+
Processing by PostsController#show as HTML
|
392
|
+
|
393
|
+
Parameters: {"id"=>"index"}
|
394
|
+
|
395
|
+
Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]
|
396
|
+
|
397
|
+
Rendering posts/show.html.erb within layouts/application
|
398
|
+
|
399
|
+
Rendered posts/show.html.erb within layouts/application (2.2ms)
|
400
|
+
|
401
|
+
Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
ActionView::Template::Error (undefined method `post' for nil:NilClass):
|
410
|
+
|
411
|
+
5: <div class="col-md-6">
|
412
|
+
|
413
|
+
6: <div class="each-posts">
|
414
|
+
|
415
|
+
7:
|
416
|
+
|
417
|
+
8: <%= @post.post %>
|
418
|
+
|
419
|
+
9: <p><%= @post.created_at %></p>
|
420
|
+
|
421
|
+
10: <p><%= link_to "編集する", "/posts/#{@post.id}/edit" %></p>
|
422
|
+
|
423
|
+
11: </div>
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
app/views/posts/show.html.erb:8:in `_app_views_posts_show_html_erb__4156350255315023459_70020181469260'
|
428
|
+
|
429
|
+
関連した質問
|
430
|
+
|
431
|
+
解決済
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
noMethodErrorについて
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
解決済
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
updateアクションからconfirmアクションに移動してしまうのを改善したい。
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
解決済
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
投稿一覧の各投稿にユーザー名を表示したい
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
解決済
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
railsのnilに関して
|
460
|
+
|
461
|
+
|
462
|
+
|
463
|
+
解決済
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
rails ユーザーアイコンが表示できない
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
解決済
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
railsで投稿一覧にユーザー名を表示する際に発生したNoMethodError in Posts#...
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
受付中
|
480
|
+
|
481
|
+
|
482
|
+
|
483
|
+
ProgateのRailsコースのソースコードをcloud9で動作させた際にログインができない
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
解決済
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
投稿の編集ができません
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
同じタグがついた質問を見る
|
496
|
+
|
497
|
+
Ruby
|
498
|
+
|
499
|
+
Ruby on Rails
|
500
|
+
|
501
|
+
Ruby on Rails 5
|
502
|
+
|
503
|
+
Ruby on Rails 6
|