mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixed typo.
a long the way => along the way
This commit is contained in:
@@ -7,7 +7,7 @@ This guide explains the internals of the initialization process in Rails as of R
|
||||
|
||||
endprologue.
|
||||
|
||||
This guide goes through every single file, class and method call that is required to boot up the Ruby on Rails stack for a default Rails 3.1 application, explaining each part in detail a long the way. For this guide, we will be focusing on how the two most common methods (+rails server+ and Passenger) boot a Rails application.
|
||||
This guide goes through every single file, class and method call that is required to boot up the Ruby on Rails stack for a default Rails 3.1 application, explaining each part in detail along the way. For this guide, we will be focusing on how the two most common methods (+rails server+ and Passenger) boot a Rails application.
|
||||
|
||||
NOTE: Paths in this guide are relative to Rails or a Rails application unless otherwise specified.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user