문제

When I execute this command:

➜  ~  gem install rails

I get a lot warnings: Rails 4.0 warnings

It's normal? (I'm starting now with Rails, so... I'm "newbie")


  • Ubuntu 12.04 x64
  • Shell: oh-my-zsh 4.3.17
  • Ruby version: 2.0....
  • Rails version: 4.0....
도움이 되었습니까?

해결책

Looks like an RDoc bug --> https://github.com/rdoc/rdoc/issues/189

Try updating RDoc: gem install rdoc

Alternatively, you can skip installing the documentation, since it's available online:

gem install rails --no-ri --no-rdoc

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