错误:
rake aborted!
Gem::LoadError: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this.
解决:
bundle exec rake db:migrate
bundle update
ubuntu环境 rake aborted!,布布扣,bubuko.com
原文地址:http://blog.csdn.net/liu_chunhui/article/details/37900807