aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-09-27 15:02:39 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-09-27 15:02:39 +0100
commit65c30e453ec03f5436baec44e09f2652c2844748 (patch)
treedb8f617bd09546004613af5f90ca0197a683ff9c /railties/doc
parentfda846cf5ddf523b00a39c26591489794b5de568 (diff)
downloadrails-65c30e453ec03f5436baec44e09f2652c2844748.tar.gz
rails-65c30e453ec03f5436baec44e09f2652c2844748.tar.bz2
rails-65c30e453ec03f5436baec44e09f2652c2844748.zip
Mark AR Associations guide as complete
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/guides/index.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt
index 52f029da09..7e1bf09a39 100644
--- a/railties/doc/guides/index.txt
+++ b/railties/doc/guides/index.txt
@@ -11,7 +11,12 @@ These guides are complete and the authors are listed link:authors.html[here].
.link:migrations/migrations.html[Rails Database Migrations]
***********************************************************
-TODO: Insert some description here.
+This guide covers how you can use Active Record migrations to alter your database in a structured and organised manner.
+***********************************************************
+
+.link:activerecord/association_basics.html[Active Record Associations]
+***********************************************************
+This guide covers all the associations provided by Active Record.
***********************************************************
.link:routing/routing_outside_in.html[Rails Routing from the Outside In]
@@ -51,11 +56,6 @@ link:http://rails.lighthouseapp.com/projects/16213/tickets/17[Lighthouse Ticket]
link:http://rails.lighthouseapp.com/projects/16213/tickets/16[Lighthouse Ticket]
***********************************************************
-.link:activerecord/association_basics.html[Active Record Associations]
-***********************************************************
-link:http://rails.lighthouseapp.com/projects/16213/tickets/11[Lighthouse Ticket]
-***********************************************************
-
.link:forms/form_helpers.html[Action View Form Helpers]
***********************************************************
link:http://rails.lighthouseapp.com/projects/16213/tickets/1[Lighthouse Ticket]