From 896058b485653bc8a1b5ccbc1248267880a8c911 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 22 Oct 2008 23:09:48 +0530 Subject: Merge with docrails --- railties/doc/guides/html/migrations.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/doc/guides/html/migrations.html') 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 true
-Note +Note Some caveats apply to using models in your migrations.
@@ -657,7 +657,7 @@ http://www.gnu.org/software/src-highlite -->
-Note +Note The references helper does not actually create foreign key constraints for you. You will need to use execute for that or a plugin that adds foreign key support.
@@ -728,7 +728,7 @@ version is the numerical prefix on the migration's filename. For example to migr
-Note +Note This is not the same as running all the migrations - see the section on schema.rb.
-- cgit v1.2.3