winnipegrb / winnivote

Winnivote is a website to submit topics/ideas and vote to show which ones are more popular
MIT License
10 stars 12 forks source link

Deploy to heroku #51

Open amirci opened 10 years ago

amirci commented 10 years ago

The app should be hosted in Heroku

stungeye commented 10 years ago

I've got the project running on Heroku now.

However, the deployment required two awkward steps:

This generated an app/assets/javascripts/routes.js file which I then added to the repo and pushed to Heroku.

swalberg commented 10 years ago

Is the app running in production mode? It's linking all 3 stylesheets by name in the HEAD section instead of one. And there's duplication... application has the other files inside it already.

stungeye commented 10 years ago

It is running in production mode. The stylesheets are there by name due to the assets.precompile kludge. Without that line, however, the app 500s and the heroku logs complain about a missing ideas.css and welcome.css.