errplane 0.5.22 → 0.5.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/todd/Projects/errplane/errplane-ruby
3
3
  specs:
4
- errplane (0.5.21)
4
+ errplane (0.5.22)
5
5
  actionpack (>= 2.3.4)
6
6
  activesupport (>= 2.3.4)
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.21)
4
+ errplane (0.5.22)
5
5
  actionpack (>= 2.3.4)
6
6
  activesupport (>= 2.3.4)
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.21)
4
+ errplane (0.5.22)
5
5
  actionpack (>= 2.3.4)
6
6
  activesupport (>= 2.3.4)
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.21)
4
+ errplane (0.5.22)
5
5
  actionpack (>= 2.3.4)
6
6
  activesupport (>= 2.3.4)
7
7
  json
@@ -120,14 +120,6 @@ module Errplane
120
120
  end
121
121
  end
122
122
  end
123
-
124
- if defined?(PhusionPassenger)
125
- PhusionPassenger.on_event(:starting_worker_process) do |forked|
126
- Errplane::Worker.spawn_threads() if forked
127
- end
128
- else
129
- Errplane::Worker.spawn_threads()
130
- end
131
123
  end
132
124
  end
133
125
  end
@@ -1,3 +1,3 @@
1
1
  module Errplane
2
- VERSION = "0.5.22"
2
+ VERSION = "0.5.23"
3
3
  end
@@ -629,3 +629,277 @@ Rendering rescues/layout (internal_server_error)
629
629
  [Errplane] Ignorable Exception? false
630
630
  [Errplane] Environment: RUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setuprvm_delete_flag0EC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemrvm_ruby_stringruby-1.8.7-p357_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyDISPLAY/tmp/launch-RYNyvI/org.macosforge.xquartz:0rvm_version1.14.7 ()SHELL/bin/bashGEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemSHLVL3_second1JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/Apple_PubSub_Socket_Render/tmp/launch-wiEYse/RenderRAILS_ENVtestBUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.xApple_Ubiquity_Message/tmp/launch-s0TLLw/Apple_Ubiquity_MessageEC2_HOME/Users/todd/.ec2rvm_prefix/Users/toddTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/IRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem_first0ITERM_PROFILEDefaultrvm_sticky_flag1SECURITYSESSIONID186a4ITERM_SESSION_IDw0t5p0BUNDLE_EDITORvimPATH/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/binUSERtoddTERM_PROGRAMiTerm.appRUBY_VERSIONruby-1.8.7-p357GEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@globalLOGNAMEtoddLANGen_US.UTF-8escape_flag1__array_start0MY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357rvm_bin_path/Users/todd/.rvm/binHOME/Users/todd__CF_USER_TEXT_ENCODING0x1F5:0:0rvm_path/Users/todd/.rvmCOMMAND_MODEunix2003BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundleEDITORvimPWD/Users/todd/Projects/errplane/errplane-rubySSH_AUTH_SOCK/tmp/launch-M32fD1/ListenersTERMxterm-256color
631
631
  [Errplane] Adding exception to the queue.
