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
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
..
application [Railties] require => require_relative 2017-07-01 18:35:43 +09:00
console Properly expand the environment's name 2017-07-16 15:10:39 +02:00
dbconsole Set RAILS_ENV before load application file 2017-07-17 09:11:21 +09:00
destroy [Railties] require => require_relative 2017-07-01 18:35:43 +09:00
generate [Railties] require => require_relative 2017-07-01 18:35:43 +09:00
help Update system test runner docs 2017-05-14 09:03:16 -04:00
new Show correct commands in help 2017-03-03 08:18:51 +09:00
plugin [Railties] require => require_relative 2017-07-01 18:35:43 +09:00
rake Remove needless ActiveSupport::Deprecation.silence 2016-12-31 03:54:37 +09:00
runner support - as an argument to rails runner 2017-07-17 13:46:44 -06:00
secrets Add rails secrets:show command 2017-07-07 07:22:01 +09:00
server Do not show URL in boot info when using Puma 2017-07-24 07:38:34 +09:00
test * Don't eagerly require Rails' minitest plugin. 2017-07-10 20:40:16 +02:00
version Hide commands from API site. 2016-10-28 20:44:58 +02:00