rvm list 显示:
ruby-1.9.3-head [ x86_64 ]
ruby-1.9.3-p125 [ x86_64 ]
ruby-1.9.3-p194 [ x86_64 ]
rails server
仅在 ruby-1.9.3-head 上受支持,但在 p125 或 p194 上不受支持,当运行诸如“rails s”之类的 rails 命令时,它们分别给我以下错误:
p125: Could not find activesupport-3.2.6 in any of the sources
Run `bundle install` to install missing gems.
运行捆绑安装后,我得到:
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Could not find jquery-rails-2.0.0 in any of the sources
p194: /$usr_path/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `block in materialize': Could not find activesupport-3.2.6 in any of the sources (Bundler::GemNotFound)
有任何想法吗?