aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/migrations.html
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-22 23:09:48 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-10-22 23:14:00 +0530
commit896058b485653bc8a1b5ccbc1248267880a8c911 (patch)
treeb816993d25044128b9f6e2c78868622a0181e76d /railties/doc/guides/html/migrations.html
parenta03e2b356c66ddc8809fa2b23a2a7d652f173b8b (diff)
downloadrails-896058b485653bc8a1b5ccbc1248267880a8c911.tar.gz
rails-896058b485653bc8a1b5ccbc1248267880a8c911.tar.bz2
rails-896058b485653bc8a1b5ccbc1248267880a8c911.zip
Merge with docrails
Diffstat (limited to 'railties/doc/guides/html/migrations.html')
-rw-r--r--railties/doc/guides/html/migrations.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/doc/guides/html/migrations.html b/railties/doc/guides/html/migrations.html
index 0fd30ee2eb..fd466d3a02 100644
--- a/railties/doc/guides/html/migrations.html
+++ b/railties/doc/guides/html/migrations.html
@@ -354,7 +354,7 @@ to have already opted in, so we use the User model to set the flag to <tt>true</
<div class="admonitionblock">
<table><tr>
<td class="icon">
-<img src="/Users/lifo/Docs/docrails/railties/doc/guides/source/icons/note.png" alt="Note" />
+<img src="./images/icons/note.png" alt="Note" />
</td>
<td class="content">Some <a href="#models">caveats</a> apply to using models in your migrations.</td>
</tr></table>
@@ -657,7 +657,7 @@ http://www.gnu.org/software/src-highlite -->
<div class="admonitionblock">
<table><tr>
<td class="icon">
-<img src="/Users/lifo/Docs/docrails/railties/doc/guides/source/icons/note.png" alt="Note" />
+<img src="./images/icons/note.png" alt="Note" />
</td>
<td class="content">The <tt>references</tt> helper does not actually create foreign key constraints for you. You will need to use <tt>execute</tt> for that or a plugin that adds <a href="#foreign_key">foreign key support</a>.</td>
</tr></table>
@@ -728,7 +728,7 @@ version is the numerical prefix on the migration's filename. For example to migr
<div class="admonitionblock">
<table><tr>
<td class="icon">
-<img src="/Users/lifo/Docs/docrails/railties/doc/guides/source/icons/note.png" alt="Note" />
+<img src="./images/icons/note.png" alt="Note" />
</td>
<td class="content">This is not the same as running all the migrations - see the section on <a href="#schema">schema.rb</a>.</td>
</tr></table>