diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-05-24 18:30:47 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-05-24 18:30:47 +0200 |
commit | d85b3ef3c1b0aa658babf3f3d200586dfd5c4147 (patch) | |
tree | a69b47bd78663cab154997dcdcf663658a4a9c64 /railties/guides/source | |
parent | 781692d58386416c6828b2e1b33df8e2fa89dfc1 (diff) | |
download | rails-d85b3ef3c1b0aa658babf3f3d200586dfd5c4147.tar.gz rails-d85b3ef3c1b0aa658babf3f3d200586dfd5c4147.tar.bz2 rails-d85b3ef3c1b0aa658babf3f3d200586dfd5c4147.zip |
Added info about guides validation to Contribute guide
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/contribute.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile index 66f24e5c7e..88c5c79e9d 100644 --- a/railties/guides/source/contribute.textile +++ b/railties/guides/source/contribute.textile @@ -14,6 +14,7 @@ h3. How to Contribute? * Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile. * Sample output : "Active Record Associations":association_basics.html. * You can build the Guides during testing by running +rake generate_guides+ in the +railties+ directory. +* You're encouraged to validate XHTML for the generated guides before commiting your changes by running +rake validate_guides+ in the +railties+ directory. * Edge guides "can be consulted online":http://edgeguides.rubyonrails.org/. That website is generated periodically from docrails. h3. What to Contribute? |