thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.01k stars 529 forks source link

Newly deployed app crashes #247

Closed myKingEdem closed 10 years ago

myKingEdem commented 10 years ago

I just deployed an app to heroku and it crashes. Here are the lines I think are relevant from the logs.

Process exited with status 1
2013-12-12T20:13:14.376797+00:00 heroku[web.1]: State changed from starting to crashed
2013-12-12T20:13:14.612191+00:00 heroku[run.6074]: State changed from starting to up
2013-12-12T20:13:06.970316+00:00 heroku[api]: Starting process with command `bundle exec rake db:migrate` by rkcudjoe1@gmail.com
2013-12-12T20:13:14.512196+00:00 heroku[run.6074]: Awaiting client
2013-12-12T20:13:22.015888+00:00 heroku[run.6074]: Process exited with status 0
2013-12-12T20:13:22.029374+00:00 heroku[run.6074]: State changed from up to complete
2013-12-12T20:17:20.485093+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=rubycon-dot-io.herokuapp.com fwd="150.209.40.96" dyno= connect= service= status=503 bytes=

Bitters and Clearance are the only additional gems I've added. Helps please.

bf4 commented 10 years ago

Why closed?

myKingEdem commented 10 years ago

I just had a silly mistake and once I fixed it, there were no errors.