aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:31:07 -0700
committerJason Noble <github+jasonn@jasonnoble.org>2011-11-13 01:31:07 -0700
commit1394c5447a8c27ab654556595468b7a0376c0cc9 (patch)
tree390bfe54891a191d4e3660faa8ac6e1c087fcdea /railties/guides
parent06a8d16c8e0d87ab9a0dbba642aeb255f877cc8e (diff)
downloadrails-1394c5447a8c27ab654556595468b7a0376c0cc9.tar.gz
rails-1394c5447a8c27ab654556595468b7a0376c0cc9.tar.bz2
rails-1394c5447a8c27ab654556595468b7a0376c0cc9.zip
Update wording to read better
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 01e0def226..d4bb55b5ba 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -634,7 +634,7 @@ table.
== CreatePosts: migrated (0.0020s) ===========================================
</shell>
-NOTE. Because by default you're working in the development environment, this
+NOTE. Because you're working in the development environment by default, this
command will apply to the database defined in the +development+ section of your
+config/database.yml+ file. If you would like to execute migrations in another
environment, for instance in production, you must explicitly pass it when