Skip to content

Instantly share code, notes, and snippets.

@captproton
Created May 18, 2010 06:20
Show Gist options
  • Select an option

  • Save captproton/404700 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/404700 to your computer and use it in GitHub Desktop.
$ heroku logs --app strong-stone-95==> dyno-1340437.log <==
>> Thin web server (v1.2.6 codename Crazy Delicious)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:7372, CTRL+C to stop
==> production.log <==
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in `call'
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:25:in `call'
/home/heroku_rack/lib/date_header.rb:14:in `call'
thin (1.2.6) lib/thin/connection.rb:76:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:74:in `catch'
thin (1.2.6) lib/thin/connection.rb:74:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:57:in `process'
thin (1.2.6) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.2.6) lib/thin/backends/base.rb:57:in `start'
thin (1.2.6) lib/thin/server.rb:156:in `start'
thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start'
thin (1.2.6) lib/thin/runner.rb:177:in `send'
thin (1.2.6) lib/thin/runner.rb:177:in `run_command'
thin (1.2.6) lib/thin/runner.rb:143:in `run!'
thin (1.2.6) bin/thin:6
/usr/ruby1.8.7/bin/thin:19:in `load'
/usr/ruby1.8.7/bin/thin:19
Rendering /disk1/home/slugs/188289_86f2513_b404/mnt/public/500.html (500 Internal Server Error)
Processing PagesController#home (for 76.204.29.6 at 2010-05-17 23:12:12) [GET]
Rendering template within layouts/application
Rendering pages/home
Completed in 84ms (View: 26, DB: 29) | 200 OK [http://strong-stone-95.heroku.com/]
Processing PagesController#home (for 68.126.148.203 at 2010-05-17 23:12:43) [GET]
Rendering template within layouts/application
Rendering pages/home
Completed in 111ms (View: 9, DB: 126) | 200 OK [http://strong-stone-95.heroku.com/]
Processing Admin::DashboardController#index (for 76.204.29.6 at 2010-05-17 23:14:29) [GET]
Redirected to http://strong-stone-95.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 9ms (DB: 3) | 302 Found [http://strong-stone-95.heroku.com/admin]
Processing SessionsController#new (for 76.204.29.6 at 2010-05-17 23:14:31) [GET]
Parameters: {"action"=>"new", "controller"=>"sessions"}
Rendering template within layouts/admin
Rendering sessions/new
Completed in 58ms (View: 17, DB: 27) | 200 OK [http://strong-stone-95.heroku.com/session/new]
Processing SessionsController#create (for 76.204.29.6 at 2010-05-17 23:14:51) [POST]
Parameters: {"commit"=>"Sign in", "session"=>{"remember_me"=>"0", "password"=>"[FILTERED]", "login"=>"captproton"}, "action"=>"create", "authenticity_token"=>"8HELs3VQGkayMsnXG0MALEzX3K5cGptCBGDjFW2Gyss=", "controller"=>"sessions"}
NoMethodError (undefined method `valid_password?' for #<User:0x2abe4d6fb4f0>):
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/attribute_methods.rb:255:in `method_missing'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/password.rb:191:in `send'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/password.rb:191:in `validate_by_password'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:178:in `send'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:178:in `evaluate_method'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:166:in `call'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:93:in `run'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:92:in `each'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:92:in `send'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:92:in `run'
.bundle/gems/gems/activesupport-2.3.5/lib/active_support/callbacks.rb:276:in `run_callbacks'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/callbacks.rb:72:in `validate'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/validation.rb:64:in `valid?'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/existence.rb:65:in `save'
.bundle/gems/gems/authlogic-2.1.3/lib/authlogic/session/existence.rb:30:in `create'
vendor/plugins/authentication/app/controllers/sessions_controller.rb:12:in `create'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `send'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:617:in `call_filters'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/flash.rb:146:in `perform_action'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `send'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:532:in `process_without_filters'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/filters.rb:606:in `process'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:391:in `process'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/base.rb:386:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:437:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:87:in `dispatch'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:121:in `_call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:130
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call'
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:29:in `call'
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:9:in `cache'
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/query_cache.rb:28:in `call'
.bundle/gems/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/string_coercion.rb:25:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/params_parser.rb:15:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/session/cookie_store.rb:93:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/failsafe.rb:26:in `call'
.bundle/gems/gems/actionpack-2.3.5/lib/action_controller/dispatcher.rb:106:in `call'
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:25:in `call'
/home/heroku_rack/lib/date_header.rb:14:in `call'
thin (1.2.6) lib/thin/connection.rb:76:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:74:in `catch'
thin (1.2.6) lib/thin/connection.rb:74:in `pre_process'
thin (1.2.6) lib/thin/connection.rb:57:in `process'
thin (1.2.6) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine'
eventmachine (0.12.10) lib/eventmachine.rb:256:in `run'
thin (1.2.6) lib/thin/backends/base.rb:57:in `start'
thin (1.2.6) lib/thin/server.rb:156:in `start'
thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start'
thin (1.2.6) lib/thin/runner.rb:177:in `send'
thin (1.2.6) lib/thin/runner.rb:177:in `run_command'
thin (1.2.6) lib/thin/runner.rb:143:in `run!'
thin (1.2.6) bin/thin:6
/usr/ruby1.8.7/bin/thin:19:in `load'
/usr/ruby1.8.7/bin/thin:19
Rendering /disk1/home/slugs/188289_86f2513_b404/mnt/public/500.html (500 Internal Server Error)
Processing PagesController#home (for 68.5.230.86 at 2010-05-17 23:15:22) [GET]
Rendering template within layouts/application
Rendering pages/home
Completed in 32ms (View: 8, DB: 14) | 200 OK [http://strong-stone-95.heroku.com/]
Processing PagesController#show (for 68.5.230.86 at 2010-05-17 23:15:30) [GET]
Parameters: {"id"=>"about-us"}
Rendering template within layouts/application
Rendering pages/show
Completed in 78ms (View: 21, DB: 45) | 200 OK [http://strong-stone-95.heroku.com/pages/about-us]
Processing InquiriesController#new (for 68.5.230.86 at 2010-05-17 23:15:32) [GET]
Rendering template within layouts/application
Rendering inquiries/new
Completed in 129ms (View: 19, DB: 81) | 200 OK [http://strong-stone-95.heroku.com/inquiries/new]
Processing PagesController#show (for 68.126.148.203 at 2010-05-17 23:16:50) [GET]
Parameters: {"id"=>"about-us"}
Rendering template within layouts/application
Rendering pages/show
Completed in 50ms (View: 8, DB: 30) | 200 OK [http://strong-stone-95.heroku.com/pages/about-us]
Processing InquiriesController#new (for 68.126.148.203 at 2010-05-17 23:16:52) [GET]
Rendering template within layouts/application
Rendering inquiries/new
Completed in 51ms (View: 13, DB: 26) | 200 OK [http://strong-stone-95.heroku.com/inquiries/new]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment