I\'ve just created a simple Rails app using
rails new myapp
then created the heroku stack using:
heroku create --stack ced
I had the same issue, All I had to do was cd to project dir instead of running commands from model folder in the project dir.