Linked Questions

11 votes
5 answers
2k views

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
Chris McCauley's user avatar
1 vote
1 answer
974 views

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 ...
Ethan's user avatar
  • 60.6k
0 votes
0 answers
72 views

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 ...
Sig's user avatar
  • 6,150
129 votes
4 answers
49k views

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?
deb's user avatar
  • 12.9k
74 votes
3 answers
20k views

How can I remove the ri and rdoc of installed gems? Thanks
ohho's user avatar
  • 52.1k
37 votes
3 answers
10k views

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?
Sam 山's user avatar
  • 42.9k
11 votes
4 answers
4k views

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 ...
Saggex's user avatar
  • 3,520
5 votes
1 answer
11k views

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 ...
Vineeth Pradhan's user avatar
14 votes
3 answers
2k views

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: ...
tadman's user avatar
  • 212k
10 votes
1 answer
4k views

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 ...
sangeethkumar's user avatar
3 votes
3 answers
6k views

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 ...
captain awesome's user avatar
2 votes
2 answers
2k views

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 ...
4thSpace's user avatar
  • 44.4k
2 votes
1 answer
2k views

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 ...
Kirill's user avatar
  • 8,388
0 votes
1 answer
2k views

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 ...
Rahul's user avatar
  • 47.4k
2 votes
1 answer
657 views

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 ...
SexxLuthor's user avatar
  • 4,586

15 30 50 per page