trying to deploy my app to heroku in windows 7. I tried:
see Rails 3.2: Heroku push rejected, no Cedar-supported app detected
rm -rf .git
git init
git add .
git commit -am "Reinitialize"
heroku create --stack cedar
git push heroku master
The last step does not work for me getting this error?:
push rejected, no Cedar-supported app detected