diff options
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 |