swsnu / wecfall2014

0 stars 0 forks source link

Trouble in deploying app onto Heroku #19

Open wynot12 opened 9 years ago

wynot12 commented 9 years ago

After testing my app on local, I'm trying to run it on Heroku.

As guide says, I did following steps: $ heroku create $ heroku push heroku master

But it prints the error: ! Push rejected, no Cedar-supported app detected

Is there anyone who know troubleshooting for this issue?

taegeonum commented 9 years ago

Google is your friend :)

http://stackoverflow.com/questions/8361475/heroku-push-rejected-no-cedar-supported-app-detected

http://stackoverflow.com/questions/9305370/rails-3-2-heroku-push-rejected-no-cedar-supported-app-detected

http://cheonhyangzhang.wordpress.com/2013/06/10/heruko-ruby-on-rails-push-rejected-no-cedar-supported-app-detected/

wynot12 commented 9 years ago

Thanks for your help :)