Ruby on Rails Thursday, October 29, 2015

On 29 October 2015 at 16:54, fugee ohu <fugee279@gmail.com> wrote:
> I put a .gemrc file in my home directory, the same directory my Gemfile is
> in, with just "gem: --no-ri --no-rdoc" but when i install gems the docs
> still get installed, causing me to have to wait

Gemfile should in the root directory of the rails application, not in
the users home directory, which is where .gemrc should be (at least
that is where mine is). So on Ubuntu linux it is
/home/username/.gemrc

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtSZX-6dhV-5WHy709E6Qta43gqbPr1xW%2BG01w0FpGsOw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment