I\'ve just created a simple Rails app using
rails new myapp
then created the heroku stack using:
heroku create --stack ced
If you have an existing app on Heroku and you are getting this no app specified message, you can correct it by running this on your local terminal:
heroku git:remote -a MyHerokuAppName