我无法安装Rails 4测试版。我使用RVM来安装Ruby 2.0.0,这似乎已经成功了。这是我在尝试安装Rails gem时遇到的错误;
$ gem install rails --version 4.0.0.beta1 --no-ri --no-rdoc
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
答案 0 :(得分:0)
使用最新版本重新安装RVM rubies应该可以加载安装Rails所需的所有依赖项:
rvm get head --autolibs=3
rvm pkg remove
rvm reinstall all --force