We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-document
--no-ri --no-rdoc
1 parent d009d48 commit 78ce702Copy full SHA for 78ce702
sites/en/installfest/windows.step
@@ -100,7 +100,7 @@ end
100
step "Update Rails" do
101
message "Currently, RailsInstaller installs Rails 4.1.x, but we want the latest. Upgrading Rails is pretty easy:"
102
103
- console "gem install rails --no-ri --no-rdoc"
+ console "gem install rails --no-document"
104
105
message "...and you're done. New Rails! Woo."
106
end
0 commit comments