Linked Questions
19 questions linked to/from How to make --no-ri --no-rdoc the default for gem install?
11 votes
5 answers
2k views
How do I make --no-ri --no-rdoc the default for gem install? [duplicate]
Possible Duplicate: How to make --no-ri --no-rdoc the default for gem install? I never use ri nor rdoc and they take too long to install. Is there a config file somewhere that will let me do this
1 vote
1 answer
974 views
How can I configure RubyGems to not install rdoc or ri [duplicate]
I would like to arrange it so that RubyGems never, ever, under any circumstances installs rdoc or ri documentation. I've found a variety of different approaches from different time periods scattered ...
0 votes
0 answers
72 views
--no-ri --no-rdoc as default [duplicate]
Is there a way to make the options --no-ri --no-rdoc as default so I don't have to type them anytime in my production server? I googled for information but I cannot find anything about this. Thanks ...
129 votes
4 answers
49k views
Using --no-rdoc and --no-ri with bundler
When using gem install gem_name I can pass --no-rdoc and --no-ri switches to skip generating RDoc/RI documentation for the gem on install. Is there a similar way to do this with bundle install?
74 votes
3 answers
20k views
How to remove installed ri and rdoc?
How can I remove the ri and rdoc of installed gems? Thanks
37 votes
3 answers
10k views
What is the difference between ri and rdoc
Whenever I install gems I see ri and rdoc follow. I know this is documentation but what is the difference between the two and how to use them?
11 votes
4 answers
4k views
gem install rails -v 4.1.0 stuck with ri-documentation
I've run gem install rails -v 4.1.0 on my server, but somehow it's stuck with Parsing documentation for rails-4.1.0 Installing ri documentation for rails-4.1.0 Can I abort this? What do I need the ...
5 votes
1 answer
11k views
Problems installing rdoc, irb, bluecloth, chronic on fedora 12
What do these errors mean? [root@localhost config]# gem install bluecloth Building native extensions. This could take a while... ERROR: Error installing bluecloth: ERROR: Failed to build gem ...
14 votes
3 answers
2k views
Disable rdoc and ri generation by default for rubygems 1.8.x
There are a lot of answers for this question that work under older versions of rubygems, but what is the recommended procedure for Rubygems 1.8.x? I have an /etc/gemrc file that looks like this: gem: ...
10 votes
1 answer
4k views
issue occurring while installing gem
I am trying to install '''sudo gem install soap4r''' But am facing the below issue.. Successfully installed httpclient-2.2.4 Successfully installed soap4r-1.5.8 2 gems installed Installing ri ...
3 votes
3 answers
6k views
Unable to generate new rails app - `load': cannot load such file -- /home/***/.rvm/gems/ruby-2.2.0/gems/rails-4.2.0/bin/rails (LoadError)
I'm unable to run rails new SomeApp. I receive the following error: load': cannot load such file -- /home/captainawesome/.rvm/gems/ruby-2.2.0/gems/rails-4.2.0/bin/rails (LoadError) Going through ...
2 votes
2 answers
2k views
How to install Rails without docs?
I installed RoR on my Mac using sudo gem install rails. That command will download the docs. Which switch can I use to not download any docs during installation? Also, is there a way to remove all ...
2 votes
1 answer
2k views
Where is "global" .gemrc for Ruby installed with rbenv?
Installed Ruby 2.3.1 using rbenv and now I want to enable gem: --no-document for all users. I mean I do not want to put it into ~/.gemrc. Here (How to make --no-ri --no-rdoc the default for gem ...
0 votes
1 answer
2k views
Creating a new rails 3 project over a proxy in windows
My computer works on a proxy. So in order to install gems I use the following command gem install -p http//#{proxy-server}:#{port} rails If i use the normal gem install command, I get an error could ...
2 votes
1 answer
657 views
RubyGems ignoring `.gemrc`?
This has been going on for a while, and I'm finally annoyed enough to post. I've been using --no-rdoc --no-ri settings in a .gemrc file with rbenv-installed Ruby versions for many years, and this has ...