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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -