mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
WEBrick is the default web server, not Mongrel [#186 state:resolved]
This commit is contained in:
parent
8be96a3bcf
commit
ebe61bf37c
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ You actually have a functional Rails application already. To see it, you need to
|
|||
$ rails server
|
||||
</shell>
|
||||
|
||||
This will fire up an instance of the Mongrel web server by default (Rails can also use several other web servers). To see your application in action, open a browser window and navigate to "http://localhost:3000":http://localhost:3000. You should see Rails' default information page:
|
||||
This will fire up an instance of the WEBrick web server by default (Rails can also use several other web servers). To see your application in action, open a browser window and navigate to "http://localhost:3000":http://localhost:3000. You should see Rails' default information page:
|
||||
|
||||
!images/rails_welcome.png(Welcome Aboard screenshot)!
|
||||
|
||||
|
|
Loading…
Reference in a new issue