aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:33:29 -0700
committerJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:33:29 -0700
commit9b96f7414e7380266ed5ccf582f55f1e10ba877b (patch)
treed9ecadba4d7c2c7ef334973c99370a32b986e264 /railties
parentcb552f807e5bb2650791d17b01b6ac67c6023937 (diff)
downloadrails-9b96f7414e7380266ed5ccf582f55f1e10ba877b.tar.gz
rails-9b96f7414e7380266ed5ccf582f55f1e10ba877b.tar.bz2
rails-9b96f7414e7380266ed5ccf582f55f1e10ba877b.zip
Be explicit about changing code
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index e88d0a7629..1d03698f4a 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -742,8 +742,8 @@ inspecting the +errors+ of the post.
When you're finished, type +exit+ and hit +return+ to exit the console.
TIP: Unlike the development web server, the console does not automatically load
-your code afresh for each line. If you make changes to your models while the
-console is open, type +reload!+ at the console prompt to load them.
+your code afresh for each line. If you make changes to your models (in your editor)
+while the console is open, type +reload!+ at the console prompt to load them.
h4. Listing All Posts