Skip to content

Commit 80e6295

Browse files
committed
Copy advice about using more than one terminal from Job Board to Suggestotron
1 parent b66fca7 commit 80e6295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sites/en/intro-to-rails/CRUD_with_scaffolding.step

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ steps {
1717

1818
step {
1919
console "rails server"
20+
21+
tip "Now is a good time to figure out how to have multiple tabs or windows of your terminal or command prompt. Starting and stopping the Rails server all day is tedious, so it's good to have one terminal tab or window for running commands, and a separate one for the server."
2022
}
2123

2224
step {

0 commit comments

Comments
 (0)