1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands/server
yuuji.yaginuma 29648ff60e Do not show URL in boot info when using Puma
Puma has its own configuration file(e.g. `config/puma.rb`).
Can define a port and a URL to bind in the configuration file. Therefore,
on Rails side, can not grasp which URI to bind finally.

Because of that, it may show a URL different from the actually bound
URL, so I think that it is better not to show it.

Fixes #29880
2017-07-24 07:38:34 +09:00
..
server_command.rb Do not show URL in boot info when using Puma 2017-07-24 07:38:34 +09:00