aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/migrations.html
diff options
context:
space:
mode:
authormiloops <miloops@gmail.com>2008-11-03 12:58:38 -0300
committermiloops <miloops@gmail.com>2008-11-03 12:58:38 -0300
commit77c6ba9fcd1494fbc9275217700ad3f0f0a23b0f (patch)
treefc1a9ec4e342a0c5e35978907b22c306268409c4 /railties/doc/guides/html/migrations.html
parent6744a8b1bcefea73f9a234a67bf4b1b73cef9938 (diff)
downloadrails-77c6ba9fcd1494fbc9275217700ad3f0f0a23b0f.tar.gz
rails-77c6ba9fcd1494fbc9275217700ad3f0f0a23b0f.tar.bz2
rails-77c6ba9fcd1494fbc9275217700ad3f0f0a23b0f.zip
Added RJS, memory leaks and plugins chapters to Debugging Rails Applications guide. Generated Guides.
Diffstat (limited to 'railties/doc/guides/html/migrations.html')
-rw-r--r--railties/doc/guides/html/migrations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/migrations.html b/railties/doc/guides/html/migrations.html
index fd466d3a02..5d0f450634 100644
--- a/railties/doc/guides/html/migrations.html
+++ b/railties/doc/guides/html/migrations.html
@@ -717,7 +717,7 @@ version is the numerical prefix on the migration's filename. For example to migr
<div class="content">
<pre><tt>rake db:rollback STEP=3</tt></pre>
</div></div>
-<div class="para"><p>will run the <tt>down</tt> method fron the last 3 migrations.</p></div>
+<div class="para"><p>will run the <tt>down</tt> method from the last 3 migrations.</p></div>
<div class="para"><p>The <tt>db:migrate:redo</tt> task is a shortcut for doing a rollback and then migrating back up again. As with the <tt>db:rollback</tt> task you can use the <tt>STEP</tt> parameter if you need to go more than one version back, for example</p></div>
<div class="listingblock">
<div class="content">