Skip to content

Instantly share code, notes, and snippets.

@sukeerthiadiga
Created October 23, 2013 03:31
Show Gist options
  • Save sukeerthiadiga/7112235 to your computer and use it in GitHub Desktop.
Save sukeerthiadiga/7112235 to your computer and use it in GitHub Desktop.
Study
Rails Initialization Process
cli.rb
script/rails
boot.rb
rubygems
bundler/setup
rails/commands
rails/commands/server
config.ru
environment
application
rails/all
bundle load
BlogApplication.initialize
run Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment