Skip to content

Instantly share code, notes, and snippets.

@captproton
Created September 27, 2010 23:53
Show Gist options
  • Select an option

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

Select an option

Save captproton/600117 to your computer and use it in GitHub Desktop.
$ heroku logs --app rainforest-staging
==> dyno-1567341.log <==
/home/slugs/215288_4dc3b6d_cebb/mnt/.bundle/gems/ruby/1.8/gems/authlogic-2.1.6/lib/authlogic.rb:3: warning: already initialized constant AUTHLOGIC_PATH
>> Thin web server (v1.2.6 codename Crazy Delicious)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:57127, CTRL+C to stop
==> production.log <==
Processing ApplicationController#error_404 (for 60.234.162.154 at 2010-09-27 16:44:42) [GET]
Parameters: {"path"=>["refinery"]}
Rendering template within layouts/application
Rendering /pages/show (404)
Completed in 461ms (View: 179, DB: 257) | 404 Not Found [http://rainforest-staging.heroku.com/refinery]
Processing Admin::PagesController#index (for 60.234.162.154 at 2010-09-27 16:47:18) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 19ms (DB: 14) | 302 Found [http://rainforest-staging.heroku.com/admin/pages]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:19) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 54ms (DB: 46) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:20) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 19ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:21) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 78ms (DB: 70) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:21) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 20ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:21) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 20ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:22) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 119ms (DB: 107) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:22) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 19ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:23) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 86ms (DB: 78) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:24) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 33ms (DB: 19) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:24) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 22ms (DB: 15) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:31) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 19ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:32) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 25ms (DB: 18) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing Admin::DashboardController#index (for 60.234.162.154 at 2010-09-27 16:47:33) [GET]
Redirected to http://rainforest-staging.heroku.com/session/new
Filter chain halted as [:login_required] rendered_or_redirected.
Completed in 20ms (DB: 12) | 302 Found [http://rainforest-staging.heroku.com/admin]
Processing SessionsController#new (for 60.234.162.154 at 2010-09-27 16:47:33) [GET]
Parameters: {"action"=>"new", "controller"=>"sessions"}
Rendering template within layouts/admin
Rendering sessions/new
Completed in 364ms (View: 17, DB: 224) | 200 OK [http://rainforest-staging.heroku.com/login]
Processing SessionsController#create (for 98.210.200.138 at 2010-09-27 16:48:47) [POST]
Parameters: {"commit"=>"Sign in", "session"=>{"remember_me"=>"0", "password"=>"[FILTERED]", "login"=>"captproton"}, "action"=>"create", "authenticity_token"=>"Wn8u5qZNZ1AZ0RJ/cvS7vvuSaBtDc0JheeX6CCDciXs=", "controller"=>"sessions"}
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:15: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/215288_4dc3b6d_cebb/mnt/public/422.html (422 Unprocessable Entity)
Processing SessionsController#create (for 98.210.200.138 at 2010-09-27 16:49:36) [POST]
Parameters: {"commit"=>"Sign in", "session"=>{"remember_me"=>"0", "password"=>"[FILTERED]", "login"=>"captproton"}, "action"=>"create", "authenticity_token"=>"Wn8u5qZNZ1AZ0RJ/cvS7vvuSaBtDc0JheeX6CCDciXs=", "controller"=>"sessions"}
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:15: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/215288_4dc3b6d_cebb/mnt/public/422.html (422 Unprocessable Entity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment