Ruby on rails error when running rails s
问题 Um quite new to rails and um getting an error when run the command rails s it says Could not find rake-0.9.2.2 in any of the sources Run bundle install to install missing gems. when I run bundle install nothing happened my gem list has rake 0.9.2.2 what can go wrong? my ruby version is 1.9.3 Thank you in advance 回答1: Remove all the versions of Rake ==> gem uninstall rake Remove your gemfile.lock => rm Gemfile.lock Remove gem 'rake' on your gemfile Run bundle install Install Rake manually :