Eating sushi, I heard that DHH mentioned rake.
Rake 0.9, which was released yesterday, broke Rails (and others). While we wait for a fix, you'll want gem 'rake', '0.8.7' in your Gemfile.
"heroku rake db:migrate" was aborted. It is solved by adding "gem 'rake', '0.8.7'" to Gemfile.
