I have skimmed through almost all the question relating to this rejection. The one I come closest to my solution is This.
But, the difference is that I actually DO have Gemfile spelled correctly for Heroku to understand my type of project.
So here is my situation, I am trying to push my rails project to heroku, I have all my files normal and running fine locally. However, I have it on Github already. Following this instruction, I push my code to heroku. Then it gave me this:
Initializing repository, done.
Counting objects: 3, done.
Writing objects: 100% (3/3), 228 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 3 (delta 0)
! Push rejected, no Cedar-supported app detected
To git@heroku.com:arcane-chamber-1013.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:arcane-chamber-1013.git'
Has anyone experienced the same type of issue? May you please help on this?
Thanks a lot!