I'm having a bit of trouble getting my asset pipeline setup working with Heroku/Cedar using Rails 3.1.1
I've pushed my application and it launches successfully but there was no message that said "Preparing asset pipeline" and no static assets are being served up. No JS, CSS, or images are able to be found as there is no slug compilation time or runtime asset compilation being done.
Any help would be greatly appreciated.
They describe what should happen during deployment at this link which I'll summarize below:
With a Rails 3.1 application on Heroku Cedar when you git push heroku your assets will all be pre-compiled as part of the deploy process by using the rake task bundle exec rake assets:precompile.