rvm リストは私を示しています:
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.
bundle install を実行すると、次のようになります。
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)
何か案は?