Railsコードリーディング config.ru編 - genya0407のメモ

Railsコードリーディングの続き code:shell $ cat config.ru code:ruby # This file is used by Rack-based servers to start the application. require_relative 'config/environment' run Rails.application code:shell $ cat