Update contribute guide so that it shows the new command to generate guides (rake generate_guides instead of rake guides)

This commit is contained in:
Jaime Iniesta 2010-03-04 01:51:25 +01:00
parent 5245bf8635
commit 36d28f5168
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ h3. How to Contribute?
* All images are in the railties/guides/images directory. * All images are in the railties/guides/images directory.
* Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile * Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile
* Sample output : "Active Record Associations":http://guides.rails.info/association_basics.html * Sample output : "Active Record Associations":http://guides.rails.info/association_basics.html
* You can build the Guides during testing by running +rake guides+ in the +railties+ directory. * You can build the Guides during testing by running +rake generate_guides+ in the +railties+ directory.
h3. What to Contribute? h3. What to Contribute?