我无法安装 Rails 4 beta。我使用 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