Rails 应用启动过程
require ::File.expand_path('../config/environment', __FILE__)require File.expand_path('../application', __FILE__)require File.expand_path('../boot', __FILE__)ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)gem 'gem_name'最后更新于