質問編集履歴

2

回答がつかないから

2020/04/03 06:36

投稿

aspot_0734
aspot_0734

スコア19

test CHANGED
File without changes
test CHANGED
@@ -1,86 +1,140 @@
1
1
  herokuでRailsアプリをデプロイしたのですが、そのURLにアクセスすると
2
2
 
3
- ```ここに言語を入力
4
-
5
- Application error
6
-
7
- An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
8
-
9
- heroku logs --tailApplication error
10
-
11
- An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
12
-
13
- heroku logs --tail
14
-
15
- ```
16
-
17
- と表示されるのみです。そこで、指示通りheroku logs --tailを実行すると、以下のようになりました。
3
+ エラーが出ます。そこで、指示通りheroku logs --tailを実行すると、以下のようになりました。
18
-
19
- (文字数制限のため、最初半分を削除しました)
20
-
21
- ```
22
4
 
23
5
 
24
6
 
25
7
 
26
8
 
27
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
9
+ ```ここに言語を入力
28
10
 
29
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
11
+ C:\Users\user\chat_spot_copy>heroku logs --tail
30
12
 
31
- 2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
13
+ 2020-04-03T01:47:22.865237+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
32
14
 
33
- 2020-03-28T09:51:03.164965+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
15
+ 2020-04-03T01:47:22.865240+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/base.rb:328:in `<module:ActiveRecord>'
34
16
 
35
- 2020-03-28T09:51:03.164967+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
17
+ 2020-04-03T01:47:22.865242+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.4.2/lib/active_record/base.rb:27:in `<top (required)>'
36
18
 
37
- 2020-03-28T09:51:03.164986+00:00 app[web.1]: from bin/rails:4:in `<main>'
19
+ 2020-04-03T01:47:22.865280+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
38
20
 
39
- 2020-03-28T09:51:03.169068+00:00 app[web.1]: => Booting Puma
21
+ 2020-04-03T01:47:22.865281+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
40
22
 
41
- 2020-03-28T09:51:03.169069+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
23
+ 2020-04-03T01:47:22.865281+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
42
24
 
43
- 2020-03-28T09:51:03.169069+00:00 app[web.1]: => Run `rails server -h` for more startup options
25
+ 2020-04-03T01:47:22.865282+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
44
26
 
27
+ 2020-04-03T01:47:22.865285+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
28
+
29
+ 2020-04-03T01:47:22.865288+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
30
+
31
+ 2020-04-03T01:47:22.865308+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
32
+
33
+ 2020-04-03T01:47:22.865315+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
34
+
35
+ 2020-04-03T01:47:22.865317+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activestorage-5.2.4.2/app/models/active_storage/attachment.rb:9:in `<top (required)>'
36
+
37
+ 2020-04-03T01:47:22.865318+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
38
+
39
+ 2020-04-03T01:47:22.865341+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
40
+
41
+ 2020-04-03T01:47:22.865344+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
42
+
43
+ 2020-04-03T01:47:22.865366+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
44
+
45
+ 2020-04-03T01:47:22.865369+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
46
+
47
+ 2020-04-03T01:47:22.865371+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
48
+
49
+ 2020-04-03T01:47:22.865374+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
50
+
51
+ 2020-04-03T01:47:22.865396+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
52
+
53
+ 2020-04-03T01:47:22.865396+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:378:in `block in require_or_load'
54
+
55
+ 2020-04-03T01:47:22.865399+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `block in load_interlock'
56
+
57
+ 2020-04-03T01:47:22.865402+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
58
+
59
+ 2020-04-03T01:47:22.865438+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
60
+
61
+ 2020-04-03T01:47:22.865441+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies/interlock.rb:13:in `loading'
62
+
63
+ 2020-04-03T01:47:22.865457+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:37:in `load_interlock'
64
+
65
+ 2020-04-03T01:47:22.865489+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:356:in `require_or_load'
66
+
67
+ 2020-04-03T01:47:22.865489+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:49:in `block in require_or_load'
68
+
69
+ 2020-04-03T01:47:22.865493+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:17:in `allow_bootsnap_retry'
70
+
71
+ 2020-04-03T01:47:22.865493+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `require_or_load'
72
+
73
+ 2020-04-03T01:47:22.865547+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:334:in `depend_on'
74
+
75
+ 2020-04-03T01:47:22.865548+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:86:in `depend_on'
76
+
77
+ 2020-04-03T01:47:22.865551+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:246:in `require_dependency'
78
+
79
+ 2020-04-03T01:47:22.865551+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
80
+
81
+ 2020-04-03T01:47:22.865572+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:477:in `each'
82
+
83
+ 2020-04-03T01:47:22.865619+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:477:in `block in eager_load!'
84
+
85
+ 2020-04-03T01:47:22.865620+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:475:in `each'
86
+
87
+ 2020-04-03T01:47:22.865623+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:475:in `eager_load!'
88
+
89
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/engine.rb:356:in `eager_load!'
90
+
91
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application/finisher.rb:69:in `each'
92
+
93
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
94
+
95
+ 2020-04-03T01:47:22.865624+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `instance_exec'
96
+
97
+
98
+
99
+ ~中略~
100
+
101
+ 2020-04-03T01:47:22.865708+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers'
102
+
103
+ 2020-04-03T01:47:22.865743+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!'
104
+
105
+ 2020-04-03T01:47:22.865744+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
106
+
107
+ 2020-04-03T01:47:22.865745+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
108
+
109
+ 1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
110
+
111
+ 2020-04-03T01:47:22.866027+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
112
+
113
+ 2020-04-03T01:47:22.866029+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
114
+
115
+ 2020-04-03T01:47:22.866050+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
116
+
117
+ 2020-04-03T01:47:22.866105+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
118
+
119
+ 2020-04-03T01:47:22.866106+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
120
+
121
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
122
+
123
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
124
+
125
+ 2020-04-03T01:47:22.866110+00:00 app[web.1]: from bin/rails:4:in `<main>'
126
+
127
+ 2020-04-03T01:47:22.873093+00:00 app[web.1]: => Booting Puma
128
+
129
+ 2020-04-03T01:47:22.873095+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
130
+
131
+ 2020-04-03T01:47:22.873095+00:00 app[web.1]: => Run `rails server -h` for more startup options
132
+
45
- 2020-03-28T09:51:03.169070+00:00 app[web.1]: Exiting
133
+ 2020-04-03T01:47:22.873096+00:00 app[web.1]: Exiting
46
134
 
47
135
  ```
