diff options
author | Xavier Noria <fxn@hashref.com> | 2011-01-12 21:12:44 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-01-12 21:12:44 +0100 |
commit | 74188cbff426f35378be876e3c83c798aa6a4a43 (patch) | |
tree | 6bc207143149488b1c61da22dc353e565084a145 /railties/guides/source/contribute.textile | |
parent | 37bd45f893eda2e59fb5a71f70c568108141edb5 (diff) | |
download | rails-74188cbff426f35378be876e3c83c798aa6a4a43.tar.gz rails-74188cbff426f35378be876e3c83c798aa6a4a43.tar.bz2 rails-74188cbff426f35378be876e3c83c798aa6a4a43.zip |
upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed)
Diffstat (limited to 'railties/guides/source/contribute.textile')
-rw-r--r-- | railties/guides/source/contribute.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile index 3d4607de1d..8d19d78324 100644 --- a/railties/guides/source/contribute.textile +++ b/railties/guides/source/contribute.textile @@ -13,8 +13,8 @@ h3. How to Contribute? * Assets are stored in the +railties/guides/assets+ directory. * 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. +* You can build the Guides during testing by running +bundle exec rake generate_guides+ in the +railties+ directory. +* You're encouraged to validate XHTML for the generated guides before commiting your changes by running +bundle exec 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? |