From 37356d165cf661b340eb8e22287d95953b0bdfa8 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 9 Sep 2008 16:04:53 +0100 Subject: Add new guides to index page --- railties/Rakefile | 2 ++ railties/doc/guides/index.txt | 10 ++++++++++ 2 files changed, 12 insertions(+) (limited to 'railties') diff --git a/railties/Rakefile b/railties/Rakefile index fc73f72bdc..1ac29f7bc6 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -281,6 +281,8 @@ guides = [ 'creating_plugins', 'migrations', { 'routing' => 'routing_outside_in' }, + { 'forms' =>'form_helpers' }, + { 'activerecord' => 'association_basics' }, { 'debugging' => 'debugging_rails_applications' } ] diff --git a/railties/doc/guides/index.txt b/railties/doc/guides/index.txt index 747946a152..d6ccc48434 100644 --- a/railties/doc/guides/index.txt +++ b/railties/doc/guides/index.txt @@ -1,11 +1,21 @@ Ruby on Rails guides ==================== +.link:activerecord/association_basics.html[Active Record Associations] +*********************************************************** +Introduction to Active Record associations. +*********************************************************** + .link:migrations/migrations.html[Rails Database Migrations] *********************************************************** TODO: Insert some description here. *********************************************************** +.link:forms/form_helpers.html[Action View Form Helpers] +*********************************************************** +Guide to using built in Form helpers. +*********************************************************** + .link:testing_rails_applications/testing_rails_applications.html[Testing Rails Applications] *********************************************************** This is a rather comprehensive guide to doing both unit and functional tests -- cgit v1.2.3