aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAditya Kapoor <adityakapoor.mait@gmail.com>2016-07-02 15:18:27 +0530
committerAditya Kapoor <adityakapoor.mait@gmail.com>2016-07-02 15:18:27 +0530
commit3f7d85bdd5eb6b34dcbd2199cf37bbc632f3b111 (patch)
tree5891f329a36e542a2d37a27b265becb765b57941 /guides
parentedc5603b1d0987ab60637d562c82c8f2ca9fd8f9 (diff)
downloadrails-3f7d85bdd5eb6b34dcbd2199cf37bbc632f3b111.tar.gz
rails-3f7d85bdd5eb6b34dcbd2199cf37bbc632f3b111.tar.bz2
rails-3f7d85bdd5eb6b34dcbd2199cf37bbc632f3b111.zip
Correct guide generation command [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/rails_guides/generator.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/rails_guides/generator.rb b/guides/rails_guides/generator.rb
index 7618fce2c8..48ac90fca4 100644
--- a/guides/rails_guides/generator.rb
+++ b/guides/rails_guides/generator.rb
@@ -28,12 +28,12 @@
# enough:
#
# # generates only association_basics.html
-# ONLY=assoc ruby rails_guides.rb
+# ONLY=assoc rake guides:generate
#
# Separate many using commas:
#
-# # generates only association_basics.html and migrations.html
-# ONLY=assoc,migrations ruby rails_guides.rb
+# # generates only association_basics.html and command_line.html
+# ONLY=assoc,command rake guides:generate
#
# Note that if you are working on a guide generation will by default process
# only that one, so ONLY is rarely used nowadays.