私はちょうどはRailsの宝石は問題
[email protected]:~$ gem list rails
*** LOCAL GEMS ***
rails (3.2.1)
$rails --version
/home/davesahil/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems.rb:314:in `bin_path': can't find gem rails ([">= 0"]) with executable rails (Gem::GemNotFoundException)
from /home/davesahil/.rvm/gems/ruby-1.9.3-p0/bin/rails:19:in `<main>'
その私が最後のレール上に働いたので、しばらくして。私はここで何かを逃していますか?
bundlerをインストールしましたか? 'gem install bundler'。 'rails new myproject'' bundle install' –