48
136
 
49
- 今日ま同じコード実行すると昨日と違う表示がされました。
50
-
51
- ```ここに言語を入力
52
-
53
- 2020-03-28T20:38:01.044665+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
54
-
55
- 2020-03-28T20:38:01.044668+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
56
-
57
- 2020-03-28T20:38:01.044671+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
58
-
59
- 2020-03-28T20:38:01.044689+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
60
-
61
- 2020-03-28T20:38:01.044690+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
62
-
63
- 2020-03-28T20:38:01.044693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
64
-
65
- 2020-03-28T20:38:01.044715+00:00 app[web.1]: from bin/rails:4:in `<main>'
66
-
67
- 2020-03-28T20:38:01.049602+00:00 app[web.1]: => Booting Puma
68
-
69
- 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
70
-
71
- 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Run `rails server -h` for more startup options
72
-
73
- 2020-03-28T20:38:01.049605+00:00 app[web.1]: Exiting
74
-
75
- 2020-03-29T00:19:49.663248+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=c9d7da6b-b094-4f10-8f81-e1129ae922e4 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
76
-
77
- 2020-03-29T00:19:50.229308+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ed412e23-bf7e-43fe-af77-a3a8a98f7bda fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
78
-
79
- 2020-03-29T00:20:01.553820+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=1e579e5c-e645-42fe-88ab-a99fa4fad869 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
80
-
81
- 2020-03-29T00:20:01.906953+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ac4fc351-6310-451b-9be1-17ba487eec0b fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
82
-
83
- ```
137
+ どうしても文字数制限で全てはお見せできないので、真ん中あ削除しました。
84
138
 
85
139
  調べてもわからず、詰まっています。
86
140
 

1

昨日と表示が変わったから

2020/04/03 06:36

投稿

aspot_0734
aspot_0734

スコア19

test CHANGED
File without changes
test CHANGED
@@ -22,101 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
26
25
 
27
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
28
-
29
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
30
-
31
- 2020-03-28T09:51:03.164692+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
32
-
33
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activestorage-5.2.4.2/app/models/active_storage/attachment.rb:9:in `<top (required)>'
34
-
35
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
36
-
37
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
38
-
39
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
40
-
41
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
42
-
43
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
44
-
45
- 2020-03-28T09:51:03.164693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
46
-
47
-
48
-
49
- 2020-03-28T09:51:03.164778+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each'
50
-
51
- 2020-03-28T09:51:03.164778+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `call'
52
-
53
- 2020-03-28T09:51:03.164780+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each_strongly_connected_component'
54
-
55
- 2020-03-28T09:51:03.164780+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:226:in `tsort_each'
56
-
57
- 2020-03-28T09:51:03.164798+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:205:in `tsort_each'
58
-
59
- 2020-03-28T09:51:03.164799+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers'
60
-
61
- 2020-03-28T09:51:03.164815+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!'
62
-
63
- 2020-03-28T09:51:03.164820+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
64
-
65
- 2020-03-28T09:51:03.164822+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
66
-
67
- 2020-03-28T09:51:03.164822+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
68
-
69
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
70
-
71
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
72
-
73
- 2020-03-28T09:51:03.164839+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
74
-
75
- 2020-03-28T09:51:03.164841+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
76
-
77
- 2020-03-28T09:51:03.164855+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
78
-
79
- 2020-03-28T09:51:03.164855+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
80
-
81
- 2020-03-28T09:51:03.164856+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:49:in `require_relative'
82
-
83
- 2020-03-28T09:51:03.164862+00:00 app[web.1]: from config.ru:3:in `block in <main>'
84
-
85
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:116:in `eval'
86
-
87
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:116:in `new_from_string'
88
-
89
- 2020-03-28T09:51:03.164866+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:105:in `load_file'
90
-
91
- 2020-03-28T09:51:03.164867+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/builder.rb:66:in `parse_file'
92
-
93
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:349:in `build_app_and_options_from_config'
94
-
95
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:249:in `app'
96
-
97
- 2020-03-28T09:51:03.164882+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/commands/server/server_command.rb:27:in `app'
98
-
99
- 2020-03-28T09:51:03.164884+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:422:in `wrapped_app'
100
-
101
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:312:in `block in start'
102
-
103
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:379:in `handle_profiling'
104
-
105
- 2020-03-28T09:51:03.164899+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/server.rb:311:in `start'
106
-
107
- 2020-03-28T09:51:03.164901+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-
108
-
109
- 2020-03-28T09:51:03.164931+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/command/base.rb:69:in `perform'
110
-
111
- 2020-03-28T09:51:03.164932+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/command.rb:46:in `invoke'
112
-
113
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.4.2/lib/rails/commands.rb:18:in `<top (required)>'
114
-
115
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
116
-
117
- 2020-03-28T09:51:03.164947+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
118
-
119
- 2020-03-28T09:51:03.164949+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
120
26
 
121
27
  2020-03-28T09:51:03.164963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
122
28
 
@@ -140,6 +46,42 @@
140
46
 
141
47
  ```
