From f9cc3f0d8ea26de06f57ee33a575733a72dc7bd7 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:01:53 -0700 Subject: Improve wording, fix some formatting issues --- railties/guides/source/migrations.textile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'railties/guides') diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index 13fc76359f..4f52e3ee8d 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -18,11 +18,12 @@ is database independent: you don't need to worry about the precise syntax of drop down to raw SQL for database specific features). For example you could use SQLite3 in development, but MySQL in production. -You'll learn all about migrations including: +In this guide, you'll learn all about migrations including: -* The generators you can use to create them The methods Active Record provides -* to manipulate your database The Rake tasks that manipulate them How they -* relate to +schema.rb+ +* The generators you can use to create them +* The methods Active Record provides to manipulate your database +* The Rake tasks that manipulate them +* How they relate to +schema.rb+ endprologue. -- cgit v1.2.3