質問編集履歴

2

herokuのappを停止したのですが、ダメでした・・。

2019/12/30 03:04

投稿

helo
helo

スコア36

test CHANGED
File without changes
test CHANGED
@@ -84,6 +84,12 @@
84
84
 
85
85
 
86
86
 
87
+ $ heroku ps:scale web=0 コマンドでappを停止したのですがやはりpumaのエラーが出て
88
+
89
+ localhost:3000に繋がりません。
90
+
91
+
92
+
87
93
  ### 補足情報(FW/ツールのバージョンなど 
88
94
 
89
95
 

1

ターミナルでオプション-pを付けてrails sをやってみましたが、エラーでした。

2019/12/30 03:04

投稿

helo
helo

スコア36

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,38 @@
21
21
  ERROR: worker mode not supported on JRuby or Windows
22
22
 
23
23
  Exiting
24
+
25
+
26
+
27
+
28
+
29
+ $ rails s -p
30
+
31
+ C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor/parser/options.rb:228:in `parse_peek': No value provided for option '--port' (Thor::MalformattedArgumentError)
32
+
33
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor/parser/options.rb:100:in `parse'
34
+
35
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor/base.rb:79:in `initialize'
36
+
37
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor/invocation.rb:26:in `initialize'
38
+
39
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor/shell.rb:45:in `initialize'
40
+
41
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/railties-5.1.6/lib/rails/commands/server/server_command.rb:123:in `initialize'
42
+
43
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor.rb:388:in `new'
44
+
45
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-1.0.1/lib/thor.rb:388:in `dispatch'
46
+
47
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/railties-5.1.6/lib/rails/command/base.rb:63:in `perform'
48
+
49
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/railties-5.1.6/lib/rails/command.rb:44:in `invoke'
50
+
51
+ from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/railties-5.1.6/lib/rails/commands.rb:16:in `<top (required)>'
52
+
53
+ from bin/rails:4:in `require'
54
+
55
+ from bin/rails:4:in `<main>'
24
56
 
25
57
 
26
58