Skip to content

Commit 28b7669

Browse files
RobinClowerstjgrathwell
authored andcommitted
Update create_a_rails_app step for rails 5
1 parent 804a73f commit 28b7669

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ step "Create a new Rails app" do
4242
MARKDOWN
4343

4444
fuzzy_result <<-TEXT
45-
=> Booting WEBrick
46-
=> Rails 4.{FUZZY}2.x{/FUZZY} application starting in development on http://0.0.0.0:3000
47-
=> Call with -d to detach
48-
=> Ctrl-C to shutdown server
49-
[2010-09-30 21:04:12] INFO WEBrick 1.3.1
50-
[2010-09-30 21:04:12] INFO ruby 1.9{FUZZY}.3 (2012-11-10) [x86_64-darwin10.4.2]{/FUZZY}
51-
[2010-09-30 21:04:12] INFO WEBrick::HTTPServer#start: pid={FUZZY}24805{/FUZZY} port=3000
45+
=> Booting Puma
46+
=> Rails 5.0{FUZZY}.0{/FUZZY} application starting in development on http://localhost:3000
47+
=> Run `rails server -h` for more startup options
48+
Puma starting in single mode...
49+
* Version {FUZZY}3.4.0{/FUZZY} (ruby 2.{FUZZY}2.2-p95{/FUZZY}), codename: {FUZZY}Owl Bowl Brawl{/FUZZY}
50+
* Min threads: 5, max threads: 5
51+
* Environment: development
52+
* Listening on tcp://localhost:3000
53+
Use Ctrl-C to stop
5254
TEXT
5355

5456
message "If it does, congratulations! You've successfully installed Ruby AND Rails and started your server."
@@ -82,7 +84,7 @@ step "Generate a database model" do
8284
message <<-MARKDOWN
8385
**Note:** the above are three separate commands. Type each line into the terminal separately, not as one single command.
8486

85-
Wait until your console shows that the Webrick server has started (just like before). Then, in the browser, visit <http://localhost:3000/drinks>
87+
Wait until your console shows that the Puma server has started (just like before). Then, in the browser, visit <http://localhost:3000/drinks>
8688

8789
1. Click on "New drink"
8890
2. Enter Cappuccino for the name
-15 KB
Loading

0 commit comments

Comments
 (0)