I\'m trying to deploy an open source project of mine to heroku, it is by necessity very simple with just static html and javascript. But do they not support static sites?
Hmmm... one reason that heroku is rejecting the app could be that it is trying to detect asset pipeline in rails 3.1.x apps i think.
Why not create your app on the default stack Bamboo by running just
heroku create
Then all your js and css can go into public folder in rails app with asset pipeline deactivated.