First Time Heroku Deploy App Can't Make Sense of Logs -
this first time trying deploy small application on heroku apply summer internship.
i went through getting started guide rails.
here log, code http://pastebin.com/qqakvdh3
is there wrong rails app , not part of heroku?
did run out of dynos? head apps, click on app, , put in 2 dynos , 1 worker app.
i have in procfile
, correct !
bundle exec unicorn -p $port -e $rack_env bundle exec rake jobs:work
sorry bother guys, know need familiarize myself heroku docs if know answer this, love help! dig heroku docs when got time.
if need more information please let me know.
thanks!
the error should start this:
2013-05-13t19:35:12.367382+00:00 app[web.1]: e, [2013-05-13t19:35:12.367055 #137] error -- : uninitialized constant simpleform (nameerror)
after past hurdle , others, sure checkout dev center guide on unicorn:
Comments
Post a Comment