提交 50d9781e 编写于 作者: O Oscar Del Ben

Rewrite Rails server initialization section

上级 028f5b1c
......@@ -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+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册