method
print_boot_information
v7.1.3.4 -
Show latest stable
- Class:
Rails::Command::ServerCommand
print_boot_information(server, url)private
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 279
def print_boot_information(server, url)
say <<~MSG
=> Booting #{ActiveSupport::Inflector.demodulize(server)}
=> Rails #{Rails.version} application starting in #{Rails.env} #{url}
=> Run `#{executable} --help` for more startup options
MSG
end
end