On github I have a Rails app in a sub-directory of a directory, github.com/sadaf2605/directory/subdirectory/{rails app}. When I try to push this app to Heroku I get an error:
! Heroku push rejected, no Cedar-supported app detected
To [email protected]:damp-woodland-7566.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:damp-woodland-7566.git'
After reading "Heroku push rejected, no Cedar-supported app detected wordpress", I learned that this sub-directory is causing the problem. But, I want this sub directory to remain at github as it helps me to organize my work yet I don't want to change the route.rb. Is it possible?