質問編集履歴

2

マークダウン形式にしました

2018/01/06 11:42

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -25,6 +25,8 @@
25
25
 
26
26
 
27
27
  ◆heroku logs -t で確認したエラー全部
28
+
29
+ ```
28
30
 
29
31
  Running rails c on ⬢ mighty-chamber-27044... up, run.1965 (Free)
30
32
 
@@ -116,7 +118,7 @@
116
118
 
117
119
  from /app/bin/rails:9:in `<main>'
118
120
 
119
-
121
+ ```
120
122
 
121
123
  ###該当のソースコード
122
124
 

1

より詳細なエラーを見つけたので、変更しました。

2018/01/06 11:42

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -26,27 +26,95 @@
26
26
 
27
27
  ◆heroku logs -t で確認したエラー全部
28
28
 
29
- username:~/workspace/tw (master) $ heroku logs -t
29
+ Running rails c on ⬢ mighty-chamber-27044... up, run.1965 (Free)
30
30
 
31
- ▸ heroku-cli: update available from 6.14.39-addc925 to 6.15.11-5cba33c
31
+ /app/app/uploaders/image_uploader.rb:1:in `<top (required)>': uninitialized constant CarrierWave (NameError)
32
32
 
33
- 2018-01-06T08:47:59.085533+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:49:in new_from_string' 2018-01-06T08:47:59.085521+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/initializable.rb:58:in run_initializers’
33
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
34
34
 
35
- 2018-01-06T08:47:59.085523+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application.rb:353:in initialize!' 2018-01-06T08:47:59.085527+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.3.0/gems/rack-2.0.3/lib/rack/builder.rb:55:in instance_eval’
35
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/concurrency/share_lock.rb:149:in `exclusive'
36
36
 
37
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:11:in `loading'
37
38
 
39
+ from /app/app/models/feed.rb:2:in `<class:Feed>'
38
40
 
41
+ from /app/app/models/feed.rb:1:in `<top (required)>'
39
42
 
43
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
40
44
 
41
- 〜〜中略〜〜
45
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/concurrency/share_lock.rb:149:in `exclusive'
42
46
 
47
+ from /app/vendor/bundle/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/dependencies/interlock.rb:11:in `loading'
43
48
 
49
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
44
50
 
51
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `each'
45
52
 
53
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:475:in `block in eager_load!'
46
54
 
47
- 2018-01-06T08:49:07.978654+00:00 heroku[router]: at=error code=H10 desc=”App crashed” method=GET path=”/” host=mighty-chamber-27044.herokuapp.com request_id=7e85185c-1e7a-441e-81a3-3a35dd1dcb26 fwd=”36.12.25.147” dyno= connect= service= status=503 bytes= protocol=https
55
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `each'
48
56
 
49
- 2018-01-06T08:49:08.470364+00:00 heroku[router]: at=error code=H10 desc=”App crashed” method=GET path=”/favicon.ico” host=mighty-chamber-27044.herokuapp.com request_id=a8fdb3ff-6873-4d55-bb1b-396b2835fca4 fwd=”36.12.25.147” dyno= connect= service= status=503 bytes= protocol=https
57
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:473:in `eager_load!'
58
+
59
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/engine.rb:354:in `eager_load!'
60
+
61
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `each'
62
+
63
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application/finisher.rb:67:in `block in <module:Finisher>'
64
+
65
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `instance_exec'
66
+
67
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/initializable.rb:30:in `run'
68
+
69
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/initializable.rb:59:in `block in run_initializers'
70
+
71
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
72
+
73
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
74
+
75
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
76
+
77
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
78
+
79
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each'
80
+
81
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `call'
82
+
83
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
84
+
85
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
86
+
87
+ from /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
88
+
89
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/initializable.rb:58:in `run_initializers'
90
+
91
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application.rb:353:in `initialize!'
92
+
93
+ from /app/config/environment.rb:5:in `<top (required)>'
94
+
95
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require'
96
+
97
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/application.rb:329:in `require_environment!'
98
+
99
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/command/actions.rb:16:in `require_application_and_environment!'
100
+
101
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/commands/console/console_command.rb:96:in `perform'
102
+
103
+ from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
104
+
105
+ from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
106
+
107
+ from /app/vendor/bundle/ruby/2.3.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
108
+
109
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/command/base.rb:63:in `perform'
110
+
111
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/command.rb:44:in `invoke'
112
+
113
+ from /app/vendor/bundle/ruby/2.3.0/gems/railties-5.1.4/lib/rails/commands.rb:16:in `<top (required)>'
114
+
115
+ from /app/bin/rails:9:in `require'
116
+
117
+ from /app/bin/rails:9:in `<main>'
50
118
 
51
119
 
52
120