I\'ve just created a simple Rails app using
rails new myapp
then created the heroku stack using:
heroku create --stack ced
This crazy thing worked for me:
If you have the app's git repo copy on you local machine then cd to that location and that's it!!
cd
You will be able to use the app. You can verify this by commands like: heroku logs -n 1500
heroku logs -n 1500