I have followed book until chapter 5 finished and it\'s working OK in my linux workstation when I push to Heroku, all data pushed correctly but when I try to open Heroku (ht
So I had to run in this order and it worked for me
$ heroku rake db:migrate $ heroku run rake db:setup