Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Created September 8, 2011 01:50
Show Gist options
  • Save jc00ke/1202409 to your computer and use it in GitHub Desktop.
Save jc00ke/1202409 to your computer and use it in GitHub Desktop.
2011-09-08T04:53:09+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 55699`
2011-09-08T04:53:16+00:00 app[web.1]: [2011-09-08 04:53:16] INFO WEBrick 1.3.1
2011-09-08T04:53:16+00:00 app[web.1]: [2011-09-08 04:53:16] INFO ruby 1.9.2 (2011-02-18) [x86_64-linux]
2011-09-08T04:53:16+00:00 app[web.1]: [2011-09-08 04:53:16] INFO WEBrick::HTTPServer#start: pid=1 port=55699
2011-09-08T04:53:16+00:00 heroku[web.1]: State changed from starting to up
2011-09-08T04:53:17+00:00 app[web.1]: => Booting WEBrick
2011-09-08T04:53:17+00:00 app[web.1]: => Rails 3.0.7 application starting in production on http://0.0.0.0:55699
2011-09-08T04:53:17+00:00 app[web.1]: => Call with -d to detach
2011-09-08T04:53:17+00:00 app[web.1]: => Ctrl-C to shutdown server
2011-09-08T04:53:17+00:00 app[web.1]:
2011-09-08T04:53:17+00:00 app[web.1]:
2011-09-08T04:53:17+00:00 app[web.1]: Started GET "/" for 24.20.208.237 at 2011-09-08 04:53:17 +0000
2011-09-08T04:53:18+00:00 app[web.1]:
2011-09-08T04:53:18+00:00 app[web.1]: NoMethodError (undefined method `underscore' for nil:NilClass):
2011-09-08T04:53:18+00:00 app[web.1]: app/controllers/application_controller.rb:108:in `current_user_session'
2011-09-08T04:53:18+00:00 app[web.1]: app/controllers/application_controller.rb:117:in `current_user'
2011-09-08T04:53:18+00:00 app[web.1]: app/controllers/application_controller.rb:127:in `require_user'
2011-09-08T04:53:18+00:00 app[web.1]:
2011-09-08T04:53:18+00:00 app[web.1]:
2011-09-08T04:53:18+00:00 app[web.1]: Processing by HomeController#index as HTML
2011-09-08T01:46:00+00:00 app[web.1]: Started GET "/login" for 24.20.208.237 at 2011-09-08 01:46:00 +0000
2011-09-08T01:46:00+00:00 heroku[router]: GET watsi-ffc.herokuapp.com/login dyno=web.1 queue=0 wait=0ms service=107ms status=200 bytes=3785
2011-09-08T01:46:00+00:00 app[web.1]: Rendered layouts/_about.html.haml (0.8ms)
2011-09-08T01:46:00+00:00 heroku[router]: GET watsi-ffc.herokuapp.com/stylesheets/cache/all.css dyno=web.1 queue=0 wait=0ms service=12ms status=200 bytes=16097
2011-09-08T01:46:00+00:00 heroku[router]: GET watsi-ffc.herokuapp.com/javascripts/cache/all.js dyno=web.1 queue=0 wait=0ms service=28ms status=200 bytes=289816
2011-09-08T01:46:01+00:00 heroku[router]: GET watsi-ffc.herokuapp.com/images/loading.gif dyno=web.1 queue=0 wait=0ms service=8ms status=200 bytes=2037
2011-09-08T01:46:01+00:00 heroku[router]: GET watsi-ffc.herokuapp.com/stylesheets/print.css dyno=web.1 queue=0 wait=0ms service=10ms status=200 bytes=1216
2011-09-08T01:46:12+00:00 app[web.1]:
2011-09-08T01:46:12+00:00 app[web.1]:
2011-09-08T01:46:12+00:00 app[web.1]: Started POST "/authentication" for 24.20.208.237 at 2011-09-08 01:46:12 +0000
2011-09-08T01:46:12+00:00 heroku[router]: POST watsi-ffc.herokuapp.com/authentication dyno=web.1 queue=0 wait=0ms service=20ms status=500 bytes=728
2011-09-08T01:46:12+00:00 app[web.1]:
2011-09-08T01:46:12+00:00 app[web.1]: NoMethodError (undefined method `valid_password?' for #<User:0x000000059566e0>):
2011-09-08T01:46:12+00:00 app[web.1]: app/models/authentication.rb:42:in `validate_by_password'
2011-09-08T01:46:12+00:00 app[web.1]: app/controllers/authentications_controller.rb:37:in `create'
2011-09-08T01:46:12+00:00 app[web.1]:
2011-09-08T01:46:12+00:00 app[web.1]:
2011-09-08T01:46:12+00:00 app[web.1]: Processing by AuthenticationsController#create as HTML
2011-09-08T01:46:12+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authentication"=>{"username"=>"jesse", "password"=>"[FILTERED]", "remember_me"=>"0"}}
2011-09-08T01:46:12+00:00 app[web.1]: Completed in 6ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment