ga-dc / wdi5-project3

Project 3
0 stars 5 forks source link

Heroku Error: "Push rejected, no Cedar-supported app detected" #60

Closed philw214 closed 9 years ago

philw214 commented 9 years ago

Currently looking through the Heroku link provided in the error, but still stuck. screen shot 2015-05-13 at 1 57 36 pm

RobertAKARobin commented 9 years ago

Your .git has to be in the same directory as your Gemfile and the rest of your app. If it isn't, go up to directory that contains .git and run this:

git subtree push --prefix theNameOfTheDirectoryContainingYourGemfile heroku master

philw214 commented 9 years ago

that worked. THANKS!