aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/ruby_on_rails_guides_guidelines.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-04-28 12:47:39 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-04-28 15:33:13 +0300
commit86b6c773378383c902c24b5b5917177bde4e8d62 (patch)
tree51da38fef8d93c767dbb75f4e942f1eaf4cc82c0 /guides/source/ruby_on_rails_guides_guidelines.md
parentcdf3548a452bbe5cddaad0a398d4266b36f9e388 (diff)
downloadrails-86b6c773378383c902c24b5b5917177bde4e8d62.tar.gz
rails-86b6c773378383c902c24b5b5917177bde4e8d62.tar.bz2
rails-86b6c773378383c902c24b5b5917177bde4e8d62.zip
Update instructions to build guides locally [ci skip]
1. Make clear where rake rdoc is executed 2. Make clear where the generated HTML files for the guides are stored 3. Use bundler 1.3.5 or later
Diffstat (limited to 'guides/source/ruby_on_rails_guides_guidelines.md')
-rw-r--r--guides/source/ruby_on_rails_guides_guidelines.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/guides/source/ruby_on_rails_guides_guidelines.md b/guides/source/ruby_on_rails_guides_guidelines.md
index 1323742488..50866350f8 100644
--- a/guides/source/ruby_on_rails_guides_guidelines.md
+++ b/guides/source/ruby_on_rails_guides_guidelines.md
@@ -64,7 +64,9 @@ The guides and the API should be coherent and consistent where appropriate. In p
HTML Guides
-----------
-Before generating the guides, make sure that you have the latest version of Bundler installed on your system. As of this writing, you must install Bundler 1.3.5 on your device.
+Before generating the guides, make sure that you have the latest version of
+Bundler installed on your system. As of this writing, you must install Bundler
+1.3.5 or later on your device.
To install the latest version of Bundler, run `gem install bundler`.
@@ -82,6 +84,8 @@ or
bundle exec rake guides:generate:html
```
+Resulting HTML files can be found in the `./output` directory.
+
To process `my_guide.md` and nothing else use the `ONLY` environment variable:
```