File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6
6
steps do
7
7
step do
8
8
console "rails server"
9
+ message "This will print some stuff and stay running forever, printing more stuff
10
+ every time you visit a page in your app."
9
11
end
10
12
step do
11
13
text "Point your web browser to "
@@ -14,7 +16,10 @@ steps do
14
16
end
15
17
16
18
step do
17
- message "When at the terminal with your running rails server, type **Control-C** to stop rails server. You can do this now."
19
+ message "While the server is running, whatever you type in that terminal tab
20
+ will be ignored."
21
+ message "To get back to the terminal, you can stop the server by typing
22
+ `Control-c`."
18
23
result <<-STOPPING_RAILS_SERVER
19
24
^C[#{Time.now.strftime("%Y-%m-%d %H:%M:%S")}] INFO going to shutdown ...
20
25
[#{Time.now.strftime("%Y-%m-%d %H:%M:%S")}] INFO WEBrick::HTTPServer#start done.
You can’t perform that action at this time.
0 commit comments