Seems the last post for this problem was closed for one reason or another so I\'ll try my luck...
I\'m trying to run a simple \"rake db:migrate\" command. When I do,
I got it to work by putting
gem 'rake', '0.9.2.2'
in my Gemfile and then running rake as
bundle exec rake db:migrate