mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Rewrite Rails server initialization section
This commit is contained in:
parent
028f5b1c33
commit
50d9781e43
1 changed files with 4 additions and 1 deletions
|
@ -343,7 +343,10 @@ def parse!(args)
|
|||
...
|
||||
</ruby>
|
||||
|
||||
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+
|
||||
|
||||
|
|
Loading…
Reference in a new issue