Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用已经安装了 RVM 的 Ubuntu。我的问题是如何在没有任何 ri 和 rdoc 的情况下安装 rails4?
谢谢。
gem install rails --no-ri --no-rdoc
您还可以--no-ri --no-rdoc通过将 .gemrc 文件添加到具有以下内容的主文件夹来强制系统范围内的选项gem: --no-ri --no-rdoc
--no-ri --no-rdoc
gem: --no-ri --no-rdoc