632
+ [Errplane] Spawning background worker thread 0.
633
+ [Errplane] Spawning background worker thread 1.
634
+ [Errplane] Spawning background worker thread 2.
635
+
636
+
637
+ Processing WidgetsController#new (for 0.0.0.0 at 2012-12-10 16:43:27) [GET]
638
+
639
+
640
+ Processing WidgetsController#index (for 0.0.0.0 at 2012-12-10 16:43:27) [GET]
641
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
642
+
643
+
644
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:27) [GET]
645
+
646
+ ZeroDivisionError (divided by 0):
647
+ app/controllers/widgets_controller.rb:3:in `/'
648
+ app/controllers/widgets_controller.rb:3:in `new'
649
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
650
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
651
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
652
+ <internal:prelude>:10:in `synchronize'
653
+ spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
654
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
655
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
656
+ /Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
657
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
658
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
659
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
660
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
661
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
662
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
663
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
664
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
665
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
666
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
667
+ rspec (1.3.2) bin/spec:5:in `<main>'
668
+
669
+ [Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
670
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007f98ca9fd138 @last_response=nil>
671
+ [Errplane] Black Box: {"time":1355175807,"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.22","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-wiEYse/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-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/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":"w0t5p0","_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-RYNyvI/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":"186a4","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}}
672
+ [Errplane] Ignorable Exception? false
673
+ [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-wiEYse/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-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/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"=>"w0t5p0", "_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-RYNyvI/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"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
674
+ [Errplane] Adding exception to the queue.
675
+ Rendered rescues/_trace (11.8ms)
676
+ Rendered rescues/_request_and_response (1.8ms)
677
+ Rendering rescues/layout (internal_server_error)
678
+
679
+
680
+ Processing WidgetsController#index (for 127.0.0.1 at 2012-12-10 16:43:27) [GET]
681
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
682
+
683
+
684
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:27) [GET]
685
+
686
+ ZeroDivisionError (divided by 0):
687
+ app/controllers/widgets_controller.rb:3:in `/'
688
+ app/controllers/widgets_controller.rb:3:in `new'
689
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
690
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
691
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
692
+ <internal:prelude>:10:in `synchronize'
693
+ spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
694
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
695
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
696
+ /Users/todd/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
697
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
698
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
699
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
700
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
701
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
702
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
703
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
704
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
705
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
706
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
707
+ rspec (1.3.2) bin/spec:5:in `<main>'
708
+
709
+ Rendered rescues/_trace (20.7ms)
710
+ Rendered rescues/_request_and_response (0.3ms)
711
+ Rendering rescues/layout (internal_server_error)
712
+ [Errplane] OPTS: {}
713
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007f98cc9b5458 @last_response=nil>
714
+ [Errplane] Black Box: {"time":1355175807,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:47 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:109 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:109 in `rescue'","spec/unit/errplane_spec.rb:46 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.22","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-wiEYse/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-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/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":"w0t5p0","_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-RYNyvI/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":"186a4","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
715
+ [Errplane] Ignorable Exception? false
716
+ [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-wiEYse/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-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/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"=>"w0t5p0", "_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-RYNyvI/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"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
717
+ [Errplane] Adding exception to the queue.
718
+ [Errplane] OPTS: {}
719
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007f98cc97c450 @last_response=nil>
720
+ [Errplane] Black Box: {"time":1355175807,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:70 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:119 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:119 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 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:69 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.22","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-wiEYse/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-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/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":"w0t5p0","_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-RYNyvI/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":"186a4","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
721
+ [Errplane] Ignorable Exception? false
722
+ [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-wiEYse/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-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/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"=>"w0t5p0", "_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-RYNyvI/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"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
723
+ [Errplane] Adding exception to the queue.
724
+ [Errplane] Spawning background worker thread 0.
725
+ [Errplane] Spawning background worker thread 1.
726
+ [Errplane] Spawning background worker thread 2.
727
+
728
+
729
+ Processing WidgetsController#new (for 0.0.0.0 at 2012-12-10 16:43:44) [GET]
730
+
731
+
732
+ Processing WidgetsController#index (for 0.0.0.0 at 2012-12-10 16:43:44) [GET]
733
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
734
+
735
+
736
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:44) [GET]
737
+
738
+ ZeroDivisionError (divided by 0):
739
+ app/controllers/widgets_controller.rb:3:in `/'
740
+ app/controllers/widgets_controller.rb:3:in `new'
741
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
742
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
743
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
744
+ <internal:prelude>:10:in `synchronize'
745
+ spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
746
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
747
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
748
+ /Users/todd/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:44:in `timeout'
749
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
750
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
751
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
752
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
753
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
754
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
755
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
756
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
757
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
758
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
759
+ rspec (1.3.2) bin/spec:5:in `<main>'
760
+
761
+ [Errplane] OPTS: {:params=>{"controller"=>"widgets", "action"=>"new"}, :session_data=>{}, :controller=>"widgets", :action=>"new", :request_url=>"http://www.example.com/widgets/new", :user_agent=>nil}
762
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fc9ad423f78 @last_response=nil>
763
+ [Errplane] Black Box: {"time":1355175824,"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.2-p290/lib/ruby/1.9.1/benchmark.rb:310 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.2-p290/lib/ruby/1.9.1/benchmark.rb:310 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.2-p290/lib/ruby/1.9.1/timeout.rb:44 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.2-p290","reporter":{"name":"Errplane","version":"0.5.22","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.2-p290@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290","ITERM_SESSION_ID":"w0t5p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle","RUBY_VERSION":"ruby-1.9.2-p290","SECURITYSESSIONID":"186a4","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}}
764
+ [Errplane] Ignorable Exception? false
765
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-wiEYse/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290", "ITERM_SESSION_ID"=>"w0t5p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-RYNyvI/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.2-p290", "SECURITYSESSIONID"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
766
+ [Errplane] Adding exception to the queue.
767
+ Rendered rescues/_trace (30.6ms)
768
+ Rendered rescues/_request_and_response (2.2ms)
769
+ Rendering rescues/layout (internal_server_error)
770
+
771
+
772
+ Processing WidgetsController#index (for 127.0.0.1 at 2012-12-10 16:43:44) [GET]
773
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
774
+
775
+
776
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:44) [GET]
777
+
778
+ ZeroDivisionError (divided by 0):
779
+ app/controllers/widgets_controller.rb:3:in `/'
780
+ app/controllers/widgets_controller.rb:3:in `new'
781
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `block in perform_action_with_instrumentation'
782
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action_with_instrumentation'
783
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
784
+ <internal:prelude>:10:in `synchronize'
785
+ spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
786
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
787
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `block in execute'
788
+ /Users/todd/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:44:in `timeout'
789
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
790
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `block in run_examples'
791
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
792
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
793
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
794
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `block in run'
795
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
796
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
797
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
798
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
799
+ rspec (1.3.2) bin/spec:5:in `<main>'
800
+
801
+ Rendered rescues/_trace (13.4ms)
802
+ Rendered rescues/_request_and_response (0.3ms)
803
+ Rendering rescues/layout (internal_server_error)
804
+ [Errplane] OPTS: {}
805
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fc9aba85da0 @last_response=nil>
806
+ [Errplane] Black Box: {"time":1355175824,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:47 in `block (4 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:109 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:109 in `rescue'","spec/unit/errplane_spec.rb:46 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.2-p290/lib/ruby/1.9.1/timeout.rb:44 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.2-p290","reporter":{"name":"Errplane","version":"0.5.22","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.2-p290@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290","ITERM_SESSION_ID":"w0t5p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle","RUBY_VERSION":"ruby-1.9.2-p290","SECURITYSESSIONID":"186a4","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
807
+ [Errplane] Ignorable Exception? false
808
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-wiEYse/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290", "ITERM_SESSION_ID"=>"w0t5p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-RYNyvI/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.2-p290", "SECURITYSESSIONID"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
809
+ [Errplane] Adding exception to the queue.
810
+ [Errplane] OPTS: {}
811
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x007fc9ab9211a8 @last_response=nil>
812
+ [Errplane] Black Box: {"time":1355175824,"application_name":"Application","application_root":"/var/www/current","framework":"Rails","framework_version":"2.3.14","message":"wrong","backtrace":["spec/unit/errplane_spec.rb:70 in `block (5 levels) in <top (required)>'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:119 in `call'","/Users/todd/Projects/errplane/errplane-ruby/lib/errplane.rb:119 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 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:69 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.2-p290/lib/ruby/1.9.1/timeout.rb:44 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.2-p290","reporter":{"name":"Errplane","version":"0.5.22","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.2-p290@errplane_gem","TERM":"xterm-256color","SHELL":"/bin/bash","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.9.2-p290","USER":"todd","COMMAND_MODE":"unix2003","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","rvm_path":"/Users/todd/.rvm","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","escape_flag":"1","rvm_sticky_flag":"1","rvm_prefix":"/Users/todd","PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290","ITERM_SESSION_ID":"w0t5p0","_first":"0","LOGNAME":"todd","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","rvm_delete_flag":"0","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle","RUBY_VERSION":"ruby-1.9.2-p290","SECURITYSESSIONID":"186a4","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","RAILS_ENV":"test"}}
813
+ [Errplane] Ignorable Exception? false
814
+ [Errplane] Environment: {"rvm_bin_path"=>"/Users/todd/.rvm/bin", "TERM_PROGRAM"=>"iTerm.app", "GEM_HOME"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem", "TERM"=>"xterm-256color", "SHELL"=>"/bin/bash", "IRBRC"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290/.irbrc", "TMPDIR"=>"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/", "Apple_PubSub_Socket_Render"=>"/tmp/launch-wiEYse/Render", "MY_RUBY_HOME"=>"/Users/todd/.rvm/rubies/ruby-1.9.2-p290", "USER"=>"todd", "COMMAND_MODE"=>"unix2003", "EC2_HOME"=>"/Users/todd/.ec2", "__array_start"=>"0", "rvm_path"=>"/Users/todd/.rvm", "SSH_AUTH_SOCK"=>"/tmp/launch-M32fD1/Listeners", "__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0", "Apple_Ubiquity_Message"=>"/tmp/launch-s0TLLw/Apple_Ubiquity_Message", "escape_flag"=>"1", "rvm_sticky_flag"=>"1", "rvm_prefix"=>"/Users/todd", "PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem/bin:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/todd/.rvm/rubies/ruby-1.9.2-p290/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.2-p290/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.2-p290", "ITERM_SESSION_ID"=>"w0t5p0", "_first"=>"0", "LOGNAME"=>"todd", "GEM_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@errplane_gem:/Users/todd/.rvm/gems/ruby-1.9.2-p290@global", "EC2_PRIVATE_KEY"=>"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "DISPLAY"=>"/tmp/launch-RYNyvI/org.macosforge.xquartz:0", "rvm_delete_flag"=>"0", "RUBYOPT"=>"-I/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/lib -rbundler/setup", "BUNDLE_BIN_PATH"=>"/Users/todd/.rvm/gems/ruby-1.9.2-p290@global/gems/bundler-1.0.21/bin/bundle", "RUBY_VERSION"=>"ruby-1.9.2-p290", "SECURITYSESSIONID"=>"186a4", "EC2_CERT"=>"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem", "RAILS_ENV"=>"test"}
815
+ [Errplane] Adding exception to the queue.
816
+ [Errplane] Spawning background worker thread 0.
817
+ [Errplane] Spawning background worker thread 1.
818
+ [Errplane] Spawning background worker thread 2.
819
+
820
+
821
+ Processing WidgetsController#new (for 0.0.0.0 at 2012-12-10 16:43:55) [GET]
822
+
823
+
824
+ Processing WidgetsController#index (for 0.0.0.0 at 2012-12-10 16:43:55) [GET]
825
+ Completed in 0ms (View: 0 | 200 OK [http://test.host/widgets]
826
+
827
+
828
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:55) [GET]
829
+
830
+ ZeroDivisionError (divided by 0):
831
+ app/controllers/widgets_controller.rb:3:in `/'
832
+ app/controllers/widgets_controller.rb:3:in `new'
833
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
834
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
835
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
836
+ /spec/integration/exceptions_spec.rb:22
837
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
838
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
839
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53:in `timeout'
840
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
841
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
842
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
843
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
844
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
845
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
846
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
847
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
848
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
849
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
850
+ rspec (1.3.2) bin/spec:5
851
+
852
+ [Errplane] OPTS: controllerwidgetsrequest_urlhttp://www.example.com/widgets/newuser_agentactionnewsession_dataparamscontrollerwidgetsactionnew
853
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x1066dfa68 @last_response=nil>
854
+ [Errplane] Black Box: {"language":"Ruby","framework":"Rails","application_name":"Application","language_version":"1.8.7-p357","message":"divided by 0","application_root":{"path":"/Users/todd/Projects/errplane/errplane-ruby/spec/support/rails2"},"custom_data":{},"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 `'"],"framework_version":"2.3.14","reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.22"},"request_data":{"controller":"widgets","request_url":"http://www.example.com/widgets/new","user_agent":null,"action":"new","session_data":{},"params":{"controller":"widgets","action":"new"}},"exception_class":"ZeroDivisionError","environment_variables":{"SHELL":"/bin/bash","rvm_path":"/Users/todd/.rvm","rvm_prefix":"/Users/todd","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","ITERM_SESSION_ID":"w0t5p0","LOGNAME":"todd","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","RUBY_VERSION":"ruby-1.8.7-p357","TERM":"xterm-256color","escape_flag":"1","SHLVL":"3","HOME":"/Users/todd","RAILS_ENV":"test","rvm_bin_path":"/Users/todd/.rvm/bin","ITERM_PROFILE":"Default","_second":"1","rvm_delete_flag":"0","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","TERM_PROGRAM":"iTerm.app","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","PWD":"/Users/todd/Projects/errplane/errplane-ruby","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","COMMAND_MODE":"unix2003","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","EDITOR":"vim","rvm_version":"1.14.7 ()","rvm_ruby_string":"ruby-1.8.7-p357","SECURITYSESSIONID":"186a4","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","USER":"todd","rvm_sticky_flag":"1","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","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/"},"time":1355175835}
855
+ [Errplane] Ignorable Exception? false
856
+ [Errplane] Environment: BUNDLE_EDITORvimLANGen_US.UTF-8rvm_prefix/Users/toddrvm_path/Users/todd/.rvmSHELL/bin/bashRUBY_VERSIONruby-1.8.7-p357DISPLAY/tmp/launch-RYNyvI/org.macosforge.xquartz:0LOGNAMEtoddITERM_SESSION_IDw0t5p0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyRAILS_ENVtestHOME/Users/toddSHLVL3escape_flag1TERMxterm-256colorrvm_delete_flag0_second1ITERM_PROFILEDefaultrvm_bin_path/Users/todd/.rvm/binEC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemIRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemRUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setupGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global_first0SSH_AUTH_SOCK/tmp/launch-M32fD1/ListenersTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/TERM_PROGRAMiTerm.appPWD/Users/todd/Projects/errplane/errplane-ruby__CF_USER_TEXT_ENCODING0x1F5:0:0BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle__array_start0EC2_HOME/Users/todd/.ec2MY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemSECURITYSESSIONID186a4rvm_ruby_stringruby-1.8.7-p357rvm_version1.14.7 ()EDITORvimApple_Ubiquity_Message/tmp/launch-s0TLLw/Apple_Ubiquity_MessageCOMMAND_MODEunix2003JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/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/binrvm_sticky_flag1USERtoddApple_PubSub_Socket_Render/tmp/launch-wiEYse/Render
857
+ [Errplane] Adding exception to the queue.
858
+ Rendered rescues/_trace (25.7ms)
859
+ Rendered rescues/_request_and_response (1.4ms)
860
+ Rendering rescues/layout (internal_server_error)
861
+
862
+
863
+ Processing WidgetsController#index (for 127.0.0.1 at 2012-12-10 16:43:55) [GET]
864
+ Completed in 0ms (View: 0 | 200 OK [http://www.example.com/widgets]
865
+
866
+
867
+ Processing WidgetsController#new (for 127.0.0.1 at 2012-12-10 16:43:55) [GET]
868
+
869
+ ZeroDivisionError (divided by 0):
870
+ app/controllers/widgets_controller.rb:3:in `/'
871
+ app/controllers/widgets_controller.rb:3:in `new'
872
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
873
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rails/benchmarking.rb:14:in `perform_action'
874
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
875
+ /spec/integration/exceptions_spec.rb:39
876
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `instance_eval'
877
+ rspec (1.3.2) lib/spec/example/example_methods.rb:40:in `execute'
878
+ /Users/todd/.rvm/rubies/ruby-1.8.7-p357/lib/ruby/1.8/timeout.rb:53:in `timeout'
879
+ rspec (1.3.2) lib/spec/example/example_methods.rb:37:in `execute'
880
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:219:in `run_examples'
881
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `each'
882
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:217:in `run_examples'
883
+ rspec (1.3.2) lib/spec/example/example_group_methods.rb:103:in `run'
884
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:23:in `run'
885
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `each'
886
+ rspec (1.3.2) lib/spec/runner/example_group_runner.rb:22:in `run'
887
+ rspec (1.3.2) lib/spec/runner/options.rb:153:in `run_examples'
888
+ rspec (1.3.2) lib/spec/runner/command_line.rb:9:in `run'
889
+ rspec (1.3.2) bin/spec:5
890
+
891
+ Rendered rescues/_trace (60.3ms)
892
+ Rendered rescues/_request_and_response (0.2ms)
893
+ Rendering rescues/layout (internal_server_error)
894
+ [Errplane] OPTS:
895
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x1065df230 @last_response=nil>
896
+ [Errplane] Black Box: {"language":"Ruby","framework":"Rails","application_name":"Application","language_version":"1.8.7-p357","message":"wrong","application_root":"/var/www/current","custom_data":{},"backtrace":["spec/unit/errplane_spec.rb:47 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:109 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:109 in `rescue'","spec/unit/errplane_spec.rb:46 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 `'"],"framework_version":"2.3.14","reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.22"},"exception_class":"ArgumentError","environment_variables":{"SHELL":"/bin/bash","rvm_path":"/Users/todd/.rvm","rvm_prefix":"/Users/todd","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","ITERM_SESSION_ID":"w0t5p0","LOGNAME":"todd","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","RUBY_VERSION":"ruby-1.8.7-p357","TERM":"xterm-256color","escape_flag":"1","SHLVL":"3","HOME":"/Users/todd","RAILS_ENV":"test","rvm_bin_path":"/Users/todd/.rvm/bin","ITERM_PROFILE":"Default","_second":"1","rvm_delete_flag":"0","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","TERM_PROGRAM":"iTerm.app","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","PWD":"/Users/todd/Projects/errplane/errplane-ruby","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","COMMAND_MODE":"unix2003","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","EDITOR":"vim","rvm_version":"1.14.7 ()","rvm_ruby_string":"ruby-1.8.7-p357","SECURITYSESSIONID":"186a4","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","USER":"todd","rvm_sticky_flag":"1","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","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/"},"time":1355175835}
897
+ [Errplane] Ignorable Exception? false
898
+ [Errplane] Environment: BUNDLE_EDITORvimLANGen_US.UTF-8rvm_prefix/Users/toddrvm_path/Users/todd/.rvmSHELL/bin/bashRUBY_VERSIONruby-1.8.7-p357DISPLAY/tmp/launch-RYNyvI/org.macosforge.xquartz:0LOGNAMEtoddITERM_SESSION_IDw0t5p0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyRAILS_ENVtestHOME/Users/toddSHLVL3escape_flag1TERMxterm-256colorrvm_delete_flag0_second1ITERM_PROFILEDefaultrvm_bin_path/Users/todd/.rvm/binEC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemIRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemRUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setupGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global_first0SSH_AUTH_SOCK/tmp/launch-M32fD1/ListenersTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/TERM_PROGRAMiTerm.appPWD/Users/todd/Projects/errplane/errplane-ruby__CF_USER_TEXT_ENCODING0x1F5:0:0BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle__array_start0EC2_HOME/Users/todd/.ec2MY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemSECURITYSESSIONID186a4rvm_ruby_stringruby-1.8.7-p357rvm_version1.14.7 ()EDITORvimApple_Ubiquity_Message/tmp/launch-s0TLLw/Apple_Ubiquity_MessageCOMMAND_MODEunix2003JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/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/binrvm_sticky_flag1USERtoddApple_PubSub_Socket_Render/tmp/launch-wiEYse/Render
899
+ [Errplane] Adding exception to the queue.
900
+ [Errplane] OPTS:
901
+ [Errplane] Transmitter: #<Errplane::Transmitter:0x10650f3c8 @last_response=nil>
902
+ [Errplane] Black Box: {"language":"Ruby","framework":"Rails","application_name":"Application","language_version":"1.8.7-p357","message":"wrong","application_root":"/var/www/current","custom_data":{},"backtrace":["spec/unit/errplane_spec.rb:70 in `'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:119 in `call'","/Users/todd/Projects/errplane/errplane-ruby/spec/../lib/errplane.rb:119 in `rescue_and_reraise'","spec/unit/errplane_spec.rb:70 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:69 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 `'"],"framework_version":"2.3.14","reporter":{"url":"https://github.com/errplane/gem","name":"Errplane","version":"0.5.22"},"exception_class":"ArgumentError","environment_variables":{"SHELL":"/bin/bash","rvm_path":"/Users/todd/.rvm","rvm_prefix":"/Users/todd","LANG":"en_US.UTF-8","BUNDLE_EDITOR":"vim","_":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/ruby","BUNDLE_GEMFILE":"gemfiles/Gemfile.rails-2.3.x","ITERM_SESSION_ID":"w0t5p0","LOGNAME":"todd","DISPLAY":"/tmp/launch-RYNyvI/org.macosforge.xquartz:0","RUBY_VERSION":"ruby-1.8.7-p357","TERM":"xterm-256color","escape_flag":"1","SHLVL":"3","HOME":"/Users/todd","RAILS_ENV":"test","rvm_bin_path":"/Users/todd/.rvm/bin","ITERM_PROFILE":"Default","_second":"1","rvm_delete_flag":"0","IRBRC":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrc","EC2_PRIVATE_KEY":"/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","TERM_PROGRAM":"iTerm.app","TMPDIR":"/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/","SSH_AUTH_SOCK":"/tmp/launch-M32fD1/Listeners","_first":"0","GEM_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global","RUBYOPT":"-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setup","EC2_CERT":"/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pem","PWD":"/Users/todd/Projects/errplane/errplane-ruby","__CF_USER_TEXT_ENCODING":"0x1F5:0:0","GEM_HOME":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem","MY_RUBY_HOME":"/Users/todd/.rvm/rubies/ruby-1.8.7-p357","EC2_HOME":"/Users/todd/.ec2","__array_start":"0","BUNDLE_BIN_PATH":"/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle","COMMAND_MODE":"unix2003","Apple_Ubiquity_Message":"/tmp/launch-s0TLLw/Apple_Ubiquity_Message","EDITOR":"vim","rvm_version":"1.14.7 ()","rvm_ruby_string":"ruby-1.8.7-p357","SECURITYSESSIONID":"186a4","Apple_PubSub_Socket_Render":"/tmp/launch-wiEYse/Render","USER":"todd","rvm_sticky_flag":"1","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","JAVA_HOME":"/System/Library/Frameworks/JavaVM.framework/Home/"},"time":1355175835}
903
+ [Errplane] Ignorable Exception? false
904
+ [Errplane] Environment: BUNDLE_EDITORvimLANGen_US.UTF-8rvm_prefix/Users/toddrvm_path/Users/todd/.rvmSHELL/bin/bashRUBY_VERSIONruby-1.8.7-p357DISPLAY/tmp/launch-RYNyvI/org.macosforge.xquartz:0LOGNAMEtoddITERM_SESSION_IDw0t5p0BUNDLE_GEMFILEgemfiles/Gemfile.rails-2.3.x_/Users/todd/.rvm/rubies/ruby-1.8.7-p357/bin/rubyRAILS_ENVtestHOME/Users/toddSHLVL3escape_flag1TERMxterm-256colorrvm_delete_flag0_second1ITERM_PROFILEDefaultrvm_bin_path/Users/todd/.rvm/binEC2_PRIVATE_KEY/Users/todd/.ec2/pk-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemIRBRC/Users/todd/.rvm/rubies/ruby-1.8.7-p357/.irbrcEC2_CERT/Users/todd/.ec2/cert-A53CGXHOGSWO2N2R65RBSEOLHFSRW4VY.pemRUBYOPT-I/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/lib -rbundler/setupGEM_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem:/Users/todd/.rvm/gems/ruby-1.8.7-p357@global_first0SSH_AUTH_SOCK/tmp/launch-M32fD1/ListenersTMPDIR/var/folders/xj/13zf0nss66j1gj0h1mnm353c0000gn/T/TERM_PROGRAMiTerm.appPWD/Users/todd/Projects/errplane/errplane-ruby__CF_USER_TEXT_ENCODING0x1F5:0:0BUNDLE_BIN_PATH/Users/todd/.rvm/gems/ruby-1.8.7-p357@global/gems/bundler-1.1.4/bin/bundle__array_start0EC2_HOME/Users/todd/.ec2MY_RUBY_HOME/Users/todd/.rvm/rubies/ruby-1.8.7-p357GEM_HOME/Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gemSECURITYSESSIONID186a4rvm_ruby_stringruby-1.8.7-p357rvm_version1.14.7 ()EDITORvimApple_Ubiquity_Message/tmp/launch-s0TLLw/Apple_Ubiquity_MessageCOMMAND_MODEunix2003JAVA_HOME/System/Library/Frameworks/JavaVM.framework/Home/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/binrvm_sticky_flag1USERtoddApple_PubSub_Socket_Render/tmp/launch-wiEYse/Render
905
+ [Errplane] Adding exception to the queue.
@@ -48791,3 +48791,1728 @@ ZeroDivisionError (divided by 0):
48791
48791
  rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
48792
48792
  /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
48793
48793
 
48794
+ Processing by WidgetsController#new as HTML
48795
+ Completed 500 Internal Server Error in 0ms
48796
+ Processing by WidgetsController#index as HTML
48797
+ Completed 200 OK in 8ms (Views: 8.1ms)
48798
+
48799
+
48800
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:18 -0500
48801
+ Processing by WidgetsController#new as HTML
48802
+ Completed 500 Internal Server Error in 0ms
48803
+
48804
+ ZeroDivisionError (divided by 0):
48805
+ app.rb:23:in `/'
48806
+ app.rb:23:in `new'
48807
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
48808
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
48809
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
48810
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
48811
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__655146732528816779__process_action__1061038141359135303__callbacks'
48812
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
48813
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
48814
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
48815
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
48816
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
48817
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
48818
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
48819
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48820
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
48821
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
48822
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
48823
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
48824
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
48825
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
48826
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
48827
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
48828
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
48829
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
48830
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
48831
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
48832
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
48833
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
48834
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
48835
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
48836
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
48837
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
48838
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
48839
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
48840
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
48841
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
48842
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
48843
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
48844
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
48845
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__210968481557823081__call__2249831540230340419__callbacks'
48846
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
48847
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
48848
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
48849
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
48850
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
48851
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
48852
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
48853
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
48854
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
48855
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
48856
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
48857
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
48858
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
48859
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
48860
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
48861
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
48862
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
48863
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
48864
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
48865
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
48866
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
48867
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
48868
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
48869
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
48870
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
48871
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
48872
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
48873
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
48874
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
48875
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
48876
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
48877
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
48878
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
48879
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
48880
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
48881
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
48882
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
48883
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
48884
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
48885
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
48886
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
48887
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
48888
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
48889
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
48890
+
48891
+
48892
+
48893
+
48894
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:18 -0500
48895
+ Processing by WidgetsController#index as HTML
48896
+ Completed 200 OK in 0ms (Views: 0.2ms)
48897
+
48898
+
48899
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:18 -0500
48900
+ Processing by WidgetsController#new as HTML
48901
+ Completed 500 Internal Server Error in 0ms
48902
+
48903
+ ZeroDivisionError (divided by 0):
48904
+ app.rb:23:in `/'
48905
+ app.rb:23:in `new'
48906
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
48907
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
48908
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
48909
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
48910
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__655146732528816779__process_action__1061038141359135303__callbacks'
48911
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
48912
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
48913
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
48914
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
48915
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
48916
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
48917
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
48918
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48919
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
48920
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
48921
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
48922
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
48923
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
48924
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
48925
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
48926
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
48927
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
48928
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
48929
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
48930
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
48931
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
48932
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
48933
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
48934
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
48935
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
48936
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
48937
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
48938
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
48939
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
48940
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
48941
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
48942
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
48943
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
48944
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__210968481557823081__call__2249831540230340419__callbacks'
48945
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
48946
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
48947
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
48948
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
48949
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
48950
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
48951
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
48952
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
48953
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
48954
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
48955
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
48956
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
48957
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
48958
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
48959
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
48960
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
48961
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
48962
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
48963
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
48964
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
48965
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
48966
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
48967
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
48968
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
48969
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
48970
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
48971
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
48972
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
48973
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
48974
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
48975
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
48976
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
48977
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
48978
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
48979
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
48980
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
48981
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
48982
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
48983
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
48984
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
48985
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
48986
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
48987
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
48988
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
48989
+
48990
+
48991
+ Processing by WidgetsController#new as HTML
48992
+ Completed 500 Internal Server Error in 0ms
48993
+ Processing by WidgetsController#index as HTML
48994
+ Completed 200 OK in 27ms (Views: 27.2ms)
48995
+
48996
+
48997
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:21 -0500
48998
+ Processing by WidgetsController#new as HTML
48999
+ Completed 500 Internal Server Error in 0ms
49000
+
49001
+ ZeroDivisionError (divided by 0):
49002
+ app.rb:23:in `/'
49003
+ app.rb:23:in `new'
49004
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49005
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
49006
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49007
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49008
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1462145125633625747__process_action__1868582359675288842__callbacks'
49009
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
49010
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49011
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49012
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
49013
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49014
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
49015
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49016
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
49017
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49018
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
49019
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
49020
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
49021
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
49022
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49023
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
49024
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
49025
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
49026
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
49027
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
49028
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
49029
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49030
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
49031
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
49032
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
49033
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49034
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
49035
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
49036
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49037
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49038
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
49039
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
49040
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
49041
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
49042
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49043
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
49044
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49045
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
49046
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
49047
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
49048
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49049
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49050
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
49051
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
49052
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
49053
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49054
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
49055
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
49056
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49057
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
49058
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
49059
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49060
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49061
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49062
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49063
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49064
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49065
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
49066
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49067
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49068
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49069
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49070
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49071
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49072
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49073
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49074
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49075
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49076
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49077
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49078
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49079
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49080
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49081
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49082
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49083
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49084
+
49085
+
49086
+
49087
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:21 -0500
49088
+ Processing by WidgetsController#index as HTML
49089
+ Completed 200 OK in 0ms (Views: 0.3ms)
49090
+
49091
+
49092
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:21 -0500
49093
+ Processing by WidgetsController#new as HTML
49094
+ Completed 500 Internal Server Error in 0ms
49095
+
49096
+ ZeroDivisionError (divided by 0):
49097
+ app.rb:23:in `/'
49098
+ app.rb:23:in `new'
49099
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49100
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
49101
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49102
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49103
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1462145125633625747__process_action__1868582359675288842__callbacks'
49104
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
49105
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49106
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49107
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
49108
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49109
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
49110
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49111
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
49112
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49113
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
49114
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
49115
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
49116
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
49117
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49118
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
49119
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
49120
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
49121
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
49122
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
49123
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
49124
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49125
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
49126
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
49127
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
49128
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49129
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
49130
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
49131
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49132
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49133
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
49134
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
49135
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
49136
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
49137
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49138
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
49139
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49140
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
49141
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
49142
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
49143
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49144
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49145
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
49146
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
49147
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
49148
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49149
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
49150
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
49151
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49152
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
49153
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
49154
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49155
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49156
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49157
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49158
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49159
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49160
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
49161
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49162
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49163
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49164
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49165
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49166
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49167
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49168
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49169
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49170
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49171
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49172
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49173
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49174
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49175
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49176
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49177
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49178
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49179
+
49180
+ Processing by WidgetsController#new as HTML
49181
+ Completed 500 Internal Server Error in 0ms
49182
+ Processing by WidgetsController#index as HTML
49183
+ Completed 200 OK in 3ms (Views: 2.5ms)
49184
+
49185
+
49186
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:24 -0500
49187
+ Processing by WidgetsController#new as HTML
49188
+ Completed 500 Internal Server Error in 0ms
49189
+
49190
+ ZeroDivisionError (divided by 0):
49191
+ app.rb:23:in `/'
49192
+ app.rb:23:in `new'
49193
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49194
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
49195
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
49196
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49197
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__1627175565987786124__process_action__2500383760651134328__callbacks'
49198
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
49199
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
49200
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
49201
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
49202
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49203
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
49204
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49205
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
49206
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49207
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
49208
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
49209
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
49210
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49211
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
49212
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
49213
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
49214
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
49215
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
49216
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
49217
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49218
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
49219
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
49220
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
49221
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49222
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
49223
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
49224
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49225
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
49226
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
49227
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
49228
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
49229
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
49230
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
49231
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
49232
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49233
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49234
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
49235
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
49236
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
49237
+ <internal:prelude>:10:in `synchronize'
49238
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
49239
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
49240
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49241
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
49242
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
49243
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
49244
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
49245
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
49246
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
49247
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
49248
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
49249
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49250
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49251
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49252
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49253
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49254
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49255
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49256
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49257
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49258
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49259
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49260
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49261
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49262
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49263
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49264
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49265
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49266
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49267
+
49268
+
49269
+
49270
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:24 -0500
49271
+ Processing by WidgetsController#index as HTML
49272
+ Completed 200 OK in 0ms (Views: 0.2ms)
49273
+
49274
+
49275
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:24 -0500
49276
+ Processing by WidgetsController#new as HTML
49277
+ Completed 500 Internal Server Error in 0ms
49278
+
49279
+ ZeroDivisionError (divided by 0):
49280
+ app.rb:23:in `/'
49281
+ app.rb:23:in `new'
49282
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49283
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
49284
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
49285
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49286
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__1627175565987786124__process_action__2500383760651134328__callbacks'
49287
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
49288
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
49289
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
49290
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
49291
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49292
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
49293
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49294
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
49295
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49296
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
49297
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
49298
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
49299
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49300
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
49301
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
49302
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
49303
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
49304
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
49305
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
49306
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49307
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
49308
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
49309
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
49310
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49311
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
49312
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
49313
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49314
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
49315
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
49316
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
49317
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
49318
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
49319
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
49320
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
49321
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49322
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49323
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
49324
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
49325
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
49326
+ <internal:prelude>:10:in `synchronize'
49327
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
49328
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
49329
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49330
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
49331
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
49332
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
49333
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
49334
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
49335
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
49336
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
49337
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
49338
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49339
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49340
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49341
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49342
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49343
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49344
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49345
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49346
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49347
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49348
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49349
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49350
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49351
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49352
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49353
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49354
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49355
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49356
+
49357
+ Processing by WidgetsController#new as HTML
49358
+ Completed 500 Internal Server Error in 0ms
49359
+ Processing by WidgetsController#index as HTML
49360
+ Completed 200 OK in 23ms (Views: 23.2ms)
49361
+
49362
+
49363
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:31 -0500
49364
+ Processing by WidgetsController#new as HTML
49365
+ Completed 500 Internal Server Error in 0ms
49366
+
49367
+ ZeroDivisionError (divided by 0):
49368
+ app.rb:23:in `/'
49369
+ app.rb:23:in `new'
49370
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49371
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
49372
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49373
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49374
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__219996564504561856__process_action__4024884497379562636__callbacks'
49375
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49376
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
49377
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49378
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49379
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
49380
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49381
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
49382
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
49383
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
49384
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49385
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
49386
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
49387
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
49388
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
49389
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49390
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
49391
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
49392
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
49393
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
49394
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
49395
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
49396
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
49397
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
49398
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49399
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
49400
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
49401
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49402
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49403
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
49404
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
49405
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
49406
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
49407
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
49408
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__4215570903952838716__call__4126464141069406749__callbacks'
49409
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49410
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
49411
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49412
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
49413
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
49414
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
49415
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
49416
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
49417
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
49418
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
49419
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
49420
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
49421
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
49422
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49423
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
49424
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
49425
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49426
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
49427
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
49428
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49429
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49430
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49431
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49432
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49433
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49434
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
49435
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49436
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49437
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49438
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49439
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49440
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49441
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49442
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49443
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49444
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49445
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49446
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49447
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49448
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49449
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49450
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49451
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49452
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49453
+
49454
+
49455
+
49456
+
49457
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:31 -0500
49458
+ Processing by WidgetsController#index as HTML
49459
+ Completed 200 OK in 0ms (Views: 0.2ms)
49460
+
49461
+
49462
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:31 -0500
49463
+ Processing by WidgetsController#new as HTML
49464
+ Completed 500 Internal Server Error in 0ms
49465
+
49466
+ ZeroDivisionError (divided by 0):
49467
+ app.rb:23:in `/'
49468
+ app.rb:23:in `new'
49469
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49470
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
49471
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49472
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49473
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__219996564504561856__process_action__4024884497379562636__callbacks'
49474
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49475
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
49476
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49477
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49478
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
49479
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49480
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument'
49481
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
49482
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
49483
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49484
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
49485
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
49486
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
49487
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
49488
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49489
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action'
49490
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
49491
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
49492
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
49493
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
49494
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
49495
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
49496
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
49497
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49498
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
49499
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
49500
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49501
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49502
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
49503
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
49504
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
49505
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
49506
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
49507
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__4215570903952838716__call__4126464141069406749__callbacks'
49508
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49509
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
49510
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49511
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
49512
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
49513
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
49514
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
49515
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
49516
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
49517
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
49518
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
49519
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
49520
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
49521
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49522
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
49523
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
49524
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49525
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
49526
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
49527
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49528
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49529
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49530
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49531
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49532
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49533
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
49534
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49535
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49536
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49537
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49538
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49539
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49540
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49541
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49542
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49543
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49544
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49545
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49546
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49547
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49548
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49549
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49550
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49551
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49552
+
49553
+
49554
+ Processing by WidgetsController#new as HTML
49555
+ Completed 500 Internal Server Error in 0ms
49556
+ Processing by WidgetsController#index as HTML
49557
+ Completed 200 OK in 23ms (Views: 22.7ms)
49558
+
49559
+
49560
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:36 -0500
49561
+ Processing by WidgetsController#new as HTML
49562
+ Completed 500 Internal Server Error in 0ms
49563
+
49564
+ ZeroDivisionError (divided by 0):
49565
+ app.rb:23:in `/'
49566
+ app.rb:23:in `new'
49567
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49568
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
49569
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49570
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49571
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__3224687348134128023__process_action__2020133264518637058__callbacks'
49572
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
49573
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49574
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49575
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
49576
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49577
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
49578
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49579
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
49580
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49581
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
49582
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
49583
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
49584
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
49585
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49586
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
49587
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
49588
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
49589
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
49590
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
49591
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
49592
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49593
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
49594
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
49595
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
49596
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49597
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
49598
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
49599
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49600
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49601
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
49602
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
49603
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
49604
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
49605
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49606
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
49607
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49608
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
49609
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
49610
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
49611
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49612
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49613
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
49614
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
49615
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
49616
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49617
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
49618
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
49619
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49620
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
49621
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
49622
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49623
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49624
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49625
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49626
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49627
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49628
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
49629
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49630
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49631
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49632
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49633
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49634
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49635
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49636
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49637
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49638
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49639
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49640
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49641
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49642
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49643
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49644
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49645
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49646
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49647
+
49648
+
49649
+
49650
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:36 -0500
49651
+ Processing by WidgetsController#index as HTML
49652
+ Completed 200 OK in 0ms (Views: 0.2ms)
49653
+
49654
+
49655
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:36 -0500
49656
+ Processing by WidgetsController#new as HTML
49657
+ Completed 500 Internal Server Error in 0ms
49658
+
49659
+ ZeroDivisionError (divided by 0):
49660
+ app.rb:23:in `/'
49661
+ app.rb:23:in `new'
49662
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49663
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
49664
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49665
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49666
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__3224687348134128023__process_action__2020133264518637058__callbacks'
49667
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
49668
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49669
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49670
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
49671
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49672
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `block in instrument'
49673
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49674
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
49675
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49676
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
49677
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
49678
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
49679
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
49680
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49681
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `block in action'
49682
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
49683
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
49684
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
49685
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
49686
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
49687
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49688
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
49689
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
49690
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
49691
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49692
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
49693
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
49694
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49695
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49696
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
49697
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
49698
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
49699
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
49700
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49701
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
49702
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49703
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
49704
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
49705
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
49706
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49707
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49708
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
49709
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
49710
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
49711
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49712
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
49713
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
49714
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49715
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
49716
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
49717
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49718
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49719
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49720
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
49721
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
49722
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `block (2 levels) in <module:Runner>'
49723
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
49724
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49725
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49726
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49727
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49728
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49729
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49730
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49731
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49732
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49733
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49734
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49735
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49736
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49737
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49738
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49739
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49740
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49741
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49742
+
49743
+ Processing by WidgetsController#new as HTML
49744
+ Completed 500 Internal Server Error in 0ms
49745
+ Processing by WidgetsController#index as HTML
49746
+ Completed 200 OK in 4ms (Views: 4.0ms)
49747
+
49748
+
49749
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:40 -0500
49750
+ Processing by WidgetsController#new as HTML
49751
+ Completed 500 Internal Server Error in 0ms
49752
+
49753
+ ZeroDivisionError (divided by 0):
49754
+ app.rb:23:in `/'
49755
+ app.rb:23:in `new'
49756
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49757
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
49758
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
49759
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49760
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__580514430324847864__process_action__3294426484577984392__callbacks'
49761
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
49762
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
49763
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
49764
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
49765
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49766
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
49767
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49768
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
49769
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49770
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
49771
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
49772
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
49773
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49774
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
49775
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
49776
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
49777
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
49778
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
49779
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
49780
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49781
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
49782
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
49783
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
49784
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49785
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
49786
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
49787
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49788
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
49789
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
49790
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
49791
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
49792
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
49793
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
49794
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
49795
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49796
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49797
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
49798
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
49799
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
49800
+ <internal:prelude>:10:in `synchronize'
49801
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
49802
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
49803
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49804
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
49805
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
49806
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
49807
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
49808
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
49809
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
49810
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
49811
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22:in `block (3 levels) in <top (required)>'
49812
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49813
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49814
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49815
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49816
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49817
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49818
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49819
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49820
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49821
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49822
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49823
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49824
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49825
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49826
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49827
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49828
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49829
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49830
+
49831
+
49832
+
49833
+ Started GET "/widgets" for 127.0.0.1 at 2012-12-10 16:43:40 -0500
49834
+ Processing by WidgetsController#index as HTML
49835
+ Completed 200 OK in 0ms (Views: 0.2ms)
49836
+
49837
+
49838
+ Started GET "/widgets/new" for 127.0.0.1 at 2012-12-10 16:43:40 -0500
49839
+ Processing by WidgetsController#new as HTML
49840
+ Completed 500 Internal Server Error in 0ms
49841
+
49842
+ ZeroDivisionError (divided by 0):
49843
+ app.rb:23:in `/'
49844
+ app.rb:23:in `new'
49845
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49846
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
49847
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
49848
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
49849
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__580514430324847864__process_action__3294426484577984392__callbacks'
49850
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
49851
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
49852
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
49853
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
49854
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
49855
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `block in instrument'
49856
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
49857
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
49858
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49859
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
49860
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
49861
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
49862
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49863
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `block in action'
49864
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
49865
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
49866
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
49867
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
49868
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
49869
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
49870
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
49871
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
49872
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
49873
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49874
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
49875
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
49876
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49877
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
49878
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
49879
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
49880
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
49881
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
49882
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
49883
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
49884
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
49885
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
49886
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
49887
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
49888
+ rack (1.2.5) lib/rack/lock.rb:13:in `block in call'
49889
+ <internal:prelude>:10:in `synchronize'
49890
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
49891
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
49892
+ /Users/todd/Projects/errplane/errplane-ruby/lib/errplane/rack.rb:9:in `call'
49893
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
49894
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
49895
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
49896
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
49897
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
49898
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
49899
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `block (2 levels) in <module:Runner>'
49900
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39:in `block (3 levels) in <top (required)>'
49901
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
49902
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `block in run'
49903
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
49904
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
49905
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `block in run_examples'
49906
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
49907
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
49908
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
49909
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `block in run'
49910
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
49911
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
49912
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
49913
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
49914
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `block in run'
49915
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
49916
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
49917
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
49918
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `block in autorun'
49919
+
49920
+ Processing by WidgetsController#new as HTML
49921
+ Completed 500 Internal Server Error in 0ms
49922
+ Processing by WidgetsController#index as HTML
49923
+ Completed 200 OK in 6ms (Views: 5.9ms)
49924
+
49925
+
49926
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:47 -0500 2012
49927
+ Processing by WidgetsController#new as HTML
49928
+ Completed 500 Internal Server Error in 0ms
49929
+
49930
+ ZeroDivisionError (divided by 0):
49931
+ app.rb:23:in `/'
49932
+ app.rb:23:in `new'
49933
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49934
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
49935
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
49936
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
49937
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
49938
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1941201486__process_action__1771947571__callbacks'
49939
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
49940
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49941
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
49942
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
49943
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49944
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
49945
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
49946
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
49947
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
49948
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
49949
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
49950
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
49951
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
49952
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
49953
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
49954
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
49955
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
49956
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
49957
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
49958
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
49959
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
49960
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
49961
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
49962
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
49963
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
49964
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
49965
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
49966
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
49967
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
49968
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
49969
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
49970
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
49971
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
49972
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
49973
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
49974
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__2040139222__call__4__callbacks'
49975
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
49976
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
49977
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
49978
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
49979
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
49980
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
49981
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
49982
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
49983
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
49984
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
49985
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
49986
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
49987
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
49988
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
49989
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
49990
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
49991
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
49992
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
49993
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
49994
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
49995
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
49996
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
49997
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
49998
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
49999
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
50000
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
50001
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
50002
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
50003
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
50004
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50005
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50006
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50007
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50008
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50009
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50010
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50011
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50012
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50013
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50014
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50015
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50016
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50017
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50018
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50019
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50020
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50021
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50022
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50023
+
50024
+
50025
+
50026
+
50027
+ Started GET "/widgets" for 127.0.0.1 at Mon Dec 10 16:43:47 -0500 2012
50028
+ Processing by WidgetsController#index as HTML
50029
+ Completed 200 OK in 0ms (Views: 0.3ms)
50030
+
50031
+
50032
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:47 -0500 2012
50033
+ Processing by WidgetsController#new as HTML
50034
+ Completed 500 Internal Server Error in 0ms
50035
+
50036
+ ZeroDivisionError (divided by 0):
50037
+ app.rb:23:in `/'
50038
+ app.rb:23:in `new'
50039
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50040
+ actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50041
+ actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action'
50042
+ actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
50043
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
50044
+ activesupport (3.2.7) lib/active_support/callbacks.rb:403:in `_run__1941201486__process_action__1771947571__callbacks'
50045
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
50046
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
50047
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
50048
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
50049
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50050
+ actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
50051
+ actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action'
50052
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
50053
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
50054
+ activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
50055
+ activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument'
50056
+ actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
50057
+ actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
50058
+ actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process'
50059
+ actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process'
50060
+ actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch'
50061
+ actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
50062
+ actionpack (3.2.7) lib/action_controller/metal.rb:246:in `action'
50063
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call'
50064
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
50065
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call'
50066
+ journey (1.0.4) lib/journey/router.rb:68:in `call'
50067
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
50068
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
50069
+ actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call'
50070
+ actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
50071
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
50072
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
50073
+ actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call'
50074
+ actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
50075
+ actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call'
50076
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
50077
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
50078
+ actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call'
50079
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
50080
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__2040139222__call__4__callbacks'
50081
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `send'
50082
+ activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback'
50083
+ activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
50084
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `send'
50085
+ activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50086
+ actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
50087
+ actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call'
50088
+ actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
50089
+ actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
50090
+ actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
50091
+ railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
50092
+ railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
50093
+ actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
50094
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
50095
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
50096
+ activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
50097
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
50098
+ actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
50099
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
50100
+ railties (3.2.7) lib/rails/engine.rb:479:in `call'
50101
+ railties (3.2.7) lib/rails/application.rb:220:in `call'
50102
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
50103
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
50104
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
50105
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:300:in `process'
50106
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:33:in `get'
50107
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
50108
+ actionpack (3.2.7) lib/action_dispatch/testing/integration.rb:334:in `get'
50109
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
50110
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50111
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50112
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50113
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50114
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50115
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50116
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50117
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50118
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50119
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50120
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50121
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50122
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50123
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50124
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50125
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50126
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50127
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50128
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50129
+
50130
+
50131
+ Processing by WidgetsController#new as HTML
50132
+ Completed 500 Internal Server Error in 0ms
50133
+ Processing by WidgetsController#index as HTML
50134
+ Completed 200 OK in 9ms (Views: 9.0ms)
50135
+
50136
+
50137
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:50 -0500 2012
50138
+ Processing by WidgetsController#new as HTML
50139
+ Completed 500 Internal Server Error in 0ms
50140
+
50141
+ ZeroDivisionError (divided by 0):
50142
+ app.rb:23:in `/'
50143
+ app.rb:23:in `new'
50144
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50145
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50146
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
50147
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
50148
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
50149
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1685265281__process_action__928575998__callbacks'
50150
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
50151
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
50152
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
50153
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50154
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
50155
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
50156
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
50157
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
50158
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
50159
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
50160
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
50161
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
50162
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
50163
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
50164
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
50165
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
50166
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
50167
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
50168
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
50169
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
50170
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
50171
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
50172
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
50173
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
50174
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
50175
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
50176
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
50177
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
50178
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
50179
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
50180
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
50181
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
50182
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
50183
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
50184
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
50185
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
50186
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
50187
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
50188
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50189
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
50190
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
50191
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
50192
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
50193
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
50194
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
50195
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
50196
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
50197
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
50198
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
50199
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
50200
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
50201
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
50202
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
50203
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
50204
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
50205
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
50206
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
50207
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
50208
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
50209
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
50210
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
50211
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50212
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50213
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50214
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50215
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50216
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50217
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50218
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50219
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50220
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50221
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50222
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50223
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50224
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50225
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50226
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50227
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50228
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50229
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50230
+
50231
+
50232
+
50233
+ Started GET "/widgets" for 127.0.0.1 at Mon Dec 10 16:43:50 -0500 2012
50234
+ Processing by WidgetsController#index as HTML
50235
+ Completed 200 OK in 0ms (Views: 0.3ms)
50236
+
50237
+
50238
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:50 -0500 2012
50239
+ Processing by WidgetsController#new as HTML
50240
+ Completed 500 Internal Server Error in 0ms
50241
+
50242
+ ZeroDivisionError (divided by 0):
50243
+ app.rb:23:in `/'
50244
+ app.rb:23:in `new'
50245
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50246
+ actionpack (3.1.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50247
+ actionpack (3.1.7) lib/abstract_controller/base.rb:167:in `process_action'
50248
+ actionpack (3.1.7) lib/action_controller/metal/rendering.rb:10:in `process_action'
50249
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:18:in `process_action'
50250
+ activesupport (3.1.7) lib/active_support/callbacks.rb:407:in `_run__1685265281__process_action__928575998__callbacks'
50251
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `send'
50252
+ activesupport (3.1.7) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
50253
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
50254
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50255
+ actionpack (3.1.7) lib/abstract_controller/callbacks.rb:17:in `process_action'
50256
+ actionpack (3.1.7) lib/action_controller/metal/rescue.rb:17:in `process_action'
50257
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
50258
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
50259
+ activesupport (3.1.7) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
50260
+ activesupport (3.1.7) lib/active_support/notifications.rb:53:in `instrument'
50261
+ actionpack (3.1.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
50262
+ actionpack (3.1.7) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
50263
+ actionpack (3.1.7) lib/abstract_controller/base.rb:121:in `process'
50264
+ actionpack (3.1.7) lib/abstract_controller/rendering.rb:45:in `process'
50265
+ actionpack (3.1.7) lib/action_controller/metal.rb:193:in `dispatch'
50266
+ actionpack (3.1.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
50267
+ actionpack (3.1.7) lib/action_controller/metal.rb:236:in `action'
50268
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `call'
50269
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
50270
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:35:in `call'
50271
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `call'
50272
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `recognize'
50273
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
50274
+ rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
50275
+ rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
50276
+ actionpack (3.1.7) lib/action_dispatch/routing/route_set.rb:538:in `call'
50277
+ actionpack (3.1.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
50278
+ rack (1.3.6) lib/rack/etag.rb:23:in `call'
50279
+ rack (1.3.6) lib/rack/conditionalget.rb:25:in `call'
50280
+ actionpack (3.1.7) lib/action_dispatch/middleware/head.rb:14:in `call'
50281
+ actionpack (3.1.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
50282
+ actionpack (3.1.7) lib/action_dispatch/middleware/flash.rb:243:in `call'
50283
+ rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
50284
+ rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
50285
+ actionpack (3.1.7) lib/action_dispatch/middleware/cookies.rb:331:in `call'
50286
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:29:in `call'
50287
+ activesupport (3.1.7) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
50288
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `send'
50289
+ activesupport (3.1.7) lib/active_support/callbacks.rb:81:in `run_callbacks'
50290
+ actionpack (3.1.7) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
50291
+ actionpack (3.1.7) lib/action_dispatch/middleware/reloader.rb:68:in `call'
50292
+ rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
50293
+ actionpack (3.1.7) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
50294
+ actionpack (3.1.7) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
50295
+ railties (3.1.7) lib/rails/rack/logger.rb:13:in `call'
50296
+ rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
50297
+ rack (1.3.6) lib/rack/runtime.rb:17:in `call'
50298
+ activesupport (3.1.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
50299
+ rack (1.3.6) lib/rack/lock.rb:15:in `call'
50300
+ actionpack (3.1.7) lib/action_dispatch/middleware/static.rb:61:in `call'
50301
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
50302
+ railties (3.1.7) lib/rails/engine.rb:456:in `call'
50303
+ railties (3.1.7) lib/rails/application.rb:143:in `call'
50304
+ rack-test (0.6.1) lib/rack/mock_session.rb:30:in `request'
50305
+ rack-test (0.6.1) lib/rack/test.rb:219:in `process_request'
50306
+ rack-test (0.6.1) lib/rack/test.rb:114:in `request'
50307
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:300:in `process'
50308
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:33:in `get'
50309
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `__send__'
50310
+ actionpack (3.1.7) lib/action_dispatch/testing/integration.rb:334:in `get'
50311
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
50312
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50313
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50314
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50315
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50316
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50317
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50318
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50319
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50320
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50321
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50322
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50323
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50324
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50325
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50326
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50327
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50328
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50329
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50330
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50331
+
50332
+ Processing by WidgetsController#new as HTML
50333
+ Completed 500 Internal Server Error in 0ms
50334
+ Processing by WidgetsController#index as HTML
50335
+ Completed 200 OK in 2ms (Views: 1.5ms)
50336
+
50337
+
50338
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:53 -0500 2012
50339
+ Processing by WidgetsController#new as HTML
50340
+ Completed 500 Internal Server Error in 0ms
50341
+
50342
+ ZeroDivisionError (divided by 0):
50343
+ app.rb:23:in `/'
50344
+ app.rb:23:in `new'
50345
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50346
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50347
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
50348
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
50349
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
50350
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__2009301347__process_action__1640152549__callbacks'
50351
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
50352
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
50353
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
50354
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
50355
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
50356
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
50357
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
50358
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
50359
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
50360
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
50361
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
50362
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
50363
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
50364
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
50365
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
50366
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
50367
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
50368
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
50369
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
50370
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
50371
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
50372
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
50373
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
50374
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
50375
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
50376
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
50377
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
50378
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
50379
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
50380
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
50381
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
50382
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
50383
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
50384
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
50385
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
50386
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
50387
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
50388
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
50389
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
50390
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
50391
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
50392
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
50393
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
50394
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
50395
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
50396
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
50397
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
50398
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
50399
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
50400
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
50401
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
50402
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
50403
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
50404
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:22
50405
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50406
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50407
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50408
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50409
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50410
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50411
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50412
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50413
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50414
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50415
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50416
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50417
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50418
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50419
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50420
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50421
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50422
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50423
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50424
+
50425
+
50426
+
50427
+ Started GET "/widgets" for 127.0.0.1 at Mon Dec 10 16:43:53 -0500 2012
50428
+ Processing by WidgetsController#index as HTML
50429
+ Completed 200 OK in 0ms (Views: 0.3ms)
50430
+
50431
+
50432
+ Started GET "/widgets/new" for 127.0.0.1 at Mon Dec 10 16:43:53 -0500 2012
50433
+ Processing by WidgetsController#new as HTML
50434
+ Completed 500 Internal Server Error in 0ms
50435
+
50436
+ ZeroDivisionError (divided by 0):
50437
+ app.rb:23:in `/'
50438
+ app.rb:23:in `new'
50439
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50440
+ actionpack (3.0.16) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
50441
+ actionpack (3.0.16) lib/abstract_controller/base.rb:150:in `process_action'
50442
+ actionpack (3.0.16) lib/action_controller/metal/rendering.rb:11:in `process_action'
50443
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:18:in `process_action'
50444
+ activesupport (3.0.16) lib/active_support/callbacks.rb:431:in `_run__2009301347__process_action__1640152549__callbacks'
50445
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `send'
50446
+ activesupport (3.0.16) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
50447
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `send'
50448
+ activesupport (3.0.16) lib/active_support/callbacks.rb:94:in `run_callbacks'
50449
+ actionpack (3.0.16) lib/abstract_controller/callbacks.rb:17:in `process_action'
50450
+ actionpack (3.0.16) lib/action_controller/metal/rescue.rb:17:in `process_action'
50451
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
50452
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
50453
+ activesupport (3.0.16) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
50454
+ activesupport (3.0.16) lib/active_support/notifications.rb:52:in `instrument'
50455
+ actionpack (3.0.16) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
50456
+ actionpack (3.0.16) lib/abstract_controller/base.rb:119:in `process'
50457
+ actionpack (3.0.16) lib/abstract_controller/rendering.rb:41:in `process'
50458
+ actionpack (3.0.16) lib/action_controller/metal.rb:138:in `dispatch'
50459
+ actionpack (3.0.16) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
50460
+ actionpack (3.0.16) lib/action_controller/metal.rb:178:in `action'
50461
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `call'
50462
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:68:in `dispatch'
50463
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:33:in `call'
50464
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `call'
50465
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `recognize'
50466
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:75:in `optimized_each'
50467
+ rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
50468
+ rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
50469
+ actionpack (3.0.16) lib/action_dispatch/routing/route_set.rb:499:in `call'
50470
+ actionpack (3.0.16) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
50471
+ actionpack (3.0.16) lib/action_dispatch/middleware/head.rb:14:in `call'
50472
+ rack (1.2.5) lib/rack/methodoverride.rb:24:in `call'
50473
+ actionpack (3.0.16) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
50474
+ actionpack (3.0.16) lib/action_dispatch/middleware/flash.rb:182:in `call'
50475
+ actionpack (3.0.16) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
50476
+ actionpack (3.0.16) lib/action_dispatch/middleware/cookies.rb:302:in `call'
50477
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:46:in `call'
50478
+ activesupport (3.0.16) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
50479
+ actionpack (3.0.16) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
50480
+ rack (1.2.5) lib/rack/sendfile.rb:106:in `call'
50481
+ actionpack (3.0.16) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
50482
+ actionpack (3.0.16) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
50483
+ railties (3.0.16) lib/rails/rack/logger.rb:13:in `call'
50484
+ rack (1.2.5) lib/rack/runtime.rb:17:in `call'
50485
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
50486
+ rack (1.2.5) lib/rack/lock.rb:13:in `synchronize'
50487
+ rack (1.2.5) lib/rack/lock.rb:13:in `call'
50488
+ actionpack (3.0.16) lib/action_dispatch/middleware/static.rb:30:in `call'
50489
+ /Users/todd/Projects/errplane/errplane-ruby/spec/./lib/errplane/rack.rb:9:in `call'
50490
+ railties (3.0.16) lib/rails/application.rb:168:in `call'
50491
+ rack-test (0.5.7) lib/rack/mock_session.rb:30:in `request'
50492
+ rack-test (0.5.7) lib/rack/test.rb:209:in `process_request'
50493
+ rack-test (0.5.7) lib/rack/test.rb:105:in `request'
50494
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:292:in `process'
50495
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:32:in `get'
50496
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `__send__'
50497
+ actionpack (3.0.16) lib/action_dispatch/testing/integration.rb:325:in `get'
50498
+ /Users/todd/Projects/errplane/errplane-ruby/spec/integration/exceptions_spec.rb:39
50499
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `instance_eval'
50500
+ rspec-core (2.11.1) lib/rspec/core/example.rb:113:in `run'
50501
+ rspec-core (2.11.1) lib/rspec/core/example.rb:253:in `with_around_each_hooks'
50502
+ rspec-core (2.11.1) lib/rspec/core/example.rb:110:in `run'
50503
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:378:in `run_examples'
50504
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `map'
50505
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:374:in `run_examples'
50506
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:360:in `run'
50507
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50508
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `map'
50509
+ rspec-core (2.11.1) lib/rspec/core/example_group.rb:361:in `run'
50510
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50511
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `map'
50512
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:28:in `run'
50513
+ rspec-core (2.11.1) lib/rspec/core/reporter.rb:34:in `report'
50514
+ rspec-core (2.11.1) lib/rspec/core/command_line.rb:25:in `run'
50515
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:69:in `run'
50516
+ rspec-core (2.11.1) lib/rspec/core/runner.rb:8:in `autorun'
50517
+ /Users/todd/.rvm/gems/ruby-1.8.7-p357@errplane_gem/bin/rspec:19
50518
+