I store all my app\'s data in seeds.rb locally. However, after I pushing everything to Heroku, the app works well, but without any data. I do not want to re-input the mass d
you have to be sure no migration is pending if no pending
just do
heroku run rake db:migrate
and it will word perfectly