質問編集履歴

1

rails sの情報について追記

2016/12/08 03:48

投稿

NaoTsukamoto
NaoTsukamoto

スコア11

test CHANGED
File without changes
test CHANGED
@@ -106,6 +106,26 @@
106
106
 
107
107
  Last login: Wed Dec 7 07:51:58 2016 from 10.0.2.2
108
108
 
109
+
110
+
111
+ rails s -b 0.0.0.0
112
+
113
+ => Booting Puma
114
+
115
+ => Rails 5.0.0.1 application starting in development on http://0.0.0.0:3000
116
+
117
+ => Run `rails server -h` for more startup options
118
+
119
+ Puma starting in single mode...
120
+
121
+ * Version 3.6.2 (ruby 2.3.1-p112), codename: Sleepy Sunday Serenity
122
+
123
+ * Min threads: 5, max threads: 5
124
+
125
+ * Environment: development
126
+
127
+ * Listening on tcp://0.0.0.0:3000
128
+
109
129
  ```
110
130
 
111
131