문제

I want to suppress the downloading of ri and rdoc while i install new gems on my windows machine. On linux we can edit .gemrc file. What is a way to do it in Windows?

올바른 솔루션이 없습니다

다른 팁

For window user you can use.

(echo install: --no-document && echo update: --no-document) >> c:\ProgramData\gemrc

or

c:\Documents and Settings\All Users\Application Data\gemrc

also you can check below link

How to make --no-ri --no-rdoc the default for gem install?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top