Skip to content

Commit

Permalink
Add new guides to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Sep 9, 2008
1 parent de96f92 commit 37356d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/Rakefile
Expand Up @@ -281,6 +281,8 @@ guides = [
'creating_plugins', 'creating_plugins',
'migrations', 'migrations',
{ 'routing' => 'routing_outside_in' }, { 'routing' => 'routing_outside_in' },
{ 'forms' =>'form_helpers' },
{ 'activerecord' => 'association_basics' },
{ 'debugging' => 'debugging_rails_applications' } { 'debugging' => 'debugging_rails_applications' }
] ]


Expand Down
10 changes: 10 additions & 0 deletions railties/doc/guides/index.txt
@@ -1,11 +1,21 @@
Ruby on Rails guides Ruby on Rails guides
==================== ====================


.link:activerecord/association_basics.html[Active Record Associations]
***********************************************************
Introduction to Active Record associations.
***********************************************************

.link:migrations/migrations.html[Rails Database Migrations] .link:migrations/migrations.html[Rails Database Migrations]
*********************************************************** ***********************************************************
TODO: Insert some description here. 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] .link:testing_rails_applications/testing_rails_applications.html[Testing Rails Applications]
*********************************************************** ***********************************************************
This is a rather comprehensive guide to doing both unit and functional tests This is a rather comprehensive guide to doing both unit and functional tests
Expand Down

0 comments on commit 37356d1

Please sign in to comment.