Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the new command to install Rails without documentation. #39

Conversation

alexventuraio
Copy link
Contributor

In the last week I just format my HD on my MacBook Pro and install Mojave OS X from scratch. What I found when installing the newest version of Rails 5.2.3 I tried to use the old command gem install rails --no-ri --no-rdoc but I got an error message as shown below:

~ gem install rails --no-ri --no-rdoc
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri

Screen Shot 2019-04-30 at 11 58 44

The I made some research and I found that the command to install Raisl without documentation has changed, the new one is this:

gem install rails --no-document

After using this new command, everything worked just fine!
So I think we should update this command and here are some references of what I found on my research:

@mattangriffel mattangriffel merged commit 4134e7b into onemonth:master Apr 30, 2019
@mattangriffel
Copy link
Contributor

Looks good to me.

@onemonth onemonth deleted a comment from kgrammatis Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants