diff options
author | Aditya Kapoor <adityakapoor.mait@gmail.com> | 2016-07-02 15:18:27 +0530 |
---|---|---|
committer | Aditya Kapoor <adityakapoor.mait@gmail.com> | 2016-07-02 15:18:27 +0530 |
commit | 3f7d85bdd5eb6b34dcbd2199cf37bbc632f3b111 (patch) | |
tree | 5891f329a36e542a2d37a27b265becb765b57941 /guides | |
parent | edc5603b1d0987ab60637d562c82c8f2ca9fd8f9 (diff) | |
download | rails-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.rb | 6 |
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. |