aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2016-01-20 00:50:47 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2016-01-20 00:50:47 +0530
commit147461919645b6cc215e18bdd7d4103e92998e64 (patch)
tree8d94b583c6a9b65f27373ac91226378cbe12408e /guides/source/getting_started.md
parent1347f08521881efacfc42a7284073272affc1d1e (diff)
downloadrails-147461919645b6cc215e18bdd7d4103e92998e64.tar.gz
rails-147461919645b6cc215e18bdd7d4103e92998e64.tar.bz2
rails-147461919645b6cc215e18bdd7d4103e92998e64.zip
[ci skip] update guide for Puma web server instead of Webrick
Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 857b5ced22..eae37f648d 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -208,7 +208,7 @@ commented line for new apps and you can uncomment if you need it.
default to the `Gemfile` in apps generated under JRuby. You can investigate
all the supported runtimes at [ExecJS](https://github.com/rails/execjs#readme).
-This will fire up WEBrick, a web server distributed with Ruby by default. To see
+This will fire up Puma, a web server distributed with Rails by default. To see
your application in action, open a browser window and navigate to
<http://localhost:3000>. You should see the Rails default information page: