22 March 2012 by Charles Yuan
If you got rake error as following:
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. Using bundle exec may solve this.
Using the following to resolve:
bundle update rake