Skip to content

Commit c0c057e

Browse files
committed
Merge pull request rails#37510 from mikong/fix-terminal-output-guides
Update `rails server` terminal output in Guides [ci skip]
1 parent ef10fc2 commit c0c057e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

guides/source/command_line.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ With no further work, `rails server` will run our new shiny Rails app:
102102
$ cd commandsapp
103103
$ rails server
104104
=> Booting Puma
105-
=> Rails 5.1.0 application starting in development on http://0.0.0.0:3000
106-
=> Run `rails server -h` for more startup options
105+
=> Rails 6.0.0 application starting in development
106+
=> Run `rails server --help` for more startup options
107107
Puma starting in single mode...
108-
* Version 3.0.2 (ruby 2.3.0-p0), codename: Plethora of Penguin Pinatas
108+
* Version 3.12.1 (ruby 2.5.7-p206), codename: Llamas in Pajamas
109109
* Min threads: 5, max threads: 5
110110
* Environment: development
111111
* Listening on tcp://localhost:3000

guides/source/debugging_rails_applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ For example:
350350

351351
```bash
352352
=> Booting Puma
353-
=> Rails 5.1.0 application starting in development on http://0.0.0.0:3000
354-
=> Run `rails server -h` for more startup options
353+
=> Rails 6.0.0 application starting in development
354+
=> Run `rails server --help` for more startup options
355355
Puma starting in single mode...
356-
* Version 3.4.0 (ruby 2.3.1-p112), codename: Owl Bowl Brawl
356+
* Version 3.12.1 (ruby 2.5.7-p206), codename: Llamas in Pajamas
357357
* Min threads: 5, max threads: 5
358358
* Environment: development
359359
* Listening on tcp://localhost:3000

0 commit comments

Comments
 (0)