at.*_*at. 6 rdoc ri rvm ruby-on-rails-3 ruby-on-rails-3.1
我刚刚安装了rvm然后使用以下命令修改了3.1rc5:
gem install rails --pre
Run Code Online (Sandbox Code Playgroud)
但是在"安装ri文档"和RDoc文档之后我遇到了一些错误:
Successfully installed <bunch of things>
30 gems installed
Installing ri documentation for multi_json-1.0.3...
Installing ri documentation for activesupport-3.1.0.rc5...
Installing ri documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping
Installing ri documentation for i18n-0.6.0...
Installing <tons more documentation>
Installing ri documentation for rails-3.1.0.rc5...
file 'lib' not found
Installing RDoc documentation for multi_json-1.0.3...
Installing RDoc documentation for activesupport-3.1.0.rc5...
Installing RDoc documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping
Installing RDoc documentation for i18n-0.6.0...
Installing <tons more documentation>
Installing RDoc documentation for rails-3.1.0.rc5...
file 'lib' not found
Run Code Online (Sandbox Code Playgroud)
README文件问题似乎不是什么大问题,但找不到"lib"文件听起来有点可怕..为什么这样做?一些搜索显示其他人遇到此问题并修复它gem install rdoc然后重新运行gem install rails --pre.但是这仍然会给lib我同样的文件遗漏错误.