diff options
author | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 01:31:07 -0700 |
---|---|---|
committer | Jason Noble <github+jasonn@jasonnoble.org> | 2011-11-13 01:31:07 -0700 |
commit | 1394c5447a8c27ab654556595468b7a0376c0cc9 (patch) | |
tree | 390bfe54891a191d4e3660faa8ac6e1c087fcdea /railties/guides/source | |
parent | 06a8d16c8e0d87ab9a0dbba642aeb255f877cc8e (diff) | |
download | rails-1394c5447a8c27ab654556595468b7a0376c0cc9.tar.gz rails-1394c5447a8c27ab654556595468b7a0376c0cc9.tar.bz2 rails-1394c5447a8c27ab654556595468b7a0376c0cc9.zip |
Update wording to read better
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
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 |