You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/en/intro-to-rails/getting_started.step
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,11 @@ steps do
55
55
step do
56
56
message <<-MARKDOWN
57
57
Open the suggestotron folder as a project in your text editor.
58
+
MARKDOWN
59
+
60
+
tip "Close any files that are already open. They might be from yesterday's `test_app`, and we want to make sure that we're editing files in today's `suggestotron` app."
58
61
62
+
message <<-MARKDOWN
59
63
In **Sublime Text 2**, you can use the `Project > Add Folder to Project...` menu option:
60
64
61
65

0 commit comments