142
48
 
49
+ 今日また同じコードを実行すると昨日と違う表示がされました。
50
+
51
+ ```ここに言語を入力
52
+
53
+ 2020-03-28T20:38:01.044665+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
54
+
55
+ 2020-03-28T20:38:01.044668+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
56
+
57
+ 2020-03-28T20:38:01.044671+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
58
+
59
+ 2020-03-28T20:38:01.044689+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require'
60
+
61
+ 2020-03-28T20:38:01.044690+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency'
62
+
63
+ 2020-03-28T20:38:01.044693+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require'
64
+
65
+ 2020-03-28T20:38:01.044715+00:00 app[web.1]: from bin/rails:4:in `<main>'
66
+
67
+ 2020-03-28T20:38:01.049602+00:00 app[web.1]: => Booting Puma
68
+
69
+ 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Rails 5.2.4.2 application starting in production
70
+
71
+ 2020-03-28T20:38:01.049604+00:00 app[web.1]: => Run `rails server -h` for more startup options
72
+
73
+ 2020-03-28T20:38:01.049605+00:00 app[web.1]: Exiting
74
+
75
+ 2020-03-29T00:19:49.663248+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=c9d7da6b-b094-4f10-8f81-e1129ae922e4 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
76
+
77
+ 2020-03-29T00:19:50.229308+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ed412e23-bf7e-43fe-af77-a3a8a98f7bda fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
78
+
79
+ 2020-03-29T00:20:01.553820+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sheltered-crag-86184.herokuapp.com request_id=1e579e5c-e645-42fe-88ab-a99fa4fad869 fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
80
+
81
+ 2020-03-29T00:20:01.906953+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sheltered-crag-86184.herokuapp.com request_id=ac4fc351-6310-451b-9be1-17ba487eec0b fwd="61.7.3.84" dyno= connect= service= status=503 bytes= protocol=https
82
+
83
+ ```
84
+
143
85
  調べてもわからず、詰まっています。
144
86
 
145
87
  よろしくおねがいします!