質問編集履歴
1
rails sの情報について追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -52,6 +52,16 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
Last login: Wed Dec 7 07:51:58 2016 from 10.0.2.2
|
55
|
+
|
56
|
+
rails s -b 0.0.0.0
|
57
|
+
=> Booting Puma
|
58
|
+
=> Rails 5.0.0.1 application starting in development on http://0.0.0.0:3000
|
59
|
+
=> Run `rails server -h` for more startup options
|
60
|
+
Puma starting in single mode...
|
61
|
+
* Version 3.6.2 (ruby 2.3.1-p112), codename: Sleepy Sunday Serenity
|
62
|
+
* Min threads: 5, max threads: 5
|
63
|
+
* Environment: development
|
64
|
+
* Listening on tcp://0.0.0.0:3000
|
55
65
|
```
|
56
66
|
|
57
67
|
```ここに言語を入力
|