aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/initialization.textile
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-06-17 11:11:22 -0700
committerOscar Del Ben <info@oscardelben.com>2012-06-17 11:11:22 -0700
commit636794e738c6af9afae08d318fe43aefe3fe9083 (patch)
treed1f6c45154103203de2cad4913c2d9a481f70e09 /guides/source/initialization.textile
parent508538066c54b88bd2cca243ceaf5b65c0bee4ec (diff)
downloadrails-636794e738c6af9afae08d318fe43aefe3fe9083.tar.gz
rails-636794e738c6af9afae08d318fe43aefe3fe9083.tar.bz2
rails-636794e738c6af9afae08d318fe43aefe3fe9083.zip
Not focusing on Passenger for now
Diffstat (limited to 'guides/source/initialization.textile')
-rw-r--r--guides/source/initialization.textile6
1 files changed, 4 insertions, 2 deletions
diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile
index 0638bbed10..f40f884c7b 100644
--- a/guides/source/initialization.textile
+++ b/guides/source/initialization.textile
@@ -4,12 +4,14 @@ This guide explains the internals of the initialization process in Rails
as of Rails 4. It is an extremely in-depth guide and recommended for advanced Rails developers.
* Using +rails server+
-* Using Passenger
endprologue.
This guide goes through every method call that is
-required to boot up the Ruby on Rails stack for a default Rails 4 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.
+required to boot up the Ruby on Rails stack for a default Rails 4
+application, explaining each part in detail along the way. For this
+guide, we will be focusing on what happens when you execute +rails
+server+ to boot your app.
NOTE: Paths in this guide are relative to Rails or a Rails application unless otherwise specified.