aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorJason Noble <perlwizard@gmail.com>2011-12-03 19:21:43 -0700
committerJason Noble <perlwizard@gmail.com>2011-12-03 19:31:44 -0700
commit90f18cc85ec33332ee9caab2b5172b38f91432b1 (patch)
tree8382965ecd0d65dc0adcbf77647b69a4ee8bf6d2 /railties/guides
parent82ba3a79bf19d1d6d0a596914bbbcfaefa251874 (diff)
downloadrails-90f18cc85ec33332ee9caab2b5172b38f91432b1.tar.gz
rails-90f18cc85ec33332ee9caab2b5172b38f91432b1.tar.bz2
rails-90f18cc85ec33332ee9caab2b5172b38f91432b1.zip
Readability improvements
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index 8df721782c..ab7b8b5ae2 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -594,7 +594,7 @@ current schema into it.
NOTE: This is not the same as running all the migrations - see the section on
"schema.rb":#schema-dumping-and-you.
-h4. Being Specific
+h4. Running specific migrations
If you need to run a specific migration up or down, the +db:migrate:up+ and
+db:migrate:down+ tasks will do that. Just specify the appropriate version and