質問編集履歴

1

エラーログの追記

2020/05/01 13:00

投稿

takuya861
takuya861

スコア14

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,46 @@
46
46
 
47
47
 
48
48
 
49
+
50
+
51
+ 新しくでたエラーログです。
52
+
53
+ ```
54
+
55
+ Started GET "/" for 127.0.0.1 at 2020-05-01 21:53:52 +0900
56
+
57
+ (1.0ms) SELECT sqlite_version(*)
58
+
59
+ (4.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
60
+
61
+ Processing by HomeController#index as HTML
62
+
63
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/messages/rotator.rb:28: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
64
+
65
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/messages/rotator.rb:6: warning: The called method `initialize' is defined here
66
+
67
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/actionview-6.0.2.2/lib/action_view/view_paths.rb:11: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
68
+
69
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/actionview-6.0.2.2/lib/action_view/lookup_context.rb:140: warning: The called method `template_exists?' is defined here
70
+
71
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/actionview-6.0.2.2/lib/action_view/unbound_template.rb:24: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
72
+
73
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/actionview-6.0.2.2/lib/action_view/template.rb:130: warning: The called method `initialize' is defined here
74
+
75
+ Rendering home/index.html.erb within layouts/application
76
+
77
+ Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 361)
78
+
79
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/sprockets-4.0.0/lib/sprockets/base.rb:119: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
80
+
81
+ /Users/aaaaaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/sprockets-4.0.0/lib/sprockets/base.rb:78: warning: The called method `find_asset' is defined here
82
+
83
+ Completed 500 Internal Server Error in 1230ms (ActiveRecord: 0.0ms | Allocations: 163990)
84
+
85
+ ```
86
+
87
+
88
+
49
89
  ### 試したこと
50
90
 
51
91