From 5f45670f075c6100f4443fb7c30c94013c1d2fd4 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Sun, 7 Sep 2008 19:43:59 +0100 Subject: Add to the preamble --- railties/doc/guides/migrations/migrations.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/doc/guides/migrations/migrations.txt b/railties/doc/guides/migrations/migrations.txt index 71b49f6a8f..c237415a3b 100644 --- a/railties/doc/guides/migrations/migrations.txt +++ b/railties/doc/guides/migrations/migrations.txt @@ -5,7 +5,12 @@ Migrations are a convenient way for you to alter your database in a structured a Migrations also allow you to describe these transformation using ruby, in a database independent way (you can drop down to raw SQL for database specific features). -Rails packages a number of rake tasks and generators for working with migrations and you'll learn about those too. +You'll learn all about migrations including: + +* The generators you can use to create them +* The methods ActiveRecord provides to manipulate your database +* The rake tasks that manipulate them +* How they relate to schema.rb include::anatomy_of_a_migration.txt[] include::creating_a_migration.txt[] -- cgit v1.2.3