回答編集履歴

1

成功時のコンソールのログを追記しました

2017/09/23 12:32

投稿

yimajo
yimajo

スコア25

test CHANGED
@@ -34,6 +34,40 @@
34
34
 
35
35
 
36
36
 
37
+ バージョンを変更し、エラーにならずに解決した際のRubyMineのコンソールを見ると、2行目 `ruby-debug-ide 0.6.1.beta9` となっているのがわかります。
38
+
39
+
40
+
41
+ ```
42
+
43
+ ruby -e at_exit{sleep(1)};$$stdout.sync=true;$$stderr.sync=true;load($$0=ARGV.shift) /opt/project/vendor/bundle/ruby/2.4.0/gems/ruby-debug-ide-0.6.1.beta9/bin/rdebug-ide --disable-int-handler --evaluation-timeout 10 --evaluation-control --time-limit 100 --memory-limit 10 --rubymine-protocol-extensions --port 1234 --host 0.0.0.0 --dispatcher-port 26168 -- /opt/project/bin/rails server -b 0.0.0.0 -p 3000 -e development
44
+
45
+ Fast Debugger (ruby-debug-ide 0.6.1.beta9, debase 0.2.1, file filtering is supported) listens on 0.0.0.0:1234
46
+
47
+ => Booting Puma
48
+
49
+ => Rails 5.1.2 application starting in development on http://0.0.0.0:3000
50
+
51
+ => Run `rails server -h` for more startup options
52
+
53
+ Puma starting in single mode...
54
+
55
+ * Version 3.9.1 (ruby 2.4.1-p111), codename: Private Caller
56
+
57
+ * Min threads: 5, max threads: 5
58
+
59
+ * Environment: development
60
+
61
+ * Listening on tcp://0.0.0.0:3000
62
+
63
+ Use Ctrl-C to stop
64
+
65
+ ```
66
+
67
+
68
+
69
+
70
+
37
71
  何か参考になればとおもいます。
38
72
 
39
73
 
@@ -46,4 +80,4 @@
46
80
 
47
81
  Ruby:2.4.1
48
82
 
49
- Rails:5.1.2
83
+ Rails: 5.1.2