From 50d9781e435e64b56afb414abb1cd6073f3fd9d6 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Sun, 10 Jun 2012 18:20:40 -0700 Subject: Rewrite Rails server initialization section --- guides/source/initialization.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index 45dd41f67a..319354ea79 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -343,7 +343,10 @@ def parse!(args) ... -This method will set up keys for the +options+ which Rails will then be able to use to determine how its server should run. After +initialize+ has finished, then the +start+ method will launch the server. +This method will set up keys for the +options+ which Rails will then be +able to use to determine how its server should run. After +initialize+ +has finished, we jump back into +rails/server+ where +APP_PATH+ (which was +set earlier) is required. h4. +Rails::Server#start+ -- cgit v1.2.3