Ruby On Rails – rake db:schema:load

I recently started learning Ruby on Rails via great sites such as railscasts.com. So I started hacking around at some code, learning GIT and before I knew it I had an app running at heroku.com , backed up by beanstalkapp.com. The only thing was my migrations folder was a bit of a mess and rake db:migrate didn’t quite do the trick. I found this post which helped me out, http://stackoverflow.com/questions/1780789/heroku-problem-question. Skipped over the migrations and just pushed the schema I needed to get me on the way.