diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-09-09 16:04:53 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-09-09 16:04:53 +0100 |
commit | 37356d165cf661b340eb8e22287d95953b0bdfa8 (patch) | |
tree | 0d6337131f0bdd6370c3aba6ab330c9adbc43a25 /railties/doc | |
parent | de96f92a550aa99d7a3944e14a6b71d1f19631fb (diff) | |
download | rails-37356d165cf661b340eb8e22287d95953b0bdfa8.tar.gz rails-37356d165cf661b340eb8e22287d95953b0bdfa8.tar.bz2 rails-37356d165cf661b340eb8e22287d95953b0bdfa8.zip |
Add new guides to index page
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/guides/index.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |