Skip to content

Instantly share code, notes, and snippets.

@quamen
Created May 29, 2011 06:35
Show Gist options
  • Select an option

  • Save quamen/997521 to your computer and use it in GitHub Desktop.

Select an option

Save quamen/997521 to your computer and use it in GitHub Desktop.
Rails 3.1 + Devise + bamboo 1.9.2 on heroku
….1/gems/devise-1.3.4/lib/devise/models/registerable.rb: 16:in `new'
….1/gems/devise-1.3.4/lib/devise/models/registerable.rb: 16:in `new_with_session'
…3.4/app/controllers/devise/registrations_controller.rb: 73:in `build_resource'
…3.4/app/controllers/devise/registrations_controller.rb: 8:in `new'
….9.1/gems/rack-mount-0.8.1/lib/rack/mount/route_set.rb: 152:in `block in call'
…ems/rack-mount-0.8.1/lib/rack/mount/code_generation.rb: 93:in `block in recognize'
…ems/rack-mount-0.8.1/lib/rack/mount/code_generation.rb: 110:in `optimized_each'
…ems/rack-mount-0.8.1/lib/rack/mount/code_generation.rb: 92:in `recognize'
….9.1/gems/rack-mount-0.8.1/lib/rack/mount/route_set.rb: 141:in `call'
…ems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb: 35:in `block in call'
…ems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb: 34:in `catch'
…ems/ruby/1.9.1/gems/warden-1.0.4/lib/warden/manager.rb: 34:in `call'
…undle/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/etag.rb: 23:in `call'
…/ruby/1.9.1/gems/rack-1.3.0/lib/rack/conditionalget.rb: 25:in `call'
…/1.9.1/gems/rack-1.3.0/lib/rack/session/abstract/id.rb: 195:in `context'
…/1.9.1/gems/rack-1.3.0/lib/rack/session/abstract/id.rb: 190:in `call'
…e/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/sendfile.rb: 102:in `call'
…/ruby/1.9.1/gems/rack-1.3.0/lib/rack/methodoverride.rb: 24:in `call'
…le/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/runtime.rb: 17:in `call'
…undle/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/lock.rb: 34:in `call'
…le/gems/ruby/1.9.1/gems/rack-ssl-1.3.2/lib/rack/ssl.rb: 27:in `call'
…/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb: 132:in `forward'
…/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb: 243:in `fetch'
…/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb: 181:in `lookup'
…/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb: 65:in `call!'
…/1.9.1/gems/rack-cache-1.0.2/lib/rack/cache/context.rb: 50:in `call'
/home/heroku_rack/lib/static_assets.rb: 9:in `call'
/home/heroku_rack/lib/last_access.rb: 15:in `call'
…dle/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/urlmap.rb: 52:in `block in call'
…dle/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/urlmap.rb: 46:in `each'
…dle/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/urlmap.rb: 46:in `call'
/home/heroku_rack/lib/date_header.rb: 14:in `call'
…le/gems/ruby/1.9.1/gems/rack-1.3.0/lib/rack/builder.rb: 134:in `call'
…ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb: 76:in `block in pre_process'
…ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb: 74:in `catch'
…ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb: 74:in `pre_process'
…ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb: 57:in `process'
…ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/connection.rb: 42:in `receive_data'
…ms/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb: 256:in `run_machine'
…ms/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb: 256:in `run'
…y/gems/1.9.1/gems/thin-1.2.6/lib/thin/backends/base.rb: 57:in `start'
…lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/server.rb: 156:in `start'
…9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb: 80:in `start'
…lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb: 177:in `run_command'
…lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb: 143:in `run!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment