errplane 0.5.24 → 0.5.25

Sign up to get free protection for your applications and to get access to all the features.
data/errplane.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["todd@errplane.com"]
10
10
  s.homepage = "http://errplane.com"
11
11
  s.summary = %q{Rails-based instrumentation library for Errplane.}
12
- s.description = %q{This gem provides implements instrumentation with Errplane for Rails 3.x applications.}
12
+ s.description = %q{This gem provides implements instrumentation with Errplane for Rails 2.3.x and 3.x applications.}
13
13
 
14
14
  s.rubyforge_project = "errplane"
15
15
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (0.5.23)
4
+ errplane (0.5.25)
5
5
  actionpack (>= 2.3.2)
6
6
  activesupport (>= 2.3.2)
7
7
  json
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (0.5.23)
4
+ errplane (0.5.25)
5
5
  actionpack (>= 2.3.2)
6
6
  activesupport (>= 2.3.2)
7
7
  json
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (0.5.23)
4
+ errplane (0.5.25)
5
5
  actionpack (>= 2.3.2)
6
6
  activesupport (>= 2.3.2)
7
7
  json
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (0.5.23)
4
+ errplane (0.5.25)
5
5
  actionpack (>= 2.3.2)
6
6
  activesupport (>= 2.3.2)
7
7
  json
data/lib/errplane.rb CHANGED
@@ -59,11 +59,16 @@ module Errplane
59
59
  end
60
60
  end
61
61
 
62
- def time(name = nil)
63
- start_time = Time.now
64
- yield
65
- elapsed_time = Time.now - start_time
66
- report("timed_blocks/#{(name || Socket.gethostname)}", :value => (elapsed_time*1000).ceil)
62
+ def time(name = nil, params = {})
63
+ value = if block_given?
64
+ start_time = Time.now
65
+ yield
66
+ ((Time.now - start_time)*1000).ceil
67
+ else
68
+ params[:value] || 0
69
+ end
70
+
71
+ report("timed_blocks/#{(name || Socket.gethostname)}", :value => value)
67
72
  end
68
73
 
69
74
  def transmit_unless_ignorable(e, env)
@@ -1,3 +1,3 @@
1
1
  module Errplane
2
- VERSION = "0.5.24"
2
+ VERSION = "0.5.25"
3
3
  end
@@ -54,6 +54,12 @@ module Errplane
54
54
 
55
55
  Thread.new do
56
56
  Thread.current[:errplane] = true
57
+
58
+ at_exit do
59
+ log :debug, "Thread exiting, flushing queue."
60
+ check_background_queue(thread_num) until Errplane.queue.empty?
61
+ end
62
+
57
63
  while true
58
64
  sleep Errplane.configuration.queue_worker_polling_interval
59
65
  check_background_queue(thread_num)
@@ -4257,3 +4257,299 @@ Rendering rescues/layout (internal_server_error)
4257
4257
  [Errplane] Ignorable Exception? false
4258
4258
  [Errplane] Environment: {"TERM_PROGRAM"=>"iTerm.app", "rvm_bin_path"=>"/Users/todd/.rvm/bin", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p0", "SHELL"=>"/bin/bash", "TERM"=>"xterm-256color", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p0/.irbrc", "Apple_PubSub_Socket_Render"=>"/tmp/launch-wiEYse/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p0", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "__array_start"=>"0", "EC2_HOME"=>"/Users/todd/.ec2", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-M32fD1/Listeners", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/Apple_Ubiquity_Message", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "escape_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p0/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p0@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p0/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p0/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/errplane-ruby", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "HOME"=>"/Users/todd", "SHLVL"=>"2", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"", "ITERM_SESSION_ID"=>"w0t5p0", "LOGNAME"=>"todd", "_first"=>"0", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p0:/Users/todd/.rvm/gems/ruby-1.9.3-p0@global", "DISPLAY"=>"/tmp/launch-RYNyvI/org.macosforge.xquartz:0", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "install_flag"=>"1", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p0/gems/bundler-1.0.21/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p0/gems/bundler-1.0.21/bin/bundle", "SECURITYSESSIONID"=>"186a4", "RUBY_VERSION"=>"ruby-1.9.3-p0", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
4259
4259
  [Errplane] Adding exception to the queue.
4260
+ [Errplane] Spawning background worker thread 0.
4261
+ [Errplane] Spawning background worker thread 1.
4262
+ [Errplane] Spawning background worker thread 2.
4263
+
4264
+
4265
+ Processing WidgetsController#new (for 0.0.0.0 at 2013-01-02 03:08:16) [GET]
4266
+
4267
+
4268
+ Processing WidgetsController#index (for 0.0.0.0 at 2013-01-02 03:08:16) [GET]
4269
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
4270
+
4271
+
4272
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:16) [GET]
4273
+
4274
+ ZeroDivisionError (divided by 0):
4275
+ app/controllers/widgets_controller.rb:3:in `/'
4276
+ app/controllers/widgets_controller.rb:3:in `new'
4277
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
4278
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
4279
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
4280
+ <internal:prelude>:10:in `synchronize'
4281
+ spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
4282
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4283
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
4284
+ /Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
4285
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4286
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
4287
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4288
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4289
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4290
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
4291
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4292
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4293
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4294
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4295
+ rspec (1.3.2) bin/spec:5:in `<main>'
4296
+
4297
+ [Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
4298
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fd9f505f1a0 @last_response=nil>
4299
+ [Errplane] Black Box: {"time":1357114096,"application_name":"Application","application_root":{"path":"/Users/todd/Projects/errplane/errplane-ruby/spec/support/rails2"},"framework":"Rails","framework_version":"2.3.14","message":"divided by 0","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `block in perform_action_with_benchmark'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `block in ms'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_with_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_with_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_with_flash'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `block in perform_action_with_instrumentation'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `block in ms'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `perform_action_with_instrumentation'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process_with_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `block in build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `block in call'",": in `'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `block (2 levels) in <module:Runner>'","spec/integration/exceptions_spec.rb:22 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ZeroDivisionError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.25","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{"rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","SHLVL":"3","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t1p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","RUBY_VERSION":"ruby-1.9.3-p194","SECURITYSESSIONID":"186a6","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"},"request_data":{"params":{"controller":"widgets","action":"new"},"session_data":{},"controller":"widgets","action":"new","request_url":"http://www.example.com/widgets/new","user_agent":null}}
4300
+ [Errplane] Ignorable Exception? false
4301
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-uOn7xq/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-Kj0K1l/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-olQkNI/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/errplane-ruby", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "SHLVL"=>"3", "HOME"=>"/Users/todd", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t1p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.3-p194", "SECURITYSESSIONID"=>"186a6", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
4302
+ [Errplane] Adding exception to the queue.
4303
+ Rendered rescues/_trace (11.1ms)
4304
+ Rendered rescues/_request_and_response (2.8ms)
4305
+ Rendering rescues/layout (internal_server_error)
4306
+
4307
+
4308
+ Processing WidgetsController#index (for 127.0.0.1 at 2013-01-02 03:08:16) [GET]
4309
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
4310
+
4311
+
4312
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:16) [GET]
4313
+
4314
+ ZeroDivisionError (divided by 0):
4315
+ app/controllers/widgets_controller.rb:3:in `/'
4316
+ app/controllers/widgets_controller.rb:3:in `new'
4317
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
4318
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
4319
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
4320
+ <internal:prelude>:10:in `synchronize'
4321
+ spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
4322
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4323
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
4324
+ /Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
4325
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4326
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
4327
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4328
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4329
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4330
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
4331
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4332
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4333
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4334
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4335
+ rspec (1.3.2) bin/spec:5:in `<main>'
4336
+
4337
+ Rendered rescues/_trace (20.2ms)
4338
+ Rendered rescues/_request_and_response (0.3ms)
4339
+ Rendering rescues/layout (internal_server_error)
4340
+ [Errplane] OPTS: {}
4341
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fd9f1805318 @last_response=nil>
4342
+ [Errplane] Black Box: {"time":1357114096,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:59 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:114 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:114 in `rescue'","spec/unit/errplane_spec.rb:58 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.25","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{"rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","SHLVL":"3","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t1p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","RUBY_VERSION":"ruby-1.9.3-p194","SECURITYSESSIONID":"186a6","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
4343
+ [Errplane] Ignorable Exception? false
4344
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-uOn7xq/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-Kj0K1l/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-olQkNI/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/errplane-ruby", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "SHLVL"=>"3", "HOME"=>"/Users/todd", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t1p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.3-p194", "SECURITYSESSIONID"=>"186a6", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
4345
+ [Errplane] Adding exception to the queue.
4346
+ [Errplane] OPTS: {}
4347
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fd9f3a5a878 @last_response=nil>
4348
+ [Errplane] Black Box: {"time":1357114096,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:82 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:124 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:124 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:82 in `block (4 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `should'","spec/unit/errplane_spec.rb:81 in `block (3 levels) in <top (required)>'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'","/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'"],"exception_class":"ArgumentError","language":"Ruby","language_version":"1.9.3-p194","reporter":{"name":"Errplane","version":"0.5.25","url":"https://github.com/errplane/gem"},"custom_data":{},"environment_variables":{"rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","_":"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby","PWD":"/Users/todd/Projects/errplane/errplane-ruby","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","EDITOR":"vim","LANG":"en_US.UTF-8","ITERM_PROFILE":"Default","_second":"1","BUNDLE_EDITOR":"vim","rvm_version":"1.14.7 ()","SHLVL":"3","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","rvm_ruby_string":"ruby-1.9.3-p194","ITERM_SESSION_ID":"w0t1p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle","RUBY_VERSION":"ruby-1.9.3-p194","SECURITYSESSIONID":"186a6","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
4349
+ [Errplane] Ignorable Exception? false
4350
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-uOn7xq/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-Kj0K1l/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-olQkNI/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin", "_"=>"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby", "PWD"=>"/Users/todd/Projects/errplane/errplane-ruby", "JAVA_HOME"=>"/System/Library/Frameworks/JavaVM.framework/Home/", "EDITOR"=>"vim", "LANG"=>"en_US.UTF-8", "ITERM_PROFILE"=>"Default", "_second"=>"1", "BUNDLE_EDITOR"=>"vim", "rvm_version"=>"1.14.7 ()", "SHLVL"=>"3", "HOME"=>"/Users/todd", "BUNDLE_GEMFILE"=>"gemfiles/Gemfile.rails-2.3.x", "rvm_ruby_string"=>"ruby-1.9.3-p194", "ITERM_SESSION_ID"=>"w0t1p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.3-p194", "SECURITYSESSIONID"=>"186a6", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
4351
+ [Errplane] Adding exception to the queue.
4352
+ [Errplane] Thread exiting, flushing queue.
4353
+ [Errplane] Checking background queue on thread 2 (3 active)
4354
+ [Errplane] Found data in the queue! ()
4355
+ [Errplane] URL: /api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012
4356
+ [Errplane] Data: "{\"time\":1357114096,\"application_name\":\"Application\",\"application_root\":\"/var/www/current\",\"framework\":\"Rails\",\"framework_version\":\"2.3.14\",\"message\":\"wrong\",\"backtrace\":[\"spec/unit/errplane_spec.rb:82 in `block (5 levels) in <top (required)>'\",\"/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:124 in `call'\",\"/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:124 in `rescue_and_reraise'\",\"spec/unit/errplane_spec.rb:82 in `block (4 levels) in <top (required)>'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `should'\",\"spec/unit/errplane_spec.rb:81 in `block (3 levels) in <top (required)>'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `block in execute'\",\"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54 in `timeout'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `block in run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `block in run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `<main>'\"],\"exception_class\":\"ArgumentError\",\"language\":\"Ruby\",\"language_version\":\"1.9.3-p194\",\"reporter\":{\"name\":\"Errplane\",\"version\":\"0.5.25\",\"url\":\"https://github.com/errplane/gem\"},\"custom_data\":{},\"environment_variables\":{\"rvm_bin_path\":\"/Users/todd/.rvm/bin\",\"TERM_PROGRAM\":\"iTerm.app\",\"GEM_HOME\":\"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem\",\"TERM\":\"xterm-256color\",\"SHELL\":\"/bin/bash\",\"IRBRC\":\"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/.irbrc\",\"TMPDIR\":\"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/\",\"Apple_PubSub_Socket_Render\":\"/tmp/launch-uOn7xq/Render\",\"MY_RUBY_HOME\":\"/Users/todd/.rvm/rubies/ruby-1.9.3-p194\",\"USER\":\"todd\",\"COMMAND_MODE\":\"unix2003\",\"EC2_HOME\":\"/Users/todd/.ec2\",\"__array_start\":\"0\",\"rvm_path\":\"/Users/todd/.rvm\",\"SSH_AUTH_SOCK\":\"/tmp/launch-Kj0K1l/Listeners\",\"__CF_USER_TEXT_ENCODING\":\"0x1F5:0:0\",\"Apple_Ubiquity_Message\":\"/tmp/launch-olQkNI/Apple_Ubiquity_Message\",\"escape_flag\":\"1\",\"rvm_sticky_flag\":\"1\",\"rvm_prefix\":\"/Users/todd\",\"PATH\":\"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin\",\"_\":\"/Users/todd/.rvm/rubies/ruby-1.9.3-p194/bin/ruby\",\"PWD\":\"/Users/todd/Projects/errplane/errplane-ruby\",\"JAVA_HOME\":\"/System/Library/Frameworks/JavaVM.framework/Home/\",\"EDITOR\":\"vim\",\"LANG\":\"en_US.UTF-8\",\"ITERM_PROFILE\":\"Default\",\"_second\":\"1\",\"BUNDLE_EDITOR\":\"vim\",\"rvm_version\":\"1.14.7 ()\",\"SHLVL\":\"3\",\"HOME\":\"/Users/todd\",\"BUNDLE_GEMFILE\":\"gemfiles/Gemfile.rails-2.3.x\",\"rvm_ruby_string\":\"ruby-1.9.3-p194\",\"ITERM_SESSION_ID\":\"w0t1p0\",\"_first\":\"0\",\"LOGNAME\":\"todd\",\"GEM_PATH\":\"/Users/todd/.rvm/gems/ruby-1.9.3-p194@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.3-p194@global\",\"EC2_PRIVATE_KEY\":\"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"DISPLAY\":\"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0\",\"rvm_delete_flag\":\"0\",\"RUBYOPT\":\"-I/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/lib -rbundler/setup\",\"BUNDLE_BIN_PATH\":\"/Users/todd/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.3/bin/bundle\",\"RUBY_VERSION\":\"ruby-1.9.3-p194\",\"SECURITYSESSIONID\":\"186a6\",\"EC2_CERT\":\"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"RAILS_ENV\":\"test\"}}"
4357
+ [Errplane] Instrumentation Error! #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST http://api.errplane.com/api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012>
4358
+ [Errplane] Thread exiting, flushing queue.
4359
+ [Errplane] Thread exiting, flushing queue.
4360
+ [Errplane] Spawning background worker thread 0.
4361
+ [Errplane] Spawning background worker thread 1.
4362
+ [Errplane] Spawning background worker thread 2.
4363
+
4364
+
4365
+ Processing WidgetsController#new (for 0.0.0.0 at 2013-01-02 03:08:25) [GET]
4366
+
4367
+
4368
+ Processing WidgetsController#index (for 0.0.0.0 at 2013-01-02 03:08:25) [GET]
4369
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
4370
+
4371
+
4372
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:25) [GET]
4373
+
4374
+ ZeroDivisionError (divided by 0):
4375
+ app/controllers/widgets_controller.rb:3:in `/'
4376
+ app/controllers/widgets_controller.rb:3:in `new'
4377
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4378
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4379
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
4380
+ /spec/integration/exceptions_spec.rb:22
4381
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4382
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
4383
+ /Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53:in `timeout'
4384
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4385
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
4386
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4387
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4388
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4389
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
4390
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4391
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4392
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4393
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4394
+ rspec (1.3.2) bin/spec:5
4395
+
4396
+ [Errplane] OPTS: session_datauser_agentcontrollerwidgetsrequest_urlhttp://www.example.com/widgets/newactionnewparamsactionnewcontrollerwidgets
4397
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10ac80e28 @last_response=nil>
4398
+ [Errplane] Black Box: {"request_data":{"session_data":{},"user_agent":null,"controller":"widgets","request_url":"http://www.example.com/widgets/new","action":"new","params":{"action":"new","controller":"widgets"}},"exception_class":"ZeroDivisionError","environment_variables":{"TERM_PROGRAM":"iTerm.app","SHELL":"/bin/bash","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","escape_flag":"1","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","rvm_prefix":"/Users/todd","PWD":"/Users/todd/Projects/errplane/errplane-ruby","EDITOR":"vim","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundle","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","RUBYOPT":"-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setup","GEM_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global","_first":"0","rvm_bin_path":"/Users/todd/.rvm/bin","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","_":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","LOGNAME":"todd","SECURITYSESSIONID":"186a6","GEM_HOME":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem","rvm_sticky_flag":"1","ITERM_SESSION_ID":"w0t1p0","RAILS_ENV":"test","TERM":"xterm-256color","rvm_path":"/Users/todd/.rvm","_second":"1","rvm_delete_flag":"0","RUBY_VERSION":"ree-1.8.7-2012.02","IRBRC":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrc","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02","PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","rvm_version":"1.14.7 ()","SHLVL":"3","rvm_ruby_string":"ree-1.8.7-2012.02","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","ITERM_PROFILE":"Default","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","__array_start":"0"},"language":"Ruby","reporter":{"url":"https://github.com/errplane/gem","version":"0.5.25","name":"Errplane"},"message":"divided by 0","application_name":"Application","language_version":"1.8.7-p358","framework":"Rails","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `send'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action_without_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_without_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_without_rescue'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/benchmark.rb:308 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_without_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_without_flash'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_without_instrumentation'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `perform_action'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/benchmark.rb:308 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `send'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process_without_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `synchronize'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `__send__'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `get'","spec/integration/exceptions_spec.rb:22 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"application_root":{"path":"/Users/todd/Projects/errplane/errplane-ruby/spec/support/rails2"},"time":1357114105,"custom_data":{},"framework_version":"2.3.14"}
4399
+ [Errplane] Ignorable Exception? false
4400
+ [Errplane] Environment: escape_flag1EC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003USERtoddApple_PubSub_Socket_Render/tmp/launch-uOn7xq/RenderTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/SHELL/bin/bashTERM_PROGRAMiTerm.appBUNDLE_BIN_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundleEDITORvimPWD/Users/todd/Projects/errplane/errplane-rubyrvm_prefix/Users/toddSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersRUBYOPT-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setupBUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.xHOME/Users/toddGEM_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global_first0SECURITYSESSIONID186a6LOGNAMEtoddBUNDLE_EDITORvimLANGen_US.UTF-8_/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby__CF_USER_TEXT_ENCODING0x1F5:0:0rvm_bin_path/Users/todd/.rvm/binRAILS_ENVtestITERM_SESSION_IDw0t1p0rvm_sticky_flag1GEM_HOME/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gemRUBY_VERSIONree-1.8.7-2012.02rvm_delete_flag0_second1rvm_path/Users/todd/.rvmTERMxterm-256colorDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemrvm_ruby_stringree-1.8.7-2012.02SHLVL3rvm_version1.14.7 ()PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binMY_RUBY_HOME/Users/todd/.rvm/rubies/ree-1.8.7-2012.02IRBRC/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemITERM_PROFILEDefaultJAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/Apple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_Message__array_start0
4401
+ [Errplane] Adding exception to the queue.
4402
+ Rendered rescues/_trace (23.4ms)
4403
+ Rendered rescues/_request_and_response (1.2ms)
4404
+ Rendering rescues/layout (internal_server_error)
4405
+
4406
+
4407
+ Processing WidgetsController#index (for 127.0.0.1 at 2013-01-02 03:08:25) [GET]
4408
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
4409
+
4410
+
4411
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:25) [GET]
4412
+
4413
+ ZeroDivisionError (divided by 0):
4414
+ app/controllers/widgets_controller.rb:3:in `/'
4415
+ app/controllers/widgets_controller.rb:3:in `new'
4416
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4417
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4418
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
4419
+ /spec/integration/exceptions_spec.rb:39
4420
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4421
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
4422
+ /Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53:in `timeout'
4423
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4424
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
4425
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4426
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4427
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4428
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
4429
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4430
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4431
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4432
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4433
+ rspec (1.3.2) bin/spec:5
4434
+
4435
+ Rendered rescues/_trace (24.9ms)
4436
+ Rendered rescues/_request_and_response (0.3ms)
4437
+ Rendering rescues/layout (internal_server_error)
4438
+ [Errplane] OPTS:
4439
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10a85b5c8 @last_response=nil>
4440
+ [Errplane] Black Box: {"exception_class":"ArgumentError","environment_variables":{"TERM_PROGRAM":"iTerm.app","SHELL":"/bin/bash","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","escape_flag":"1","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","rvm_prefix":"/Users/todd","PWD":"/Users/todd/Projects/errplane/errplane-ruby","EDITOR":"vim","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundle","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","RUBYOPT":"-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setup","GEM_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global","_first":"0","rvm_bin_path":"/Users/todd/.rvm/bin","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","_":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","LOGNAME":"todd","SECURITYSESSIONID":"186a6","GEM_HOME":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem","rvm_sticky_flag":"1","ITERM_SESSION_ID":"w0t1p0","RAILS_ENV":"test","TERM":"xterm-256color","rvm_path":"/Users/todd/.rvm","_second":"1","rvm_delete_flag":"0","RUBY_VERSION":"ree-1.8.7-2012.02","IRBRC":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrc","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02","PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","rvm_version":"1.14.7 ()","SHLVL":"3","rvm_ruby_string":"ree-1.8.7-2012.02","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","ITERM_PROFILE":"Default","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","__array_start":"0"},"language":"Ruby","reporter":{"url":"https://github.com/errplane/gem","version":"0.5.25","name":"Errplane"},"message":"wrong","application_name":"Application","language_version":"1.8.7-p358","framework":"Rails","backtrace":["spec/unit/errplane_spec.rb:59 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:114 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:114 in `rescue'","spec/unit/errplane_spec.rb:58 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"application_root":"/var/www/current","time":1357114105,"custom_data":{},"framework_version":"2.3.14"}
4441
+ [Errplane] Ignorable Exception? false
4442
+ [Errplane] Environment: escape_flag1EC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003USERtoddApple_PubSub_Socket_Render/tmp/launch-uOn7xq/RenderTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/SHELL/bin/bashTERM_PROGRAMiTerm.appBUNDLE_BIN_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundleEDITORvimPWD/Users/todd/Projects/errplane/errplane-rubyrvm_prefix/Users/toddSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersRUBYOPT-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setupBUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.xHOME/Users/toddGEM_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global_first0SECURITYSESSIONID186a6LOGNAMEtoddBUNDLE_EDITORvimLANGen_US.UTF-8_/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby__CF_USER_TEXT_ENCODING0x1F5:0:0rvm_bin_path/Users/todd/.rvm/binRAILS_ENVtestITERM_SESSION_IDw0t1p0rvm_sticky_flag1GEM_HOME/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gemRUBY_VERSIONree-1.8.7-2012.02rvm_delete_flag0_second1rvm_path/Users/todd/.rvmTERMxterm-256colorDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemrvm_ruby_stringree-1.8.7-2012.02SHLVL3rvm_version1.14.7 ()PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binMY_RUBY_HOME/Users/todd/.rvm/rubies/ree-1.8.7-2012.02IRBRC/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemITERM_PROFILEDefaultJAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/Apple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_Message__array_start0
4443
+ [Errplane] Adding exception to the queue.
4444
+ [Errplane] OPTS:
4445
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10a814358 @last_response=nil>
4446
+ [Errplane] Black Box: {"exception_class":"ArgumentError","environment_variables":{"TERM_PROGRAM":"iTerm.app","SHELL":"/bin/bash","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","escape_flag":"1","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","rvm_prefix":"/Users/todd","PWD":"/Users/todd/Projects/errplane/errplane-ruby","EDITOR":"vim","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundle","HOME":"/Users/todd","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","RUBYOPT":"-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setup","GEM_PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global","_first":"0","rvm_bin_path":"/Users/todd/.rvm/bin","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","_":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","LOGNAME":"todd","SECURITYSESSIONID":"186a6","GEM_HOME":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem","rvm_sticky_flag":"1","ITERM_SESSION_ID":"w0t1p0","RAILS_ENV":"test","TERM":"xterm-256color","rvm_path":"/Users/todd/.rvm","_second":"1","rvm_delete_flag":"0","RUBY_VERSION":"ree-1.8.7-2012.02","IRBRC":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrc","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02","PATH":"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","rvm_version":"1.14.7 ()","SHLVL":"3","rvm_ruby_string":"ree-1.8.7-2012.02","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","ITERM_PROFILE":"Default","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","__array_start":"0"},"language":"Ruby","reporter":{"url":"https://github.com/errplane/gem","version":"0.5.25","name":"Errplane"},"message":"wrong","application_name":"Application","language_version":"1.8.7-p358","framework":"Rails","backtrace":["spec/unit/errplane_spec.rb:82 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:82 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `to'","spec/unit/errplane_spec.rb:81 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"application_root":"/var/www/current","time":1357114105,"custom_data":{},"framework_version":"2.3.14"}
4447
+ [Errplane] Ignorable Exception? false
4448
+ [Errplane] Environment: escape_flag1EC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003USERtoddApple_PubSub_Socket_Render/tmp/launch-uOn7xq/RenderTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/SHELL/bin/bashTERM_PROGRAMiTerm.appBUNDLE_BIN_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundleEDITORvimPWD/Users/todd/Projects/errplane/errplane-rubyrvm_prefix/Users/toddSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersRUBYOPT-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setupBUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.xHOME/Users/toddGEM_PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global_first0SECURITYSESSIONID186a6LOGNAMEtoddBUNDLE_EDITORvimLANGen_US.UTF-8_/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby__CF_USER_TEXT_ENCODING0x1F5:0:0rvm_bin_path/Users/todd/.rvm/binRAILS_ENVtestITERM_SESSION_IDw0t1p0rvm_sticky_flag1GEM_HOME/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gemRUBY_VERSIONree-1.8.7-2012.02rvm_delete_flag0_second1rvm_path/Users/todd/.rvmTERMxterm-256colorDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemrvm_ruby_stringree-1.8.7-2012.02SHLVL3rvm_version1.14.7 ()PATH/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binMY_RUBY_HOME/Users/todd/.rvm/rubies/ree-1.8.7-2012.02IRBRC/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemITERM_PROFILEDefaultJAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/Apple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_Message__array_start0
4449
+ [Errplane] Adding exception to the queue.
4450
+ [Errplane] Thread exiting, flushing queue.
4451
+ [Errplane] Checking background queue on thread 2 (3 active)
4452
+ [Errplane] Found data in the queue! ()
4453
+ [Errplane] URL: /api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012
4454
+ [Errplane] Data: "{\"exception_class\":\"ArgumentError\",\"environment_variables\":{\"TERM_PROGRAM\":\"iTerm.app\",\"SHELL\":\"/bin/bash\",\"TMPDIR\":\"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/\",\"Apple_PubSub_Socket_Render\":\"/tmp/launch-uOn7xq/Render\",\"USER\":\"todd\",\"COMMAND_MODE\":\"unix2003\",\"EC2_HOME\":\"/Users/todd/.ec2\",\"escape_flag\":\"1\",\"SSH_AUTH_SOCK\":\"/tmp/launch-Kj0K1l/Listeners\",\"rvm_prefix\":\"/Users/todd\",\"PWD\":\"/Users/todd/Projects/errplane/errplane-ruby\",\"EDITOR\":\"vim\",\"BUNDLE_BIN_PATH\":\"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/bin/bundle\",\"HOME\":\"/Users/todd\",\"BUNDLE_GEMFILE\":\"gemfiles/Gemfile.rails-2.3.x\",\"RUBYOPT\":\"-I/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/gems/bundler-1.1.1/lib -rbundler/setup\",\"GEM_PATH\":\"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global\",\"_first\":\"0\",\"rvm_bin_path\":\"/Users/todd/.rvm/bin\",\"__CF_USER_TEXT_ENCODING\":\"0x1F5:0:0\",\"_\":\"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby\",\"LANG\":\"en_US.UTF-8\",\"BUNDLE_EDITOR\":\"vim\",\"LOGNAME\":\"todd\",\"SECURITYSESSIONID\":\"186a6\",\"GEM_HOME\":\"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem\",\"rvm_sticky_flag\":\"1\",\"ITERM_SESSION_ID\":\"w0t1p0\",\"RAILS_ENV\":\"test\",\"TERM\":\"xterm-256color\",\"rvm_path\":\"/Users/todd/.rvm\",\"_second\":\"1\",\"rvm_delete_flag\":\"0\",\"RUBY_VERSION\":\"ree-1.8.7-2012.02\",\"IRBRC\":\"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/.irbrc\",\"MY_RUBY_HOME\":\"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02\",\"PATH\":\"/Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin:/Users/todd/.rvm/gems/ree-1.8.7-2012.02@global/bin:/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin\",\"rvm_version\":\"1.14.7 ()\",\"SHLVL\":\"3\",\"rvm_ruby_string\":\"ree-1.8.7-2012.02\",\"EC2_PRIVATE_KEY\":\"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"DISPLAY\":\"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0\",\"Apple_Ubiquity_Message\":\"/tmp/launch-olQkNI/Apple_Ubiquity_Message\",\"JAVA_HOME\":\"/System/Library/Frameworks/JavaVM.framework/Home/\",\"ITERM_PROFILE\":\"Default\",\"EC2_CERT\":\"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"__array_start\":\"0\"},\"language\":\"Ruby\",\"reporter\":{\"url\":\"https://github.com/errplane/gem\",\"version\":\"0.5.25\",\"name\":\"Errplane\"},\"message\":\"wrong\",\"application_name\":\"Application\",\"language_version\":\"1.8.7-p358\",\"framework\":\"Rails\",\"backtrace\":[\"spec/unit/errplane_spec.rb:82 in `'\",\"/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `call'\",\"/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `rescue_and_reraise'\",\"spec/unit/errplane_spec.rb:82 in `'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `to'\",\"spec/unit/errplane_spec.rb:81 in `'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'\",\"/Users/todd/.rvm/rubies/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:53 in `timeout'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'\"],\"application_root\":\"/var/www/current\",\"time\":1357114105,\"custom_data\":{},\"framework_version\":\"2.3.14\"}"
4455
+ [Errplane] Instrumentation Error! #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST http://api.errplane.com/api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012>
4456
+ [Errplane] Thread exiting, flushing queue.
4457
+ [Errplane] Thread exiting, flushing queue.
4458
+ [Errplane] Spawning background worker thread 0.
4459
+ [Errplane] Spawning background worker thread 1.
4460
+ [Errplane] Spawning background worker thread 2.
4461
+
4462
+
4463
+ Processing WidgetsController#new (for 0.0.0.0 at 2013-01-02 03:08:35) [GET]
4464
+
4465
+
4466
+ Processing WidgetsController#index (for 0.0.0.0 at 2013-01-02 03:08:35) [GET]
4467
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
4468
+
4469
+
4470
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:35) [GET]
4471
+
4472
+ ZeroDivisionError (divided by 0):
4473
+ app/controllers/widgets_controller.rb:3:in `/'
4474
+ app/controllers/widgets_controller.rb:3:in `new'
4475
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4476
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4477
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
4478
+ /spec/integration/exceptions_spec.rb:22
4479
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4480
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
4481
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53:in `timeout'
4482
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4483
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
4484
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4485
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4486
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4487
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
4488
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4489
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4490
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4491
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4492
+ rspec (1.3.2) bin/spec:5
4493
+
4494
+ [Errplane] OPTS: request_urlhttp://www.example.com/widgets/newuser_agentsession_dataactionnewcontrollerwidgetsparamsactionnewcontrollerwidgets
4495
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10f8d8ac8 @last_response=nil>
4496
+ [Errplane] Black Box: {"language_version":"1.8.7-p357","application_root":{"path":"/Users/todd/Projects/errplane/errplane-ruby/spec/support/rails2"},"custom_data":{},"message":"divided by 0","framework_version":"2.3.14","backtrace":["[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `/'","[APP_ROOT]/app/controllers/widgets_controller.rb:3 in `new'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `send'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:1333 in `perform_action_without_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:617 in `call_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:610 in `perform_action_without_benchmark'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_without_rescue'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/benchmark.rb:308 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/benchmarking.rb:68 in `perform_action_without_rescue'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/rescue.rb:160 in `perform_action_without_flash'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/flash.rb:151 in `perform_action_without_instrumentation'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `perform_action'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/benchmark.rb:308 in `realtime'","[GEM_ROOT]/gems/activesupport-2.3.14/lib/active_support/core_ext/benchmark.rb:17 in `ms'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14 in `perform_action'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `send'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:532 in `process_without_filters'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/filters.rb:606 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:391 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/base.rb:386 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/routing/route_set.rb:438 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:87 in `dispatch'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:121 in `_call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:130 in `build_middleware_stack'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/string_coercion.rb:25 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/head.rb:9 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/methodoverride.rb:24 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/params_parser.rb:15 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/session/cookie_store.rb:99 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane/rack.rb:9 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/failsafe.rb:26 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `synchronize'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lock.rb:11 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/dispatcher.rb:106 in `call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:47 in `_call'","[GEM_ROOT]/gems/rack-1.1.3/lib/rack/lint.rb:35 in `call'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:317 in `process'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:197 in `get'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `__send__'","[GEM_ROOT]/gems/actionpack-2.3.14/lib/action_controller/integration.rb:515 in `get'","spec/integration/exceptions_spec.rb:22 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"request_data":{"request_url":"http://www.example.com/widgets/new","user_agent":null,"session_data":{},"action":"new","controller":"widgets","params":{"action":"new","controller":"widgets"}},"environment_variables":{"_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","SHLVL":"3","HOME":"/Users/todd","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","LANG":"en_US.UTF-8","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","BUNDLE_EDITOR":"vim","rvm_prefix":"/Users/todd","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","rvm_sticky_flag":"1","PWD":"/Users/todd/Projects/errplane/errplane-ruby","ITERM_PROFILE":"Default","RAILS_ENV":"test","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","escape_flag":"1","ITERM_SESSION_ID":"w0t1p0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","RUBY_VERSION":"ruby-1.8.7-p357","__array_start":"0","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","USER":"todd","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","EDITOR":"vim","_first":"0","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_ruby_string":"ruby-1.8.7-p357","rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","_second":"1","rvm_version":"1.14.7 ()","LOGNAME":"todd","SECURITYSESSIONID":"186a6"},"reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.25"},"exception_class":"ZeroDivisionError","language":"Ruby","framework":"Rails","application_name":"Application","time":1357114115}
4497
+ [Errplane] Ignorable Exception? false
4498
+ [Errplane] Environment: HOME/Users/toddSHLVL3_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyLANGen_US.UTF-8GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemBUNDLE_EDITORvimSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersMY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357rvm_prefix/Users/toddRAILS_ENVtestITERM_PROFILEDefaultPWD/Users/todd/Projects/errplane/errplane-rubyrvm_sticky_flag1rvm_path/Users/todd/.rvmEC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003TMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/RUBY_VERSIONruby-1.8.7-p357RUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setuprvm_delete_flag0ITERM_SESSION_IDw0t1p0escape_flag1IRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcSHELL/bin/bashTERMxterm-256colorEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x__array_start0_first0EDITORvimPATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binApple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_MessageUSERtoddrvm_ruby_stringruby-1.8.7-p357JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundleGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global__CF_USER_TEXT_ENCODING0x1F5:0:0TERM_PROGRAMiTerm.apprvm_bin_path/Users/todd/.rvm/binSECURITYSESSIONID186a6EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemLOGNAMEtoddrvm_version1.14.7 ()_second1Apple_PubSub_Socket_Render/tmp/launch-uOn7xq/Render
4499
+ [Errplane] Adding exception to the queue.
4500
+ Rendered rescues/_trace (23.0ms)
4501
+ Rendered rescues/_request_and_response (1.2ms)
4502
+ Rendering rescues/layout (internal_server_error)
4503
+
4504
+
4505
+ Processing WidgetsController#index (for 127.0.0.1 at 2013-01-02 03:08:35) [GET]
4506
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
4507
+
4508
+
4509
+ Processing WidgetsController#new (for 127.0.0.1 at 2013-01-02 03:08:35) [GET]
4510
+
4511
+ ZeroDivisionError (divided by 0):
4512
+ app/controllers/widgets_controller.rb:3:in `/'
4513
+ app/controllers/widgets_controller.rb:3:in `new'
4514
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4515
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
4516
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
4517
+ /spec/integration/exceptions_spec.rb:39
4518
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
4519
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
4520
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53:in `timeout'
4521
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
4522
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
4523
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
4524
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
4525
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
4526
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
4527
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
4528
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
4529
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
4530
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
4531
+ rspec (1.3.2) bin/spec:5
4532
+
4533
+ Rendered rescues/_trace (53.8ms)
4534
+ Rendered rescues/_request_and_response (0.2ms)
4535
+ Rendering rescues/layout (internal_server_error)
4536
+ [Errplane] OPTS:
4537
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10f7add88 @last_response=nil>
4538
+ [Errplane] Black Box: {"language_version":"1.8.7-p357","application_root":"/var/www/current","custom_data":{},"message":"wrong","framework_version":"2.3.14","backtrace":["spec/unit/errplane_spec.rb:59 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:114 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:114 in `rescue'","spec/unit/errplane_spec.rb:58 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"environment_variables":{"_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","SHLVL":"3","HOME":"/Users/todd","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","LANG":"en_US.UTF-8","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","BUNDLE_EDITOR":"vim","rvm_prefix":"/Users/todd","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","rvm_sticky_flag":"1","PWD":"/Users/todd/Projects/errplane/errplane-ruby","ITERM_PROFILE":"Default","RAILS_ENV":"test","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","escape_flag":"1","ITERM_SESSION_ID":"w0t1p0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","RUBY_VERSION":"ruby-1.8.7-p357","__array_start":"0","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","USER":"todd","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","EDITOR":"vim","_first":"0","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_ruby_string":"ruby-1.8.7-p357","rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","_second":"1","rvm_version":"1.14.7 ()","LOGNAME":"todd","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","SECURITYSESSIONID":"186a6"},"reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.25"},"exception_class":"ArgumentError","language":"Ruby","framework":"Rails","application_name":"Application","time":1357114115}
4539
+ [Errplane] Ignorable Exception? false
4540
+ [Errplane] Environment: HOME/Users/toddSHLVL3_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyLANGen_US.UTF-8GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemBUNDLE_EDITORvimSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersMY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357rvm_prefix/Users/toddRAILS_ENVtestITERM_PROFILEDefaultPWD/Users/todd/Projects/errplane/errplane-rubyrvm_sticky_flag1rvm_path/Users/todd/.rvmEC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003TMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/RUBY_VERSIONruby-1.8.7-p357RUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setuprvm_delete_flag0ITERM_SESSION_IDw0t1p0escape_flag1IRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcSHELL/bin/bashTERMxterm-256colorEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x__array_start0_first0EDITORvimPATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binApple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_MessageUSERtoddrvm_ruby_stringruby-1.8.7-p357JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundleGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global__CF_USER_TEXT_ENCODING0x1F5:0:0TERM_PROGRAMiTerm.apprvm_bin_path/Users/todd/.rvm/binSECURITYSESSIONID186a6EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemLOGNAMEtoddrvm_version1.14.7 ()_second1Apple_PubSub_Socket_Render/tmp/launch-uOn7xq/Render
4541
+ [Errplane] Adding exception to the queue.
4542
+ [Errplane] OPTS:
4543
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10f6cf470 @last_response=nil>
4544
+ [Errplane] Black Box: {"language_version":"1.8.7-p357","application_root":"/var/www/current","custom_data":{},"message":"wrong","framework_version":"2.3.14","backtrace":["spec/unit/errplane_spec.rb:82 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:82 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `to'","spec/unit/errplane_spec.rb:81 in `'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'","/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53 in `timeout'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'","[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'","[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'"],"environment_variables":{"_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","SHLVL":"3","HOME":"/Users/todd","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","LANG":"en_US.UTF-8","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","SSH_AUTH_SOCK":"/tmp/launch-Kj0K1l/Listeners","BUNDLE_EDITOR":"vim","rvm_prefix":"/Users/todd","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","rvm_path":"/Users/todd/.rvm","rvm_sticky_flag":"1","PWD":"/Users/todd/Projects/errplane/errplane-ruby","ITERM_PROFILE":"Default","RAILS_ENV":"test","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","escape_flag":"1","ITERM_SESSION_ID":"w0t1p0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","RUBY_VERSION":"ruby-1.8.7-p357","__array_start":"0","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","DISPLAY":"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","USER":"todd","Apple_Ubiquity_Message":"/tmp/launch-olQkNI/Apple_Ubiquity_Message","PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin","EDITOR":"vim","_first":"0","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/","rvm_ruby_string":"ruby-1.8.7-p357","rvm_bin_path":"/Users/todd/.rvm/bin","TERM_PROGRAM":"iTerm.app","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","Apple_PubSub_Socket_Render":"/tmp/launch-uOn7xq/Render","_second":"1","rvm_version":"1.14.7 ()","LOGNAME":"todd","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","SECURITYSESSIONID":"186a6"},"reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.25"},"exception_class":"ArgumentError","language":"Ruby","framework":"Rails","application_name":"Application","time":1357114115}
4545
+ [Errplane] Ignorable Exception? false
4546
+ [Errplane] Environment: HOME/Users/toddSHLVL3_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyLANGen_US.UTF-8GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemBUNDLE_EDITORvimSSH_AUTH_SOCK/tmp/launch-Kj0K1l/ListenersMY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357rvm_prefix/Users/toddRAILS_ENVtestITERM_PROFILEDefaultPWD/Users/todd/Projects/errplane/errplane-rubyrvm_sticky_flag1rvm_path/Users/todd/.rvmEC2_HOME/Users/todd/.ec2COMMAND_MODEunix2003TMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/RUBY_VERSIONruby-1.8.7-p357RUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setuprvm_delete_flag0ITERM_SESSION_IDw0t1p0escape_flag1IRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcSHELL/bin/bashTERMxterm-256colorEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemDISPLAY/tmp/launch-xiuBPJ/org.macosforge.xquartz:0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x__array_start0_first0EDITORvimPATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/binApple_Ubiquity_Message/tmp/launch-olQkNI/Apple_Ubiquity_MessageUSERtoddrvm_ruby_stringruby-1.8.7-p357JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundleGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global__CF_USER_TEXT_ENCODING0x1F5:0:0TERM_PROGRAMiTerm.apprvm_bin_path/Users/todd/.rvm/binSECURITYSESSIONID186a6EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemLOGNAMEtoddrvm_version1.14.7 ()_second1Apple_PubSub_Socket_Render/tmp/launch-uOn7xq/Render
4547
+ [Errplane] Adding exception to the queue.
4548
+ [Errplane] Thread exiting, flushing queue.
4549
+ [Errplane] Checking background queue on thread 2 (3 active)
4550
+ [Errplane] Found data in the queue! ()
4551
+ [Errplane] URL: /api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012
4552
+ [Errplane] Data: "{\"language_version\":\"1.8.7-p357\",\"application_root\":\"/var/www/current\",\"custom_data\":{},\"message\":\"wrong\",\"framework_version\":\"2.3.14\",\"backtrace\":[\"spec/unit/errplane_spec.rb:82 in `'\",\"/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `call'\",\"/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:124 in `rescue_and_reraise'\",\"spec/unit/errplane_spec.rb:82 in `'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `call'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/matchers/raise_exception.rb:21 in `matches?'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/handler.rb:11 in `handle_matcher'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/expectations/extensions/kernel.rb:27 in `to'\",\"spec/unit/errplane_spec.rb:81 in `'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `instance_eval'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:40 in `execute'\",\"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53 in `timeout'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_methods.rb:37 in `execute'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:219 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:217 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/example/example_group_methods.rb:103 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:23 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `each'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:22 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/options.rb:153 in `run_examples'\",\"[GEM_ROOT]/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9 in `run'\",\"[GEM_ROOT]/gems/rspec-1.3.2/bin/spec:5 in `'\"],\"environment_variables\":{\"_\":\"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby\",\"SHLVL\":\"3\",\"HOME\":\"/Users/todd\",\"GEM_HOME\":\"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem\",\"LANG\":\"en_US.UTF-8\",\"MY_RUBY_HOME\":\"/Users/todd/.rvm/rubies/ruby-1.8.7-p357\",\"SSH_AUTH_SOCK\":\"/tmp/launch-Kj0K1l/Listeners\",\"BUNDLE_EDITOR\":\"vim\",\"rvm_prefix\":\"/Users/todd\",\"TMPDIR\":\"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/\",\"COMMAND_MODE\":\"unix2003\",\"EC2_HOME\":\"/Users/todd/.ec2\",\"rvm_path\":\"/Users/todd/.rvm\",\"rvm_sticky_flag\":\"1\",\"PWD\":\"/Users/todd/Projects/errplane/errplane-ruby\",\"ITERM_PROFILE\":\"Default\",\"RAILS_ENV\":\"test\",\"TERM\":\"xterm-256color\",\"SHELL\":\"/bin/bash\",\"IRBRC\":\"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc\",\"escape_flag\":\"1\",\"ITERM_SESSION_ID\":\"w0t1p0\",\"rvm_delete_flag\":\"0\",\"RUBYOPT\":\"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup\",\"RUBY_VERSION\":\"ruby-1.8.7-p357\",\"__array_start\":\"0\",\"BUNDLE_GEMFILE\":\"gemfiles/Gemfile.rails-2.3.x\",\"DISPLAY\":\"/tmp/launch-xiuBPJ/org.macosforge.xquartz:0\",\"EC2_CERT\":\"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"USER\":\"todd\",\"Apple_Ubiquity_Message\":\"/tmp/launch-olQkNI/Apple_Ubiquity_Message\",\"PATH\":\"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/bin:/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin:/Users/todd/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/todd/.ec2/bin\",\"EDITOR\":\"vim\",\"_first\":\"0\",\"JAVA_HOME\":\"/System/Library/Frameworks/JavaVM.framework/Home/\",\"rvm_ruby_string\":\"ruby-1.8.7-p357\",\"rvm_bin_path\":\"/Users/todd/.rvm/bin\",\"TERM_PROGRAM\":\"iTerm.app\",\"__CF_USER_TEXT_ENCODING\":\"0x1F5:0:0\",\"GEM_PATH\":\"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global\",\"BUNDLE_BIN_PATH\":\"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle\",\"Apple_PubSub_Socket_Render\":\"/tmp/launch-uOn7xq/Render\",\"_second\":\"1\",\"rvm_version\":\"1.14.7 ()\",\"LOGNAME\":\"todd\",\"EC2_PRIVATE_KEY\":\"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem\",\"SECURITYSESSIONID\":\"186a6\"},\"reporter\":{\"url\":\"https://github.com/errplane/gem\",\"name\":\"Errplane\",\"version\":\"0.5.25\"},\"exception_class\":\"ArgumentError\",\"language\":\"Ruby\",\"framework\":\"Rails\",\"application_name\":\"Application\",\"time\":1357114115}"
4553
+ [Errplane] Instrumentation Error! #<FakeWeb::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST http://api.errplane.com/api/v1/applications/b12r8c72/exceptions/test?api_key=f123-e456-d789c012>
4554
+ [Errplane] Thread exiting, flushing queue.
4555
+ [Errplane] Thread exiting, flushing queue.
@@ -75645,3 +75645,1764 @@ ZeroDivisionError (divided by 0):
75645
75645
  rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
75646
75646
 
75647
75647
 
75648
+ Processing by WidgetsController#new as HTML
75649
+ Completed 500 Internal Server Error in 0ms
75650
+ Processing by WidgetsController#index as HTML
75651
+ Completed 200 OK in 19ms (Views: 18.4ms)
75652
+
75653
+
75654
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:08 -0500
75655
+ Processing by WidgetsController#new as HTML
75656
+ Completed 500 Internal Server Error in 0ms
75657
+
75658
+ ZeroDivisionError (divided by 0):
75659
+ app.rb:23:in `/'
75660
+ app.rb:23:in `new'
75661
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
75662
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
75663
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
75664
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
75665
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__3144872122732581815__process_action__4334024176424918008__callbacks'
75666
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
75667
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
75668
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75669
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
75670
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
75671
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
75672
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
75673
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
75674
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
75675
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
75676
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
75677
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
75678
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
75679
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
75680
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
75681
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
75682
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
75683
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
75684
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
75685
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
75686
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
75687
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
75688
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
75689
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
75690
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
75691
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
75692
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
75693
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
75694
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
75695
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
75696
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
75697
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
75698
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
75699
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__199659441865047590__call__3327086484232695942__callbacks'
75700
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
75701
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
75702
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75703
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
75704
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
75705
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
75706
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
75707
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
75708
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
75709
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
75710
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
75711
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
75712
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
75713
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
75714
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
75715
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
75716
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
75717
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
75718
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
75719
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
75720
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
75721
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
75722
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
75723
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
75724
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
75725
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
75726
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
75727
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
75728
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
75729
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
75730
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
75731
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
75732
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
75733
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
75734
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
75735
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
75736
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
75737
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
75738
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
75739
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
75740
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
75741
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
75742
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
75743
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
75744
+
75745
+
75746
+
75747
+
75748
+ Started GET "/widgets" for 127.0.0.1 at 2013-01-02 03:08:08 -0500
75749
+ Processing by WidgetsController#index as HTML
75750
+ Completed 200 OK in 0ms (Views: 0.2ms)
75751
+
75752
+
75753
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:08 -0500
75754
+ Processing by WidgetsController#new as HTML
75755
+ Completed 500 Internal Server Error in 0ms
75756
+
75757
+ ZeroDivisionError (divided by 0):
75758
+ app.rb:23:in `/'
75759
+ app.rb:23:in `new'
75760
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
75761
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
75762
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
75763
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
75764
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__3144872122732581815__process_action__4334024176424918008__callbacks'
75765
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
75766
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
75767
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75768
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
75769
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
75770
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
75771
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
75772
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
75773
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
75774
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
75775
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
75776
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
75777
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
75778
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
75779
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
75780
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
75781
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
75782
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
75783
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
75784
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
75785
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
75786
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
75787
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
75788
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
75789
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
75790
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
75791
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
75792
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
75793
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
75794
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
75795
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
75796
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
75797
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
75798
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__199659441865047590__call__3327086484232695942__callbacks'
75799
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
75800
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
75801
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75802
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
75803
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
75804
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
75805
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
75806
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
75807
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
75808
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
75809
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
75810
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
75811
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
75812
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
75813
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
75814
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
75815
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
75816
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
75817
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
75818
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
75819
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
75820
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
75821
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
75822
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
75823
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
75824
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
75825
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
75826
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
75827
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
75828
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
75829
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
75830
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
75831
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
75832
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
75833
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
75834
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
75835
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
75836
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
75837
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
75838
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
75839
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
75840
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
75841
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
75842
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
75843
+
75844
+
75845
+ Processing by WidgetsController#new as HTML
75846
+ Completed 500 Internal Server Error in 0ms
75847
+ Processing by WidgetsController#index as HTML
75848
+ Completed 200 OK in 20ms (Views: 19.8ms)
75849
+
75850
+
75851
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:10 -0500
75852
+ Processing by WidgetsController#new as HTML
75853
+ Completed 500 Internal Server Error in 0ms
75854
+
75855
+ ZeroDivisionError (divided by 0):
75856
+ app.rb:23:in `/'
75857
+ app.rb:23:in `new'
75858
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
75859
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
75860
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
75861
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
75862
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__2827409194000777765__process_action__3350479291175913640__callbacks'
75863
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
75864
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75865
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
75866
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
75867
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
75868
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
75869
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
75870
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
75871
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
75872
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
75873
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
75874
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
75875
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
75876
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
75877
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
75878
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
75879
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
75880
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
75881
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
75882
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
75883
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
75884
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
75885
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
75886
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
75887
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
75888
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
75889
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
75890
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
75891
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
75892
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
75893
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
75894
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
75895
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
75896
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
75897
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
75898
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75899
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
75900
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
75901
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
75902
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
75903
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
75904
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
75905
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
75906
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
75907
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
75908
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
75909
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
75910
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
75911
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
75912
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
75913
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
75914
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
75915
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
75916
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
75917
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
75918
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
75919
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
75920
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
75921
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
75922
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
75923
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
75924
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
75925
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
75926
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
75927
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
75928
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
75929
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
75930
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
75931
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
75932
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
75933
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
75934
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
75935
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
75936
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
75937
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
75938
+
75939
+
75940
+
75941
+ Started GET "/widgets" for 127.0.0.1 at 2013-01-02 03:08:11 -0500
75942
+ Processing by WidgetsController#index as HTML
75943
+ Completed 200 OK in 0ms (Views: 0.2ms)
75944
+
75945
+
75946
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:11 -0500
75947
+ Processing by WidgetsController#new as HTML
75948
+ Completed 500 Internal Server Error in 0ms
75949
+
75950
+ ZeroDivisionError (divided by 0):
75951
+ app.rb:23:in `/'
75952
+ app.rb:23:in `new'
75953
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
75954
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
75955
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
75956
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
75957
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__2827409194000777765__process_action__3350479291175913640__callbacks'
75958
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
75959
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75960
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
75961
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
75962
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
75963
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
75964
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
75965
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
75966
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
75967
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
75968
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
75969
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
75970
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
75971
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
75972
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
75973
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
75974
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
75975
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
75976
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
75977
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
75978
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
75979
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
75980
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
75981
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
75982
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
75983
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
75984
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
75985
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
75986
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
75987
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
75988
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
75989
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
75990
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
75991
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
75992
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
75993
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
75994
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
75995
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
75996
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
75997
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
75998
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
75999
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
76000
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
76001
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
76002
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76003
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
76004
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
76005
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
76006
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
76007
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
76008
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76009
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76010
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76011
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76012
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76013
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
76014
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
76015
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76016
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
76017
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76018
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76019
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
76020
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76021
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76022
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76023
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
76024
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76025
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76026
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
76027
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76028
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
76029
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76030
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76031
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76032
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
76033
+
76034
+ Processing by WidgetsController#new as HTML
76035
+ Completed 500 Internal Server Error in 0ms
76036
+ Processing by WidgetsController#index as HTML
76037
+ Completed 200 OK in 2ms (Views: 1.6ms)
76038
+
76039
+
76040
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:13 -0500
76041
+ Processing by WidgetsController#new as HTML
76042
+ Completed 500 Internal Server Error in 0ms
76043
+
76044
+ ZeroDivisionError (divided by 0):
76045
+ app.rb:23:in `/'
76046
+ app.rb:23:in `new'
76047
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76048
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
76049
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
76050
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
76051
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__2516011311338836060__process_action__4355777078528080278__callbacks'
76052
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
76053
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
76054
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
76055
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
76056
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
76057
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
76058
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76059
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76060
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76061
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
76062
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
76063
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
76064
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76065
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
76066
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
76067
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
76068
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
76069
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
76070
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
76071
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76072
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
76073
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
76074
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
76075
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76076
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
76077
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
76078
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76079
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
76080
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
76081
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
76082
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
76083
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
76084
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
76085
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
76086
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76087
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76088
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
76089
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
76090
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
76091
+ <internal:prelude>:10:in `synchronize'
76092
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76093
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
76094
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
76095
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
76096
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
76097
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
76098
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
76099
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
76100
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
76101
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
76102
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
76103
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76104
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
76105
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76106
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76107
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
76108
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76109
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76110
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76111
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
76112
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76113
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76114
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
76115
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76116
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
76117
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76118
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76119
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76120
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
76121
+
76122
+
76123
+
76124
+ Started GET "/widgets" for 127.0.0.1 at 2013-01-02 03:08:13 -0500
76125
+ Processing by WidgetsController#index as HTML
76126
+ Completed 200 OK in 0ms (Views: 0.2ms)
76127
+
76128
+
76129
+ Started GET "/widgets/new" for 127.0.0.1 at 2013-01-02 03:08:13 -0500
76130
+ Processing by WidgetsController#new as HTML
76131
+ Completed 500 Internal Server Error in 0ms
76132
+
76133
+ ZeroDivisionError (divided by 0):
76134
+ app.rb:23:in `/'
76135
+ app.rb:23:in `new'
76136
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76137
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
76138
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
76139
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
76140
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__2516011311338836060__process_action__4355777078528080278__callbacks'
76141
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
76142
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
76143
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
76144
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
76145
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
76146
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
76147
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76148
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76149
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76150
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
76151
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
76152
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
76153
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76154
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
76155
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
76156
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
76157
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
76158
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
76159
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
76160
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76161
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
76162
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
76163
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
76164
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76165
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
76166
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
76167
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76168
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
76169
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
76170
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
76171
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
76172
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
76173
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
76174
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
76175
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76176
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76177
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
76178
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
76179
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
76180
+ <internal:prelude>:10:in `synchronize'
76181
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76182
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
76183
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
76184
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
76185
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
76186
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
76187
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
76188
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
76189
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
76190
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
76191
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
76192
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76193
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
76194
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76195
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76196
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
76197
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76198
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76199
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76200
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
76201
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76202
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76203
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
76204
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76205
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
76206
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76207
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76208
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76209
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
76210
+
76211
+ Processing by WidgetsController#new as HTML
76212
+ Completed 500 Internal Server Error in 0ms
76213
+ Processing by WidgetsController#index as HTML
76214
+ Completed 200 OK in 6ms (Views: 6.3ms)
76215
+
76216
+
76217
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:18 -0500 2013
76218
+ Processing by WidgetsController#new as HTML
76219
+ Completed 500 Internal Server Error in 0ms
76220
+
76221
+ ZeroDivisionError (divided by 0):
76222
+ app.rb:23:in `/'
76223
+ app.rb:23:in `new'
76224
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76225
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76226
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
76227
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76228
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76229
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1085863636__process_action__565185294__callbacks'
76230
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76231
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76232
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
76233
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76234
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76235
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76236
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
76237
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76238
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76239
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
76240
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76241
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76242
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
76243
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
76244
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
76245
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
76246
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76247
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
76248
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
76249
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
76250
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
76251
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
76252
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
76253
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
76254
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
76255
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76256
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
76257
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
76258
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76259
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76260
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
76261
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
76262
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
76263
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
76264
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76265
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__522368611__call__4__callbacks'
76266
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76267
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76268
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
76269
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76270
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76271
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
76272
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
76273
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
76274
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
76275
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
76276
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
76277
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
76278
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
76279
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
76280
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
76281
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76282
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
76283
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
76284
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76285
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
76286
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
76287
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76288
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76289
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76290
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76291
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76292
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76293
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76294
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
76295
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76296
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76297
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76298
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76299
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76300
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76301
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76302
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76303
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76304
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76305
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76306
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76307
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76308
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76309
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76310
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76311
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76312
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76313
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76314
+
76315
+
76316
+
76317
+
76318
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:18 -0500 2013
76319
+ Processing by WidgetsController#index as HTML
76320
+ Completed 200 OK in 0ms (Views: 0.2ms)
76321
+
76322
+
76323
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:18 -0500 2013
76324
+ Processing by WidgetsController#new as HTML
76325
+ Completed 500 Internal Server Error in 0ms
76326
+
76327
+ ZeroDivisionError (divided by 0):
76328
+ app.rb:23:in `/'
76329
+ app.rb:23:in `new'
76330
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76331
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76332
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
76333
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76334
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76335
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1085863636__process_action__565185294__callbacks'
76336
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76337
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76338
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
76339
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76340
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76341
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76342
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
76343
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76344
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76345
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
76346
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76347
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76348
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
76349
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
76350
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
76351
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
76352
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76353
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
76354
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
76355
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
76356
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
76357
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
76358
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
76359
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
76360
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
76361
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76362
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
76363
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
76364
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76365
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76366
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
76367
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
76368
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
76369
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
76370
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76371
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__522368611__call__4__callbacks'
76372
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76373
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76374
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
76375
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76376
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76377
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
76378
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
76379
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
76380
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
76381
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
76382
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
76383
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
76384
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
76385
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
76386
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
76387
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76388
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
76389
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
76390
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76391
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
76392
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
76393
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76394
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76395
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76396
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76397
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76398
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76399
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76400
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
76401
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76402
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76403
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76404
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76405
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76406
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76407
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76408
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76409
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76410
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76411
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76412
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76413
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76414
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76415
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76416
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76417
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76418
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76419
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76420
+
76421
+
76422
+ Processing by WidgetsController#new as HTML
76423
+ Completed 500 Internal Server Error in 0ms
76424
+ Processing by WidgetsController#index as HTML
76425
+ Completed 200 OK in 9ms (Views: 8.5ms)
76426
+
76427
+
76428
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:21 -0500 2013
76429
+ Processing by WidgetsController#new as HTML
76430
+ Completed 500 Internal Server Error in 0ms
76431
+
76432
+ ZeroDivisionError (divided by 0):
76433
+ app.rb:23:in `/'
76434
+ app.rb:23:in `new'
76435
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76436
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76437
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
76438
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76439
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76440
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1966359327__process_action__1163310538__callbacks'
76441
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
76442
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
76443
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
76444
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76445
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76446
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
76447
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76448
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
76449
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76450
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
76451
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76452
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
76453
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
76454
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
76455
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
76456
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76457
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
76458
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
76459
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
76460
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
76461
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
76462
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
76463
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76464
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
76465
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
76466
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
76467
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76468
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
76469
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
76470
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76471
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76472
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
76473
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
76474
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
76475
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
76476
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
76477
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
76478
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
76479
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76480
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76481
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
76482
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
76483
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76484
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76485
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
76486
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
76487
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
76488
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76489
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
76490
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
76491
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76492
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
76493
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
76494
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76495
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76496
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76497
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76498
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76499
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76500
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76501
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
76502
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76503
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76504
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76505
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76506
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76507
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76508
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76509
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76510
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76511
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76512
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76513
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76514
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76515
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76516
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76517
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76518
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76519
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76520
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76521
+
76522
+
76523
+
76524
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:21 -0500 2013
76525
+ Processing by WidgetsController#index as HTML
76526
+ Completed 200 OK in 0ms (Views: 0.2ms)
76527
+
76528
+
76529
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:21 -0500 2013
76530
+ Processing by WidgetsController#new as HTML
76531
+ Completed 500 Internal Server Error in 0ms
76532
+
76533
+ ZeroDivisionError (divided by 0):
76534
+ app.rb:23:in `/'
76535
+ app.rb:23:in `new'
76536
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76537
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76538
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
76539
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76540
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76541
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1966359327__process_action__1163310538__callbacks'
76542
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
76543
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
76544
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
76545
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76546
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76547
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
76548
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76549
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
76550
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76551
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
76552
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76553
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
76554
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
76555
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
76556
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
76557
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76558
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
76559
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
76560
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
76561
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
76562
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
76563
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
76564
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76565
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
76566
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
76567
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
76568
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76569
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
76570
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
76571
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76572
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76573
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
76574
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
76575
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
76576
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
76577
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
76578
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
76579
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
76580
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76581
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76582
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
76583
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
76584
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76585
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76586
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
76587
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
76588
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
76589
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76590
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
76591
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
76592
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76593
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
76594
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
76595
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76596
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76597
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76598
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76599
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76600
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76601
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76602
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
76603
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76604
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76605
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76606
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76607
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76608
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76609
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76610
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76611
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76612
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76613
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76614
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76615
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76616
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76617
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76618
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76619
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76620
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76621
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76622
+
76623
+ Processing by WidgetsController#new as HTML
76624
+ Completed 500 Internal Server Error in 0ms
76625
+ Processing by WidgetsController#index as HTML
76626
+ Completed 200 OK in 1ms (Views: 1.3ms)
76627
+
76628
+
76629
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:23 -0500 2013
76630
+ Processing by WidgetsController#new as HTML
76631
+ Completed 500 Internal Server Error in 0ms
76632
+
76633
+ ZeroDivisionError (divided by 0):
76634
+ app.rb:23:in `/'
76635
+ app.rb:23:in `new'
76636
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76637
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76638
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
76639
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
76640
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
76641
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__1837323947__process_action__1501953622__callbacks'
76642
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
76643
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
76644
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
76645
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
76646
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
76647
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
76648
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76649
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76650
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76651
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76652
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76653
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
76654
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
76655
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
76656
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76657
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
76658
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
76659
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
76660
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
76661
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
76662
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
76663
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76664
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
76665
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
76666
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
76667
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76668
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
76669
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
76670
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76671
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
76672
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
76673
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
76674
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
76675
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
76676
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
76677
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
76678
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76679
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76680
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
76681
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
76682
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76683
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
76684
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76685
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
76686
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76687
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
76688
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
76689
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
76690
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
76691
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
76692
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
76693
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
76694
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
76695
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
76696
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76697
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76698
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76699
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76700
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76701
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76702
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76703
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76704
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76705
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76706
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76707
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76708
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76709
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76710
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76711
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76712
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76713
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76714
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76715
+
76716
+
76717
+
76718
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:23 -0500 2013
76719
+ Processing by WidgetsController#index as HTML
76720
+ Completed 200 OK in 0ms (Views: 0.2ms)
76721
+
76722
+
76723
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:23 -0500 2013
76724
+ Processing by WidgetsController#new as HTML
76725
+ Completed 500 Internal Server Error in 0ms
76726
+
76727
+ ZeroDivisionError (divided by 0):
76728
+ app.rb:23:in `/'
76729
+ app.rb:23:in `new'
76730
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76731
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76732
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
76733
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
76734
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
76735
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__1837323947__process_action__1501953622__callbacks'
76736
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
76737
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
76738
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
76739
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
76740
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
76741
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
76742
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76743
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76744
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
76745
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
76746
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76747
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
76748
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
76749
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
76750
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76751
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
76752
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
76753
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
76754
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
76755
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
76756
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
76757
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
76758
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
76759
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
76760
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
76761
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76762
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
76763
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
76764
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76765
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
76766
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
76767
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
76768
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
76769
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
76770
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
76771
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
76772
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
76773
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
76774
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
76775
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
76776
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76777
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
76778
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
76779
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
76780
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76781
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
76782
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
76783
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
76784
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
76785
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
76786
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
76787
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
76788
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
76789
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
76790
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76791
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76792
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76793
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76794
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76795
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76796
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76797
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76798
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76799
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76800
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76801
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76802
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76803
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76804
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76805
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76806
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76807
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76808
+ /Users/todd/.rvm/gems/ree-1.8.7-2012.02@errplane_gem/bin/rspec:19
76809
+
76810
+ Processing by WidgetsController#new as HTML
76811
+ Completed 500 Internal Server Error in 0ms
76812
+ Processing by WidgetsController#index as HTML
76813
+ Completed 200 OK in 7ms (Views: 7.3ms)
76814
+
76815
+
76816
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:28 -0500 2013
76817
+ Processing by WidgetsController#new as HTML
76818
+ Completed 500 Internal Server Error in 0ms
76819
+
76820
+ ZeroDivisionError (divided by 0):
76821
+ app.rb:23:in `/'
76822
+ app.rb:23:in `new'
76823
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76824
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76825
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
76826
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76827
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76828
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1178158277__process_action__2073089548__callbacks'
76829
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76830
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76831
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
76832
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76833
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76834
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76835
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
76836
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76837
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76838
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
76839
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76840
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76841
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
76842
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
76843
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
76844
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
76845
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76846
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
76847
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
76848
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
76849
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
76850
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
76851
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
76852
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
76853
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
76854
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76855
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
76856
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
76857
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76858
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76859
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
76860
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
76861
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
76862
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
76863
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76864
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__792659135__call__4__callbacks'
76865
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76866
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76867
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
76868
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76869
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76870
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
76871
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
76872
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
76873
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
76874
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
76875
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
76876
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
76877
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
76878
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
76879
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
76880
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76881
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
76882
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
76883
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76884
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
76885
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
76886
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76887
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76888
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76889
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76890
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76891
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76892
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76893
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
76894
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
76895
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
76896
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
76897
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
76898
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
76899
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
76900
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
76901
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
76902
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76903
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
76904
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
76905
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76906
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
76907
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
76908
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
76909
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
76910
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
76911
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
76912
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
76913
+
76914
+
76915
+
76916
+
76917
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:28 -0500 2013
76918
+ Processing by WidgetsController#index as HTML
76919
+ Completed 200 OK in 0ms (Views: 0.3ms)
76920
+
76921
+
76922
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:28 -0500 2013
76923
+ Processing by WidgetsController#new as HTML
76924
+ Completed 500 Internal Server Error in 0ms
76925
+
76926
+ ZeroDivisionError (divided by 0):
76927
+ app.rb:23:in `/'
76928
+ app.rb:23:in `new'
76929
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76930
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
76931
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
76932
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
76933
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
76934
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1178158277__process_action__2073089548__callbacks'
76935
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76936
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76937
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
76938
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76939
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76940
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
76941
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
76942
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
76943
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76944
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
76945
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
76946
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
76947
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
76948
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
76949
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
76950
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
76951
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
76952
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
76953
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
76954
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
76955
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
76956
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
76957
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
76958
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
76959
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
76960
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
76961
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
76962
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
76963
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
76964
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
76965
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
76966
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
76967
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
76968
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
76969
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
76970
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__792659135__call__4__callbacks'
76971
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
76972
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
76973
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
76974
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
76975
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
76976
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
76977
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
76978
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
76979
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
76980
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
76981
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
76982
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
76983
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
76984
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
76985
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
76986
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
76987
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
76988
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
76989
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
76990
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
76991
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
76992
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
76993
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
76994
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
76995
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
76996
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
76997
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
76998
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
76999
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
77000
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
77001
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
77002
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
77003
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
77004
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
77005
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
77006
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
77007
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
77008
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77009
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
77010
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77011
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77012
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
77013
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77014
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
77015
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
77016
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
77017
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
77018
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
77019
+
77020
+
77021
+ Processing by WidgetsController#new as HTML
77022
+ Completed 500 Internal Server Error in 0ms
77023
+ Processing by WidgetsController#index as HTML
77024
+ Completed 200 OK in 8ms (Views: 7.8ms)
77025
+
77026
+
77027
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:30 -0500 2013
77028
+ Processing by WidgetsController#new as HTML
77029
+ Completed 500 Internal Server Error in 0ms
77030
+
77031
+ ZeroDivisionError (divided by 0):
77032
+ app.rb:23:in `/'
77033
+ app.rb:23:in `new'
77034
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77035
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77036
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
77037
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
77038
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
77039
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__688686343__process_action__598828331__callbacks'
77040
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
77041
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
77042
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
77043
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
77044
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
77045
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
77046
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
77047
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
77048
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
77049
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
77050
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
77051
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
77052
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
77053
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
77054
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
77055
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
77056
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
77057
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
77058
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
77059
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
77060
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
77061
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
77062
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
77063
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
77064
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
77065
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
77066
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
77067
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
77068
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
77069
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
77070
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
77071
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
77072
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
77073
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
77074
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
77075
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
77076
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
77077
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
77078
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
77079
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
77080
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
77081
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
77082
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
77083
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
77084
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
77085
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
77086
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
77087
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
77088
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
77089
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
77090
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
77091
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
77092
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
77093
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
77094
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
77095
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
77096
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
77097
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
77098
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
77099
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
77100
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
77101
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
77102
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
77103
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
77104
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
77105
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
77106
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
77107
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
77108
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
77109
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77110
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
77111
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77112
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77113
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
77114
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77115
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
77116
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
77117
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
77118
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
77119
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
77120
+
77121
+
77122
+
77123
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:30 -0500 2013
77124
+ Processing by WidgetsController#index as HTML
77125
+ Completed 200 OK in 0ms (Views: 0.3ms)
77126
+
77127
+
77128
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:30 -0500 2013
77129
+ Processing by WidgetsController#new as HTML
77130
+ Completed 500 Internal Server Error in 0ms
77131
+
77132
+ ZeroDivisionError (divided by 0):
77133
+ app.rb:23:in `/'
77134
+ app.rb:23:in `new'
77135
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77136
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77137
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
77138
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
77139
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
77140
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__688686343__process_action__598828331__callbacks'
77141
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
77142
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
77143
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
77144
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
77145
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
77146
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
77147
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
77148
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
77149
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
77150
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
77151
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
77152
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
77153
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
77154
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
77155
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
77156
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
77157
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
77158
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
77159
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
77160
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
77161
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
77162
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
77163
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
77164
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
77165
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
77166
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
77167
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
77168
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
77169
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
77170
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
77171
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
77172
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
77173
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
77174
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
77175
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
77176
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
77177
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
77178
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
77179
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
77180
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
77181
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
77182
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
77183
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
77184
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
77185
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
77186
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
77187
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
77188
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
77189
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
77190
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
77191
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
77192
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
77193
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
77194
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
77195
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
77196
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
77197
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
77198
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
77199
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
77200
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
77201
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
77202
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
77203
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
77204
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
77205
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
77206
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
77207
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
77208
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
77209
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
77210
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77211
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
77212
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77213
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77214
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
77215
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77216
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
77217
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
77218
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
77219
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
77220
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
77221
+
77222
+ Processing by WidgetsController#new as HTML
77223
+ Completed 500 Internal Server Error in 0ms
77224
+ Processing by WidgetsController#index as HTML
77225
+ Completed 200 OK in 1ms (Views: 1.3ms)
77226
+
77227
+
77228
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:33 -0500 2013
77229
+ Processing by WidgetsController#new as HTML
77230
+ Completed 500 Internal Server Error in 0ms
77231
+
77232
+ ZeroDivisionError (divided by 0):
77233
+ app.rb:23:in `/'
77234
+ app.rb:23:in `new'
77235
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77236
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77237
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
77238
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
77239
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
77240
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__406936674__process_action__293801702__callbacks'
77241
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
77242
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
77243
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
77244
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
77245
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
77246
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
77247
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
77248
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
77249
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
77250
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
77251
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
77252
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
77253
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
77254
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
77255
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
77256
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
77257
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
77258
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
77259
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
77260
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
77261
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
77262
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
77263
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
77264
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
77265
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
77266
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
77267
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
77268
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
77269
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
77270
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
77271
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
77272
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
77273
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
77274
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
77275
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
77276
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
77277
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
77278
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
77279
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
77280
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
77281
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
77282
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
77283
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
77284
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
77285
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
77286
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
77287
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
77288
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
77289
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
77290
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
77291
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
77292
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
77293
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
77294
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
77295
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
77296
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
77297
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
77298
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
77299
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
77300
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
77301
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
77302
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
77303
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77304
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
77305
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77306
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77307
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
77308
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77309
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
77310
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
77311
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
77312
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
77313
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
77314
+
77315
+
77316
+
77317
+ Started GET "/widgets" for 127.0.0.1 at Wed Jan 02 03:08:33 -0500 2013
77318
+ Processing by WidgetsController#index as HTML
77319
+ Completed 200 OK in 0ms (Views: 0.2ms)
77320
+
77321
+
77322
+ Started GET "/widgets/new" for 127.0.0.1 at Wed Jan 02 03:08:33 -0500 2013
77323
+ Processing by WidgetsController#new as HTML
77324
+ Completed 500 Internal Server Error in 0ms
77325
+
77326
+ ZeroDivisionError (divided by 0):
77327
+ app.rb:23:in `/'
77328
+ app.rb:23:in `new'
77329
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77330
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
77331
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
77332
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
77333
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
77334
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__406936674__process_action__293801702__callbacks'
77335
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
77336
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
77337
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
77338
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
77339
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
77340
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
77341
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
77342
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
77343
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
77344
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
77345
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
77346
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
77347
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
77348
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
77349
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
77350
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
77351
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
77352
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
77353
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
77354
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
77355
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
77356
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
77357
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
77358
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
77359
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
77360
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
77361
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
77362
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
77363
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
77364
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
77365
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
77366
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
77367
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
77368
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
77369
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
77370
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
77371
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
77372
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
77373
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
77374
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
77375
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
77376
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
77377
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
77378
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
77379
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
77380
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
77381
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
77382
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
77383
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
77384
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
77385
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
77386
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
77387
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
77388
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
77389
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
77390
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
77391
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
77392
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
77393
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
77394
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
77395
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
77396
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
77397
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77398
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
77399
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
77400
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77401
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
77402
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
77403
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
77404
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
77405
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
77406
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
77407
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
77408
+