rails new appをして、ディレクトリ移動後rails sで
=> Booting Puma
=> Rails 6.0.3.1 application starting in development
=> Run rails server --help
for more startup options
Puma starting in single mode...
- Version 4.3.5 (ruby 2.5.7-p206), codename: Mysterious Traveller
- Min threads: 5, max threads: 5
- Environment: development
- Listening on tcp://127.0.0.1:3000
- Listening on tcp://[::1]:3000
Use Ctrl-C to stop
と表示されているが
localhost:3000をブラウザで打ち込んでも
このページは動作していませんと表示されてしまいます
rails s -b 0.0.0.0を打ち込んだところ
=> Booting Puma
=> Rails 6.0.3.1 application starting in development
=> Run rails server --help
for more startup options
Puma starting in single mode...
- Version 4.3.5 (ruby 2.5.7-p206), codename: Mysterious Traveller
- Min threads: 5, max threads: 5
- Environment: development
- Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop
が表示され、localhost:3000が作動しました
これをrails sで動くようにするにはどうすればいいですか?
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。