errdo 0.11.3 → 0.11.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -27193,3 +27193,1970 @@ SystemExit (exit):
27193
27193
  Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1
27194
27194
  Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1
27195
27195
  Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1
27196
+
27197
+
27198
+ Started GET "/" for 127.0.0.1 at 2016-11-11 16:28:18 -0500
27199
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27200
+ Processing by StaticController#home as HTML
27201
+ Rendered static/home.html.erb (1.4ms)
27202
+ Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)
27203
+
27204
+
27205
+ Started GET "/users/sign_in" for 127.0.0.1 at 2016-11-11 16:28:45 -0500
27206
+ Processing by Devise::SessionsController#new as HTML
27207
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/shared/_links.html.erb (1.2ms)
27208
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/sessions/new.html.erb (30.2ms)
27209
+ Completed 200 OK in 67ms (Views: 37.5ms | ActiveRecord: 0.5ms)
27210
+
27211
+
27212
+ Started POST "/users/sign_in" for 127.0.0.1 at 2016-11-11 16:28:47 -0500
27213
+ Processing by Devise::SessionsController#create as HTML
27214
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"M86t2wK1UBwpU7wgB8FuNdldGwIlY/129mgvk8z1GjRGdsfuX6JLn1gh/YLdtBEFwYKuiPlXNKRf4BhxL8u94g==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
27215
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "admin@drnkbuy.com"]]
27216
+ Completed 401 Unauthorized in 13ms (ActiveRecord: 0.3ms)
27217
+ Processing by Devise::SessionsController#new as HTML
27218
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"M86t2wK1UBwpU7wgB8FuNdldGwIlY/129mgvk8z1GjRGdsfuX6JLn1gh/YLdtBEFwYKuiPlXNKRf4BhxL8u94g==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
27219
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/shared/_links.html.erb (0.2ms)
27220
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/sessions/new.html.erb (2.4ms)
27221
+ Completed 200 OK in 155ms (Views: 5.2ms | ActiveRecord: 0.0ms)
27222
+
27223
+
27224
+ Started GET "/users/sign_up" for 127.0.0.1 at 2016-11-11 16:28:49 -0500
27225
+ Processing by Devise::RegistrationsController#new as HTML
27226
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/shared/_links.html.erb (0.4ms)
27227
+ Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views/devise/registrations/new.html.erb (6.5ms)
27228
+ Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms)
27229
+
27230
+
27231
+ Started POST "/users" for 127.0.0.1 at 2016-11-11 16:28:55 -0500
27232
+ Processing by Devise::RegistrationsController#create as HTML
27233
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"mInte0v8IbZBsfbxmnLQcMLrwbu00G26L2aoIhTkON3tMYdOFus6NTDDt1NAB69A2jR0MWjkpGiG7p/A99qfCw==", "user"=>{"email"=>"erichaydel@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
27234
+  (0.1ms) begin transaction
27235
+ User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'erichaydel@gmail.com' LIMIT 1
27236
+ SQL (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "erichaydel@gmail.com"], ["encrypted_password", "$2a$11$yBXOrXW.d7B4yrDBel7wEOx0qlNkDI9V8hFcSyeaEL.fKEjVXqCXa"], ["created_at", "2016-11-11 21:28:55.643203"], ["updated_at", "2016-11-11 21:28:55.643203"]]
27237
+  (6.0ms) commit transaction
27238
+  (0.1ms) begin transaction
27239
+ SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2016-11-11 21:28:55.651821"], ["current_sign_in_at", "2016-11-11 21:28:55.651821"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-11-11 21:28:55.653035"], ["id", 1]]
27240
+  (5.2ms) commit transaction
27241
+ Redirected to http://localhost:3000/
27242
+ Completed 302 Found in 193ms (ActiveRecord: 12.2ms)
27243
+
27244
+
27245
+ Started GET "/" for 127.0.0.1 at 2016-11-11 16:28:55 -0500
27246
+ Processing by StaticController#home as HTML
27247
+ Rendered static/home.html.erb (0.0ms)
27248
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
27249
+
27250
+
27251
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:29:03 -0500
27252
+ Processing by StaticController#generic_error as HTML
27253
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27254
+
27255
+ RuntimeError (standard-error):
27256
+ app/controllers/static_controller.rb:7:in `generic_error'
27257
+
27258
+
27259
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27260
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27261
+  (0.1ms) begin transaction
27262
+ Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' LIMIT 1
27263
+ SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "last_experiencer_id", "last_experiencer_type", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "RuntimeError"], ["exception_message", "standard-error"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/generic_error"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in\n `generic_error'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:4:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:10:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:20:in\n `block in process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:555:in\n `block (2 levels) in compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in\n `_run_process_action_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in\n `block in process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rack_delegation.rb:13:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:237:in\n `block in action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:74:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:43:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:43:in\n `block in serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:817:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block\n in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/conditionalget.rb:25:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/params_parser.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/flash.rb:260:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in\n `context'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:29:in\n `block in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in\n `_run_call_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/remote_ip.rb:78:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in\n `block in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in\n `block in tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/application.rb:165:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/content_length.rb:15:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in\n `service'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block\n in start_thread'\"\n"], ["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-11-11 21:29:03.169982"], ["updated_at", "2016-11-11 21:29:03.169982"]]
27264
+  (8.6ms) commit transaction
27265
+  (0.1ms) begin transaction
27266
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: NUh2UDNXVkpoZGlGdDRRYlBPNXR3enoxK3FtWXlLaDNSbWFwVmNzSzVSS2Z3dGtvbi92MEU4b25JZlNCempxTlpremhWb3pvMEVqVnBuZWkvMHJrOXFtekJwVnIrV3ZYM1BqSVg2QmRCczd6YzFXU01ZVDQ1K3lLZS8xcDBJN09oOGc2OTdOUm5pS1RZKzF0MVJ6SmpqWTMwWlArYW1DYlhXSzA3Z0dBYnhGSzBHZmkvWHZEWVFzUlY3Nlgwek5BYWlMb3VRUm5oSEwwYXlWcFdwSzFuSU1vSGo3MWgzZ2srcTZmSldYbThFdkRJM0FTWmlKU2Rqa05IQVIzVExMbyt6OXl2Rm0wK0ZTOUpNMmhaUHMyUEU2SjQ1MDVCWElLaCtHcXJHNzU5TERIWm1HcXlGNDEyaVZuZ0tKbzB2V1RUOWxxWWFEWnVRa0FlRDJFelhrSjcvSmFxd2FZVVU4bi9LMDd1bklwWFY4PS0tOTBiNUFsbFk4MzlXRit4K1ZpbWVVQT09--766e75a5ab96b045c87d968e8d7f924ce92a773b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:29:03.241754"], ["updated_at", "2016-11-11 21:29:03.241754"]]
27267
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27268
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27269
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-11-11 21:29:03.241754"], ["updated_at", "2016-11-11 21:29:03.247986"], ["id", 5]]
27270
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27271
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27272
+  (10.9ms) commit transaction
27273
+ undefined method `has_key?' for #<String:0x0000000670a818>
27274
+
27275
+
27276
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:29:44 -0500
27277
+ Processing by StaticController#generic_error as HTML
27278
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27279
+
27280
+ RuntimeError (standard-error):
27281
+ app/controllers/static_controller.rb:7:in `generic_error'
27282
+
27283
+
27284
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27285
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27286
+  (0.0ms) begin transaction
27287
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: NUh2UDNXVkpoZGlGdDRRYlBPNXR3enoxK3FtWXlLaDNSbWFwVmNzSzVSS2Z3dGtvbi92MEU4b25JZlNCempxTlpremhWb3pvMEVqVnBuZWkvMHJrOXFtekJwVnIrV3ZYM1BqSVg2QmRCczd6YzFXU01ZVDQ1K3lLZS8xcDBJN09oOGc2OTdOUm5pS1RZKzF0MVJ6SmpqWTMwWlArYW1DYlhXSzA3Z0dBYnhGSzBHZmkvWHZEWVFzUlY3Nlgwek5BYWlMb3VRUm5oSEwwYXlWcFdwSzFuSU1vSGo3MWgzZ2srcTZmSldYbThFdkRJM0FTWmlKU2Rqa05IQVIzVExMbyt6OXl2Rm0wK0ZTOUpNMmhaUHMyUEU2SjQ1MDVCWElLaCtHcXJHNzU5TERIWm1HcXlGNDEyaVZuZ0tKbzB2V1RUOWxxWWFEWnVRa0FlRDJFelhrSjcvSmFxd2FZVVU4bi9LMDd1bklwWFY4PS0tOTBiNUFsbFk4MzlXRit4K1ZpbWVVQT09--766e75a5ab96b045c87d968e8d7f924ce92a773b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:29:45.016438"], ["updated_at", "2016-11-11 21:29:45.016438"]]
27288
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27289
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27290
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-11-11 21:29:45.016438"], ["updated_at", "2016-11-11 21:29:45.022693"], ["id", 5]]
27291
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27292
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27293
+  (6.8ms) commit transaction
27294
+ undefined method `has_key?' for #<String:0x00000006f24760>
27295
+
27296
+
27297
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:30:08 -0500
27298
+ Processing by StaticController#generic_error as HTML
27299
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27300
+
27301
+ RuntimeError (standard-error):
27302
+ app/controllers/static_controller.rb:7:in `generic_error'
27303
+
27304
+
27305
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27306
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27307
+  (0.0ms) begin transaction
27308
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: NUh2UDNXVkpoZGlGdDRRYlBPNXR3enoxK3FtWXlLaDNSbWFwVmNzSzVSS2Z3dGtvbi92MEU4b25JZlNCempxTlpremhWb3pvMEVqVnBuZWkvMHJrOXFtekJwVnIrV3ZYM1BqSVg2QmRCczd6YzFXU01ZVDQ1K3lLZS8xcDBJN09oOGc2OTdOUm5pS1RZKzF0MVJ6SmpqWTMwWlArYW1DYlhXSzA3Z0dBYnhGSzBHZmkvWHZEWVFzUlY3Nlgwek5BYWlMb3VRUm5oSEwwYXlWcFdwSzFuSU1vSGo3MWgzZ2srcTZmSldYbThFdkRJM0FTWmlKU2Rqa05IQVIzVExMbyt6OXl2Rm0wK0ZTOUpNMmhaUHMyUEU2SjQ1MDVCWElLaCtHcXJHNzU5TERIWm1HcXlGNDEyaVZuZ0tKbzB2V1RUOWxxWWFEWnVRa0FlRDJFelhrSjcvSmFxd2FZVVU4bi9LMDd1bklwWFY4PS0tOTBiNUFsbFk4MzlXRit4K1ZpbWVVQT09--766e75a5ab96b045c87d968e8d7f924ce92a773b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:30:08.341475"], ["updated_at", "2016-11-11 21:30:08.341475"]]
27309
+ SQL (0.9ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27310
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27311
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-11-11 21:30:08.341475"], ["updated_at", "2016-11-11 21:30:08.350032"], ["id", 5]]
27312
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27313
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27314
+  (7.1ms) commit transaction
27315
+ undefined method `has_key?' for #<String:0x00000005111a98>
27316
+
27317
+
27318
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:30:32 -0500
27319
+ Processing by StaticController#generic_error as HTML
27320
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27321
+
27322
+ RuntimeError (standard-error):
27323
+ app/controllers/static_controller.rb:7:in `generic_error'
27324
+
27325
+
27326
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27327
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27328
+  (0.0ms) begin transaction
27329
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: NUh2UDNXVkpoZGlGdDRRYlBPNXR3enoxK3FtWXlLaDNSbWFwVmNzSzVSS2Z3dGtvbi92MEU4b25JZlNCempxTlpremhWb3pvMEVqVnBuZWkvMHJrOXFtekJwVnIrV3ZYM1BqSVg2QmRCczd6YzFXU01ZVDQ1K3lLZS8xcDBJN09oOGc2OTdOUm5pS1RZKzF0MVJ6SmpqWTMwWlArYW1DYlhXSzA3Z0dBYnhGSzBHZmkvWHZEWVFzUlY3Nlgwek5BYWlMb3VRUm5oSEwwYXlWcFdwSzFuSU1vSGo3MWgzZ2srcTZmSldYbThFdkRJM0FTWmlKU2Rqa05IQVIzVExMbyt6OXl2Rm0wK0ZTOUpNMmhaUHMyUEU2SjQ1MDVCWElLaCtHcXJHNzU5TERIWm1HcXlGNDEyaVZuZ0tKbzB2V1RUOWxxWWFEWnVRa0FlRDJFelhrSjcvSmFxd2FZVVU4bi9LMDd1bklwWFY4PS0tOTBiNUFsbFk4MzlXRit4K1ZpbWVVQT09--766e75a5ab96b045c87d968e8d7f924ce92a773b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:30:32.682310"], ["updated_at", "2016-11-11 21:30:32.682310"]]
27330
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27331
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27332
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-11-11 21:30:32.682310"], ["updated_at", "2016-11-11 21:30:32.688905"], ["id", 5]]
27333
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27334
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27335
+  (12.0ms) commit transaction
27336
+ undefined method `has_key?' for #<String:0x00000002fdb4c8>
27337
+
27338
+
27339
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:30:40 -0500
27340
+ Processing by StaticController#generic_error as HTML
27341
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27342
+
27343
+ RuntimeError (standard-error):
27344
+ app/controllers/static_controller.rb:7:in `generic_error'
27345
+
27346
+
27347
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27348
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27349
+  (0.1ms) begin transaction
27350
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: NUh2UDNXVkpoZGlGdDRRYlBPNXR3enoxK3FtWXlLaDNSbWFwVmNzSzVSS2Z3dGtvbi92MEU4b25JZlNCempxTlpremhWb3pvMEVqVnBuZWkvMHJrOXFtekJwVnIrV3ZYM1BqSVg2QmRCczd6YzFXU01ZVDQ1K3lLZS8xcDBJN09oOGc2OTdOUm5pS1RZKzF0MVJ6SmpqWTMwWlArYW1DYlhXSzA3Z0dBYnhGSzBHZmkvWHZEWVFzUlY3Nlgwek5BYWlMb3VRUm5oSEwwYXlWcFdwSzFuSU1vSGo3MWgzZ2srcTZmSldYbThFdkRJM0FTWmlKU2Rqa05IQVIzVExMbyt6OXl2Rm0wK0ZTOUpNMmhaUHMyUEU2SjQ1MDVCWElLaCtHcXJHNzU5TERIWm1HcXlGNDEyaVZuZ0tKbzB2V1RUOWxxWWFEWnVRa0FlRDJFelhrSjcvSmFxd2FZVVU4bi9LMDd1bklwWFY4PS0tOTBiNUFsbFk4MzlXRit4K1ZpbWVVQT09--766e75a5ab96b045c87d968e8d7f924ce92a773b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:30:40.753873"], ["updated_at", "2016-11-11 21:30:40.753873"]]
27351
+ SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27352
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27353
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-11-11 21:30:40.753873"], ["updated_at", "2016-11-11 21:30:40.760016"], ["id", 5]]
27354
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27355
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27356
+  (7.8ms) commit transaction
27357
+ undefined method `has_key?' for #<String:0x00000006972ee8>
27358
+
27359
+
27360
+ Started GET "/errdo" for 127.0.0.1 at 2016-11-11 16:31:12 -0500
27361
+ Processing by Errdo::ErrorsController#index as HTML
27362
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27363
+  (0.3ms) SELECT COUNT(*) FROM "errors"
27364
+ Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0
27365
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27366
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (33.8ms)
27367
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.2ms)
27368
+ Completed 200 OK in 234ms (Views: 229.7ms | ActiveRecord: 1.5ms)
27369
+
27370
+
27371
+ Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-11-11 16:31:12 -0500
27372
+
27373
+
27374
+ Started GET "/errdo/errors/5" for 127.0.0.1 at 2016-11-11 16:31:16 -0500
27375
+ Processing by Errdo::ErrorsController#show as HTML
27376
+ Parameters: {"id"=>"5"}
27377
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27378
+ Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
27379
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 5]]
27380
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 5]]
27381
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27382
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27383
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27384
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27385
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27386
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27387
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (21.6ms)
27388
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms)
27389
+ Completed 200 OK in 54ms (Views: 39.1ms | ActiveRecord: 2.3ms)
27390
+
27391
+
27392
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:33:35 -0500
27393
+ Processing by StaticController#generic_error as HTML
27394
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27395
+
27396
+ RuntimeError (standard-error):
27397
+ app/controllers/static_controller.rb:7:in `generic_error'
27398
+
27399
+
27400
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27401
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27402
+  (0.1ms) begin transaction
27403
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:33:35.506458"], ["updated_at", "2016-11-11 21:33:35.506458"]]
27404
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27405
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27406
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-11-11 21:33:35.506458"], ["updated_at", "2016-11-11 21:33:35.514863"], ["id", 5]]
27407
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27408
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27409
+  (10.8ms) commit transaction
27410
+ undefined method `has_key?' for #<String:0x007f18f6c6ea60>
27411
+
27412
+
27413
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:33:52 -0500
27414
+ Processing by StaticController#generic_error as HTML
27415
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27416
+
27417
+ RuntimeError (standard-error):
27418
+ app/controllers/static_controller.rb:7:in `generic_error'
27419
+
27420
+
27421
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27422
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27423
+  (0.0ms) begin transaction
27424
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:33:52.115753"], ["updated_at", "2016-11-11 21:33:52.115753"]]
27425
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27426
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27427
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 7], ["last_occurred_at", "2016-11-11 21:33:52.115753"], ["updated_at", "2016-11-11 21:33:52.121692"], ["id", 5]]
27428
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27429
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27430
+  (7.1ms) commit transaction
27431
+ undefined method `has_key?' for #<String:0x007f18f72c9d38>
27432
+
27433
+
27434
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:33:53 -0500
27435
+ Processing by StaticController#generic_error as HTML
27436
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27437
+
27438
+ RuntimeError (standard-error):
27439
+ app/controllers/static_controller.rb:7:in `generic_error'
27440
+
27441
+
27442
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27443
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27444
+  (0.1ms) begin transaction
27445
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:33:53.966768"], ["updated_at", "2016-11-11 21:33:53.966768"]]
27446
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27447
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27448
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 8], ["last_occurred_at", "2016-11-11 21:33:53.966768"], ["updated_at", "2016-11-11 21:33:53.974796"], ["id", 5]]
27449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27450
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27451
+  (17.3ms) commit transaction
27452
+ undefined method `has_key?' for #<String:0x007f18f7602590>
27453
+
27454
+
27455
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:33:58 -0500
27456
+ Processing by StaticController#generic_error as HTML
27457
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27458
+
27459
+ RuntimeError (standard-error):
27460
+ app/controllers/static_controller.rb:7:in `generic_error'
27461
+
27462
+
27463
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27464
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27465
+  (0.1ms) begin transaction
27466
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:33:58.663515"], ["updated_at", "2016-11-11 21:33:58.663515"]]
27467
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27468
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27469
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 9], ["last_occurred_at", "2016-11-11 21:33:58.663515"], ["updated_at", "2016-11-11 21:33:58.670209"], ["id", 5]]
27470
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27471
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27472
+  (11.0ms) commit transaction
27473
+ undefined method `has_key?' for #<String:0x00000004bc7ab0>
27474
+
27475
+
27476
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:38:21 -0500
27477
+ Processing by StaticController#generic_error as HTML
27478
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27479
+
27480
+ RuntimeError (standard-error):
27481
+ app/controllers/static_controller.rb:7:in `generic_error'
27482
+
27483
+
27484
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27485
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27486
+  (0.0ms) begin transaction
27487
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:38:21.416866"], ["updated_at", "2016-11-11 21:38:21.416866"]]
27488
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27489
+ Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27490
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 10], ["last_occurred_at", "2016-11-11 21:38:21.416866"], ["updated_at", "2016-11-11 21:38:21.425845"], ["id", 5]]
27491
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27492
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27493
+  (7.4ms) commit transaction
27494
+ undefined method `has_key?' for #<String:0x007f18f6d7d2d0>
27495
+
27496
+
27497
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:38:38 -0500
27498
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27499
+ Processing by StaticController#generic_error as HTML
27500
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27501
+
27502
+ RuntimeError (standard-error):
27503
+ app/controllers/static_controller.rb:7:in `generic_error'
27504
+
27505
+
27506
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27507
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27508
+  (0.1ms) begin transaction
27509
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:38:38.719932"], ["updated_at", "2016-11-11 21:38:38.719932"]]
27510
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27511
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27512
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 11], ["last_occurred_at", "2016-11-11 21:38:38.719932"], ["updated_at", "2016-11-11 21:38:38.731347"], ["id", 5]]
27513
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27514
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27515
+  (8.2ms) commit transaction
27516
+
27517
+
27518
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:38:40 -0500
27519
+ Processing by StaticController#generic_error as HTML
27520
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27521
+
27522
+ RuntimeError (standard-error):
27523
+ app/controllers/static_controller.rb:7:in `generic_error'
27524
+
27525
+
27526
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27527
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27528
+  (0.1ms) begin transaction
27529
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:38:40.568180"], ["updated_at", "2016-11-11 21:38:40.568180"]]
27530
+ SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27531
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27532
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 12], ["last_occurred_at", "2016-11-11 21:38:40.568180"], ["updated_at", "2016-11-11 21:38:40.574012"], ["id", 5]]
27533
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27534
+ Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27535
+  (15.9ms) commit transaction
27536
+
27537
+
27538
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:40:50 -0500
27539
+ Processing by StaticController#generic_error as HTML
27540
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27541
+
27542
+ RuntimeError (standard-error):
27543
+ app/controllers/static_controller.rb:7:in `generic_error'
27544
+
27545
+
27546
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27547
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27548
+  (0.0ms) begin transaction
27549
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:40:50.609037"], ["updated_at", "2016-11-11 21:40:50.609037"]]
27550
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27551
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27552
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 13], ["last_occurred_at", "2016-11-11 21:40:50.609037"], ["updated_at", "2016-11-11 21:40:50.616487"], ["id", 5]]
27553
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27554
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27555
+  (9.4ms) commit transaction
27556
+
27557
+
27558
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:41:11 -0500
27559
+ Processing by StaticController#generic_error as HTML
27560
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27561
+
27562
+ RuntimeError (standard-error):
27563
+ app/controllers/static_controller.rb:7:in `generic_error'
27564
+
27565
+
27566
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27567
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27568
+  (0.0ms) begin transaction
27569
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:41:12.070601"], ["updated_at", "2016-11-11 21:41:12.070601"]]
27570
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27571
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27572
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 14], ["last_occurred_at", "2016-11-11 21:41:12.070601"], ["updated_at", "2016-11-11 21:41:12.078294"], ["id", 5]]
27573
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27574
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27575
+  (10.3ms) commit transaction
27576
+
27577
+
27578
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:41:52 -0500
27579
+ Processing by StaticController#generic_error as HTML
27580
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27581
+
27582
+ RuntimeError (standard-error):
27583
+ app/controllers/static_controller.rb:7:in `generic_error'
27584
+
27585
+
27586
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27587
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27588
+  (0.1ms) begin transaction
27589
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:41:52.602302"], ["updated_at", "2016-11-11 21:41:52.602302"]]
27590
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27591
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27592
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 15], ["last_occurred_at", "2016-11-11 21:41:52.602302"], ["updated_at", "2016-11-11 21:41:52.610681"], ["id", 5]]
27593
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27594
+ Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27595
+  (6.6ms) commit transaction
27596
+
27597
+
27598
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:42:03 -0500
27599
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27600
+ Processing by StaticController#generic_error as HTML
27601
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27602
+
27603
+ RuntimeError (standard-error):
27604
+ app/controllers/static_controller.rb:7:in `generic_error'
27605
+
27606
+
27607
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27608
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27609
+  (0.1ms) begin transaction
27610
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:42:03.156518"], ["updated_at", "2016-11-11 21:42:03.156518"]]
27611
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27612
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27613
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 16], ["last_occurred_at", "2016-11-11 21:42:03.156518"], ["updated_at", "2016-11-11 21:42:03.169696"], ["id", 5]]
27614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27615
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27616
+  (6.6ms) commit transaction
27617
+
27618
+
27619
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:42:54 -0500
27620
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27621
+ Processing by StaticController#generic_error as HTML
27622
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27623
+
27624
+ RuntimeError (standard-error):
27625
+ app/controllers/static_controller.rb:7:in `generic_error'
27626
+
27627
+
27628
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27629
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27630
+  (0.1ms) begin transaction
27631
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:42:54.592374"], ["updated_at", "2016-11-11 21:42:54.592374"]]
27632
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27633
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27634
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 17], ["last_occurred_at", "2016-11-11 21:42:54.592374"], ["updated_at", "2016-11-11 21:42:54.606979"], ["id", 5]]
27635
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27636
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27637
+  (6.6ms) commit transaction
27638
+
27639
+
27640
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:44:06 -0500
27641
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27642
+ Processing by StaticController#generic_error as HTML
27643
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27644
+
27645
+ RuntimeError (standard-error):
27646
+ app/controllers/static_controller.rb:7:in `generic_error'
27647
+
27648
+
27649
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27650
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27651
+  (0.1ms) begin transaction
27652
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:44:06.387776"], ["updated_at", "2016-11-11 21:44:06.387776"]]
27653
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27654
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27655
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 18], ["last_occurred_at", "2016-11-11 21:44:06.387776"], ["updated_at", "2016-11-11 21:44:06.399164"], ["id", 5]]
27656
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27657
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27658
+  (6.6ms) commit transaction
27659
+
27660
+
27661
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:47:50 -0500
27662
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27663
+ Processing by StaticController#generic_error as HTML
27664
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27665
+
27666
+ RuntimeError (standard-error):
27667
+ app/controllers/static_controller.rb:7:in `generic_error'
27668
+
27669
+
27670
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27671
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27672
+  (0.1ms) begin transaction
27673
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:47:51.044063"], ["updated_at", "2016-11-11 21:47:51.044063"]]
27674
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27675
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27676
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 19], ["last_occurred_at", "2016-11-11 21:47:51.044063"], ["updated_at", "2016-11-11 21:47:51.058258"], ["id", 5]]
27677
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27678
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27679
+  (10.7ms) commit transaction
27680
+
27681
+
27682
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:52:15 -0500
27683
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
27684
+ Processing by StaticController#generic_error as HTML
27685
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27686
+
27687
+ RuntimeError (standard-error):
27688
+ app/controllers/static_controller.rb:7:in `generic_error'
27689
+
27690
+
27691
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27692
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27693
+  (0.0ms) begin transaction
27694
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:52:15.241393"], ["updated_at", "2016-11-11 21:52:15.241393"]]
27695
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27696
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27697
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 20], ["last_occurred_at", "2016-11-11 21:52:15.241393"], ["updated_at", "2016-11-11 21:52:15.254419"], ["id", 5]]
27698
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27699
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27700
+  (6.9ms) commit transaction
27701
+
27702
+
27703
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:53:00 -0500
27704
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27705
+ Processing by StaticController#generic_error as HTML
27706
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27707
+
27708
+ RuntimeError (standard-error):
27709
+ app/controllers/static_controller.rb:7:in `generic_error'
27710
+
27711
+
27712
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27713
+ Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27714
+  (0.1ms) begin transaction
27715
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:53:00.468157"], ["updated_at", "2016-11-11 21:53:00.468157"]]
27716
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27717
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27718
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 21], ["last_occurred_at", "2016-11-11 21:53:00.468157"], ["updated_at", "2016-11-11 21:53:00.483109"], ["id", 5]]
27719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27720
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27721
+  (11.1ms) commit transaction
27722
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
27723
+
27724
+
27725
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:57:31 -0500
27726
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27727
+ Processing by StaticController#generic_error as HTML
27728
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27729
+
27730
+ RuntimeError (standard-error):
27731
+ app/controllers/static_controller.rb:7:in `generic_error'
27732
+
27733
+
27734
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27735
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27736
+  (0.1ms) begin transaction
27737
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:57:31.167894"], ["updated_at", "2016-11-11 21:57:31.167894"]]
27738
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27739
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27740
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 22], ["last_occurred_at", "2016-11-11 21:57:31.167894"], ["updated_at", "2016-11-11 21:57:31.181596"], ["id", 5]]
27741
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27742
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27743
+  (10.6ms) commit transaction
27744
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
27745
+
27746
+
27747
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:58:15 -0500
27748
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27749
+ Processing by StaticController#generic_error as HTML
27750
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27751
+
27752
+ RuntimeError (standard-error):
27753
+ app/controllers/static_controller.rb:7:in `generic_error'
27754
+
27755
+
27756
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27757
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27758
+  (0.1ms) begin transaction
27759
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:58:16.082685"], ["updated_at", "2016-11-11 21:58:16.082685"]]
27760
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27761
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27762
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 23], ["last_occurred_at", "2016-11-11 21:58:16.082685"], ["updated_at", "2016-11-11 21:58:16.096581"], ["id", 5]]
27763
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27764
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27765
+  (8.3ms) commit transaction
27766
+
27767
+
27768
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 16:58:48 -0500
27769
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27770
+ Processing by StaticController#generic_error as HTML
27771
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27772
+
27773
+ RuntimeError (standard-error):
27774
+ app/controllers/static_controller.rb:7:in `generic_error'
27775
+
27776
+
27777
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27778
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27779
+  (0.1ms) begin transaction
27780
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 21:58:48.357405"], ["updated_at", "2016-11-11 21:58:48.357405"]]
27781
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27782
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27783
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 24], ["last_occurred_at", "2016-11-11 21:58:48.357405"], ["updated_at", "2016-11-11 21:58:48.372055"], ["id", 5]]
27784
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27785
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27786
+  (11.0ms) commit transaction
27787
+ Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
27788
+
27789
+
27790
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:02:00 -0500
27791
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27792
+ Processing by StaticController#generic_error as HTML
27793
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27794
+
27795
+ RuntimeError (standard-error):
27796
+ app/controllers/static_controller.rb:7:in `generic_error'
27797
+
27798
+
27799
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27800
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27801
+  (0.1ms) begin transaction
27802
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:02:00.708938"], ["updated_at", "2016-11-11 22:02:00.708938"]]
27803
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27804
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27805
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 25], ["last_occurred_at", "2016-11-11 22:02:00.708938"], ["updated_at", "2016-11-11 22:02:00.728129"], ["id", 5]]
27806
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27807
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27808
+  (12.3ms) commit transaction
27809
+
27810
+
27811
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:05:13 -0500
27812
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27813
+ Processing by StaticController#generic_error as HTML
27814
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27815
+
27816
+ RuntimeError (standard-error):
27817
+ app/controllers/static_controller.rb:7:in `generic_error'
27818
+
27819
+
27820
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27821
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27822
+  (0.1ms) begin transaction
27823
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:05:13.736538"], ["updated_at", "2016-11-11 22:05:13.736538"]]
27824
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27825
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27826
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 26], ["last_occurred_at", "2016-11-11 22:05:13.736538"], ["updated_at", "2016-11-11 22:05:13.750107"], ["id", 5]]
27827
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27828
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27829
+  (6.6ms) commit transaction
27830
+
27831
+
27832
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:10:40 -0500
27833
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27834
+ Processing by StaticController#generic_error as HTML
27835
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27836
+
27837
+ RuntimeError (standard-error):
27838
+ app/controllers/static_controller.rb:7:in `generic_error'
27839
+
27840
+
27841
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27842
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27843
+  (0.1ms) begin transaction
27844
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:10:40.867086"], ["updated_at", "2016-11-11 22:10:40.867086"]]
27845
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27846
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27847
+ SQL (1.0ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 27], ["last_occurred_at", "2016-11-11 22:10:40.867086"], ["updated_at", "2016-11-11 22:10:40.881114"], ["id", 5]]
27848
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27849
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27850
+  (10.7ms) commit transaction
27851
+
27852
+
27853
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:11:00 -0500
27854
+ Processing by StaticController#generic_error as HTML
27855
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27856
+
27857
+ RuntimeError (standard-error):
27858
+ app/controllers/static_controller.rb:7:in `generic_error'
27859
+
27860
+
27861
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27862
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27863
+  (0.1ms) begin transaction
27864
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:11:00.811547"], ["updated_at", "2016-11-11 22:11:00.811547"]]
27865
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27866
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27867
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 28], ["last_occurred_at", "2016-11-11 22:11:00.811547"], ["updated_at", "2016-11-11 22:11:00.818296"], ["id", 5]]
27868
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27869
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27870
+  (10.7ms) commit transaction
27871
+
27872
+
27873
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:14:14 -0500
27874
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27875
+ Processing by StaticController#generic_error as HTML
27876
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
27877
+
27878
+ RuntimeError (standard-error):
27879
+ app/controllers/static_controller.rb:7:in `generic_error'
27880
+
27881
+
27882
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27883
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27884
+  (0.1ms) begin transaction
27885
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:14:15.019189"], ["updated_at", "2016-11-11 22:14:15.019189"]]
27886
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27887
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27888
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 29], ["last_occurred_at", "2016-11-11 22:14:15.019189"], ["updated_at", "2016-11-11 22:14:15.029433"], ["id", 5]]
27889
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27890
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27891
+  (8.1ms) commit transaction
27892
+
27893
+
27894
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:15:54 -0500
27895
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27896
+ Processing by StaticController#generic_error as HTML
27897
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
27898
+
27899
+ RuntimeError (standard-error):
27900
+ app/controllers/static_controller.rb:7:in `generic_error'
27901
+
27902
+
27903
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27904
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27905
+  (0.1ms) begin transaction
27906
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:15:54.581610"], ["updated_at", "2016-11-11 22:15:54.581610"]]
27907
+ SQL (0.6ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27908
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27909
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 30], ["last_occurred_at", "2016-11-11 22:15:54.581610"], ["updated_at", "2016-11-11 22:15:54.594774"], ["id", 5]]
27910
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27911
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27912
+  (11.1ms) commit transaction
27913
+
27914
+
27915
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:18:47 -0500
27916
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27917
+ Processing by StaticController#generic_error as HTML
27918
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
27919
+
27920
+ RuntimeError (standard-error):
27921
+ app/controllers/static_controller.rb:7:in `generic_error'
27922
+
27923
+
27924
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27925
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27926
+  (0.1ms) begin transaction
27927
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:18:47.874732"], ["updated_at", "2016-11-11 22:18:47.874732"]]
27928
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27929
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27930
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 31], ["last_occurred_at", "2016-11-11 22:18:47.874732"], ["updated_at", "2016-11-11 22:18:47.887466"], ["id", 5]]
27931
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27932
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27933
+  (7.4ms) commit transaction
27934
+
27935
+
27936
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:19:54 -0500
27937
+ Processing by StaticController#generic_error as HTML
27938
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
27939
+
27940
+ RuntimeError (standard-error):
27941
+ app/controllers/static_controller.rb:7:in `generic_error'
27942
+
27943
+
27944
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27945
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27946
+  (0.1ms) begin transaction
27947
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:19:54.391248"], ["updated_at", "2016-11-11 22:19:54.391248"]]
27948
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27949
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27950
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 32], ["last_occurred_at", "2016-11-11 22:19:54.391248"], ["updated_at", "2016-11-11 22:19:54.397291"], ["id", 5]]
27951
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27952
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27953
+  (9.0ms) commit transaction
27954
+
27955
+
27956
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:20:01 -0500
27957
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
27958
+ Processing by StaticController#generic_error as HTML
27959
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
27960
+
27961
+ RuntimeError (standard-error):
27962
+ app/controllers/static_controller.rb:7:in `generic_error'
27963
+
27964
+
27965
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27966
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27967
+  (0.1ms) begin transaction
27968
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:20:01.317766"], ["updated_at", "2016-11-11 22:20:01.317766"]]
27969
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27970
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27971
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 33], ["last_occurred_at", "2016-11-11 22:20:01.317766"], ["updated_at", "2016-11-11 22:20:01.332576"], ["id", 5]]
27972
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27973
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27974
+  (14.2ms) commit transaction
27975
+
27976
+
27977
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:20:53 -0500
27978
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27979
+ Processing by StaticController#generic_error as HTML
27980
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
27981
+
27982
+ RuntimeError (standard-error):
27983
+ app/controllers/static_controller.rb:7:in `generic_error'
27984
+
27985
+
27986
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
27987
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
27988
+  (0.0ms) begin transaction
27989
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:20:54.010795"], ["updated_at", "2016-11-11 22:20:54.010795"]]
27990
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
27991
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27992
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 34], ["last_occurred_at", "2016-11-11 22:20:54.010795"], ["updated_at", "2016-11-11 22:20:54.022571"], ["id", 5]]
27993
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
27994
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
27995
+  (5.9ms) commit transaction
27996
+
27997
+
27998
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:24:06 -0500
27999
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28000
+ Processing by StaticController#generic_error as HTML
28001
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28002
+
28003
+ RuntimeError (standard-error):
28004
+ app/controllers/static_controller.rb:7:in `generic_error'
28005
+
28006
+
28007
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28008
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28009
+  (0.1ms) begin transaction
28010
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:24:06.906632"], ["updated_at", "2016-11-11 22:24:06.906632"]]
28011
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28012
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28013
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 35], ["last_occurred_at", "2016-11-11 22:24:06.906632"], ["updated_at", "2016-11-11 22:24:06.920469"], ["id", 5]]
28014
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28015
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28016
+  (7.2ms) commit transaction
28017
+
28018
+
28019
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:26:41 -0500
28020
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28021
+ Processing by StaticController#generic_error as HTML
28022
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28023
+
28024
+ RuntimeError (standard-error):
28025
+ app/controllers/static_controller.rb:7:in `generic_error'
28026
+
28027
+
28028
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28029
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28030
+  (0.1ms) begin transaction
28031
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:26:42.016728"], ["updated_at", "2016-11-11 22:26:42.016728"]]
28032
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28033
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28034
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 36], ["last_occurred_at", "2016-11-11 22:26:42.016728"], ["updated_at", "2016-11-11 22:26:42.031194"], ["id", 5]]
28035
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28036
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28037
+  (10.9ms) commit transaction
28038
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28039
+
28040
+
28041
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:30:10 -0500
28042
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28043
+ Processing by StaticController#generic_error as HTML
28044
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28045
+
28046
+ RuntimeError (standard-error):
28047
+ app/controllers/static_controller.rb:7:in `generic_error'
28048
+
28049
+
28050
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28051
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28052
+  (0.0ms) begin transaction
28053
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:30:10.293233"], ["updated_at", "2016-11-11 22:30:10.293233"]]
28054
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28055
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28056
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 37], ["last_occurred_at", "2016-11-11 22:30:10.293233"], ["updated_at", "2016-11-11 22:30:10.305624"], ["id", 5]]
28057
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28058
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28059
+  (7.3ms) commit transaction
28060
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28061
+
28062
+
28063
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:31:02 -0500
28064
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28065
+ Processing by StaticController#generic_error as HTML
28066
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28067
+
28068
+ RuntimeError (standard-error):
28069
+ app/controllers/static_controller.rb:7:in `generic_error'
28070
+
28071
+
28072
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28073
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28074
+  (0.1ms) begin transaction
28075
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: anE2emxiOE1RQUtpU3k4ZFpsS3Y0MlBsWFpveUdkMW9jdmNOZkVCTEFJckRLVnByWkFzVyswUERhb3RBampUSDI3SDRTSEJ6UTd5MngzaXZGVFZPSDlVbEZPQTFibW5xdGdtT001UXVxM2pUMlU4NlByczQrTTFsbE55MFlhcTBiUW1JVDJ5REVzRVdyRXV3OS9ucE1aVEZsOXBwcCtMNkw3VjRHWWNZbHFQdHZOcjZ2RUFVR0dKeGdIR1hidnRtRUZLVmtSMTUyL2lCVzljdFNwMjR2Rmt2WE1aWWdaeEptOWRITGFLdGFaYTl0YXJyZURwOHJ1NmxlRERPbWFxZzVoNmxySUNQRVFMb1haei9VNFhiMmswaUF6ajU1M2x2d0pNS29UT0dxbXJjMENKWWhPdGw3ZGdsTjUvb1R4TU1iZlRTbktvWVNNdkRuQUJYb3VIYXhzMWJjM1pGdDFKdnh0L09sd1E1N1dRPS0tNS9lVmdmRjgvemhWOElEZnZiMVZ3QT09--891f83435c1529c829565122dfeebf7906b42018\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:31:02.850648"], ["updated_at", "2016-11-11 22:31:02.850648"]]
28076
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28077
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28078
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 38], ["last_occurred_at", "2016-11-11 22:31:02.850648"], ["updated_at", "2016-11-11 22:31:02.865362"], ["id", 5]]
28079
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28080
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28081
+  (11.2ms) commit transaction
28082
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28083
+
28084
+
28085
+ Started GET "/errdo" for 127.0.0.1 at 2016-11-11 17:32:14 -0500
28086
+ Processing by Errdo::ErrorsController#index as HTML
28087
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28088
+  (0.2ms) SELECT COUNT(*) FROM "errors"
28089
+ Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0
28090
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28091
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.3ms)
28092
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (34.2ms)
28093
+ Completed 200 OK in 282ms (Views: 265.1ms | ActiveRecord: 2.1ms)
28094
+
28095
+
28096
+ Started GET "/errdo/errors/5" for 127.0.0.1 at 2016-11-11 17:32:16 -0500
28097
+ Processing by Errdo::ErrorsController#show as HTML
28098
+ Parameters: {"id"=>"5"}
28099
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28100
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28101
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 5]]
28102
+ Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 5]]
28103
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28104
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28105
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28106
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28107
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28108
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28109
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (33.3ms)
28110
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms)
28111
+ Completed 200 OK in 100ms (Views: 74.8ms | ActiveRecord: 1.8ms)
28112
+
28113
+
28114
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:34:43 -0500
28115
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
28116
+ Processing by StaticController#generic_error as HTML
28117
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28118
+
28119
+ RuntimeError (standard-error):
28120
+ app/controllers/static_controller.rb:7:in `generic_error'
28121
+
28122
+
28123
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28124
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28125
+  (0.1ms) begin transaction
28126
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVM3MTJYeEplWXVXeDFjTFB6QzVBU00ySjB4R3M0NzVUbEU0NVJUSzZKbTJ6TmhpaklPVG5EUVc1SFNRUWZKWDk3MkFpbTE2RmlVQWZhaWc2eXVJYmoyRlJIYVk3VmNDa0kxMVRkZElMWEtzTFZlemxQbWtqOUIyWWVwUjZDWVYrYlBycFp4UEd6WEZWMU9IcnRVRlhwSjJWSGdvN3VQdG9GdTZDTmVLa3VTTDVsdnFqYkxMVDVLWm5aTGorZ0dQNG1wWTdJYkI2WmRJSjJmUExaazh6VThNVTFOS0s3dnc3RGU3a1FQNDF0TnI0ZTg4TERSMHdScWtyZDlFeStXOGFCTk0yNVludTgyb0xuQ3hTUUlRMm13aHhzN2k4bHV2OE1IV0hScUtYNDU4Y0xpaUoxNlFyMlU1eDR4cDRISXEza1NkNmlGZWU5WjJtRzZzTVpaUkFINWZGN3pEb2Z2TlgvMTBOaFYvRytnPS0tejJ3RWtnWkFoUkRvQWVCWG1SWTBhQT09--e71d76d03dd515f0399b595100e0da316e249bf6\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:34:43.629833"], ["updated_at", "2016-11-11 22:34:43.629833"]]
28127
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28128
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28129
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 39], ["last_occurred_at", "2016-11-11 22:34:43.629833"], ["updated_at", "2016-11-11 22:34:43.643715"], ["id", 5]]
28130
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28131
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28132
+  (8.4ms) commit transaction
28133
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28134
+
28135
+
28136
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:36:04 -0500
28137
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28138
+ Processing by StaticController#generic_error as HTML
28139
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28140
+
28141
+ RuntimeError (standard-error):
28142
+ app/controllers/static_controller.rb:7:in `generic_error'
28143
+
28144
+
28145
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28146
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28147
+  (0.3ms) begin transaction
28148
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVM3MTJYeEplWXVXeDFjTFB6QzVBU00ySjB4R3M0NzVUbEU0NVJUSzZKbTJ6TmhpaklPVG5EUVc1SFNRUWZKWDk3MkFpbTE2RmlVQWZhaWc2eXVJYmoyRlJIYVk3VmNDa0kxMVRkZElMWEtzTFZlemxQbWtqOUIyWWVwUjZDWVYrYlBycFp4UEd6WEZWMU9IcnRVRlhwSjJWSGdvN3VQdG9GdTZDTmVLa3VTTDVsdnFqYkxMVDVLWm5aTGorZ0dQNG1wWTdJYkI2WmRJSjJmUExaazh6VThNVTFOS0s3dnc3RGU3a1FQNDF0TnI0ZTg4TERSMHdScWtyZDlFeStXOGFCTk0yNVludTgyb0xuQ3hTUUlRMm13aHhzN2k4bHV2OE1IV0hScUtYNDU4Y0xpaUoxNlFyMlU1eDR4cDRISXEza1NkNmlGZWU5WjJtRzZzTVpaUkFINWZGN3pEb2Z2TlgvMTBOaFYvRytnPS0tejJ3RWtnWkFoUkRvQWVCWG1SWTBhQT09--e71d76d03dd515f0399b595100e0da316e249bf6\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:36:05.092350"], ["updated_at", "2016-11-11 22:36:05.092350"]]
28149
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28150
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28151
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 40], ["last_occurred_at", "2016-11-11 22:36:05.092350"], ["updated_at", "2016-11-11 22:36:05.107345"], ["id", 5]]
28152
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28153
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28154
+  (11.0ms) commit transaction
28155
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28156
+
28157
+
28158
+ Started GET "/errdo" for 127.0.0.1 at 2016-11-11 17:37:15 -0500
28159
+ Processing by Errdo::ErrorsController#index as HTML
28160
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28161
+  (0.1ms) SELECT COUNT(*) FROM "errors"
28162
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0
28163
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1)
28164
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.2ms)
28165
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.5ms)
28166
+ Completed 200 OK in 285ms (Views: 270.9ms | ActiveRecord: 1.8ms)
28167
+
28168
+
28169
+ Started GET "/users/1" for 127.0.0.1 at 2016-11-11 17:42:16 -0500
28170
+ Processing by UsersController#show as HTML
28171
+ Parameters: {"id"=>"1"}
28172
+ Rendered users/show.html.erb (0.4ms)
28173
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
28174
+
28175
+
28176
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:47:16 -0500
28177
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
28178
+ Processing by StaticController#generic_error as HTML
28179
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28180
+
28181
+ RuntimeError (standard-error):
28182
+ app/controllers/static_controller.rb:7:in `generic_error'
28183
+
28184
+
28185
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28186
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28187
+  (0.0ms) begin transaction
28188
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:47:16.290760"], ["updated_at", "2016-11-11 22:47:16.290760"]]
28189
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28190
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28191
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 41], ["last_occurred_at", "2016-11-11 22:47:16.290760"], ["updated_at", "2016-11-11 22:47:16.303811"], ["id", 5]]
28192
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28193
+ Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28194
+  (9.3ms) commit transaction
28195
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28196
+
28197
+
28198
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:48:11 -0500
28199
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28200
+ Processing by StaticController#generic_error as HTML
28201
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28202
+
28203
+ RuntimeError (standard-error):
28204
+ app/controllers/static_controller.rb:7:in `generic_error'
28205
+
28206
+
28207
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28208
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28209
+  (0.1ms) begin transaction
28210
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:48:11.472110"], ["updated_at", "2016-11-11 22:48:11.472110"]]
28211
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28212
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28213
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 42], ["last_occurred_at", "2016-11-11 22:48:11.472110"], ["updated_at", "2016-11-11 22:48:11.486354"], ["id", 5]]
28214
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28215
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28216
+  (11.4ms) commit transaction
28217
+ Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28218
+
28219
+
28220
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:49:08 -0500
28221
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28222
+ Processing by StaticController#generic_error as HTML
28223
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28224
+
28225
+ RuntimeError (standard-error):
28226
+ app/controllers/static_controller.rb:7:in `generic_error'
28227
+
28228
+
28229
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28230
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28231
+  (0.1ms) begin transaction
28232
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:49:08.509202"], ["updated_at", "2016-11-11 22:49:08.509202"]]
28233
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28234
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28235
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 43], ["last_occurred_at", "2016-11-11 22:49:08.509202"], ["updated_at", "2016-11-11 22:49:08.523856"], ["id", 5]]
28236
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28237
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28238
+  (7.4ms) commit transaction
28239
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28240
+
28241
+
28242
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:49:54 -0500
28243
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28244
+ Processing by StaticController#generic_error as HTML
28245
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28246
+
28247
+ RuntimeError (standard-error):
28248
+ app/controllers/static_controller.rb:7:in `generic_error'
28249
+
28250
+
28251
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28252
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28253
+  (0.1ms) begin transaction
28254
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:49:54.349168"], ["updated_at", "2016-11-11 22:49:54.349168"]]
28255
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28256
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28257
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 44], ["last_occurred_at", "2016-11-11 22:49:54.349168"], ["updated_at", "2016-11-11 22:49:54.362265"], ["id", 5]]
28258
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28259
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28260
+  (11.5ms) commit transaction
28261
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28262
+
28263
+
28264
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:50:17 -0500
28265
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28266
+ Processing by StaticController#generic_error as HTML
28267
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28268
+
28269
+ RuntimeError (standard-error):
28270
+ app/controllers/static_controller.rb:7:in `generic_error'
28271
+
28272
+
28273
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28274
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28275
+  (0.1ms) begin transaction
28276
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:50:17.580422"], ["updated_at", "2016-11-11 22:50:17.580422"]]
28277
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28278
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28279
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 45], ["last_occurred_at", "2016-11-11 22:50:17.580422"], ["updated_at", "2016-11-11 22:50:17.592450"], ["id", 5]]
28280
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28281
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28282
+  (10.7ms) commit transaction
28283
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28284
+
28285
+
28286
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:51:16 -0500
28287
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28288
+ Processing by StaticController#generic_error as HTML
28289
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28290
+
28291
+ RuntimeError (standard-error):
28292
+ app/controllers/static_controller.rb:7:in `generic_error'
28293
+
28294
+
28295
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28296
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28297
+  (0.1ms) begin transaction
28298
+ SQL (0.7ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:51:16.307809"], ["updated_at", "2016-11-11 22:51:16.307809"]]
28299
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28300
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28301
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 46], ["last_occurred_at", "2016-11-11 22:51:16.307809"], ["updated_at", "2016-11-11 22:51:16.322953"], ["id", 5]]
28302
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28303
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28304
+  (10.6ms) commit transaction
28305
+ Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28306
+
28307
+
28308
+ Started GET "/errdo/errors/56" for 127.0.0.1 at 2016-11-11 17:51:22 -0500
28309
+ Processing by Errdo::ErrorsController#show as HTML
28310
+ Parameters: {"id"=>"56"}
28311
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28312
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 56]]
28313
+ Completed 404 Not Found in 4ms (ActiveRecord: 0.3ms)
28314
+
28315
+ ActiveRecord::RecordNotFound (Couldn't find Errdo::Error with 'id'=56):
28316
+ activerecord (4.2.7.1) lib/active_record/core.rb:155:in `find'
28317
+ /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:16:in `show'
28318
+ actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
28319
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action'
28320
+ actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
28321
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
28322
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call'
28323
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
28324
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call'
28325
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
28326
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
28327
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28328
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
28329
+ actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
28330
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
28331
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument'
28332
+ activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
28333
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument'
28334
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
28335
+ actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
28336
+ activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
28337
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process'
28338
+ actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process'
28339
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch'
28340
+ actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
28341
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action'
28342
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
28343
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
28344
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28345
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28346
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28347
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28348
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28349
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `public_send'
28350
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `method_missing'
28351
+ actionpack (4.2.7.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
28352
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28353
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28354
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28355
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28356
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
28357
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
28358
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
28359
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
28360
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
28361
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
28362
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
28363
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
28364
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
28365
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
28366
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
28367
+ activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call'
28368
+ activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
28369
+ activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call'
28370
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
28371
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
28372
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
28373
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28374
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
28375
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
28376
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
28377
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
28378
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
28379
+ railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app'
28380
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call'
28381
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
28382
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged'
28383
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged'
28384
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call'
28385
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
28386
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
28387
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
28388
+ activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
28389
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28390
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call'
28391
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
28392
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28393
+ railties (4.2.7.1) lib/rails/application.rb:165:in `call'
28394
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28395
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
28396
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
28397
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
28398
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
28399
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
28400
+
28401
+
28402
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rd-4.2.7.1/lib/active_record/core.rb:155:in `find'::Error with 'id'=56cord::RecordNotFound"]]
28403
+  (0.2ms) begin transaction
28404
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' LIMIT 1
28405
+ SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "last_experiencer_id", "last_experiencer_type", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActiveRecord::RecordNotFound"], ["exception_message", "Couldn't find Errdo::Error with 'id'=56"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/56"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/core.rb:155:in\n `find'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:16:in `show'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:4:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:10:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:20:in\n `block in process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:555:in\n `block (2 levels) in compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in\n `_run_process_action_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in\n `block in process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rack_delegation.rb:13:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:237:in\n `block in action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:74:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:43:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:43:in\n `block in serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:817:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:43:in\n `block in serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:817:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block\n in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/conditionalget.rb:25:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/params_parser.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/flash.rb:260:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in\n `context'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:29:in\n `block in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in\n `_run_call_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/remote_ip.rb:78:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in\n `block in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in\n `block in tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/application.rb:165:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/content_length.rb:15:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in\n `service'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block\n in start_thread'\"\n"], ["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["backtrace_hash", "rd-4.2.7.1/lib/active_record/core.rb:155:in `find'::Error with 'id'=56cord::RecordNotFound"], ["created_at", "2016-11-11 22:51:22.923332"], ["updated_at", "2016-11-11 22:51:22.923332"]]
28406
+  (10.4ms) commit transaction
28407
+  (0.1ms) begin transaction
28408
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '56'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 6], ["created_at", "2016-11-11 22:51:22.970722"], ["updated_at", "2016-11-11 22:51:22.970722"]]
28409
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]]
28410
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28411
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-11-11 22:51:22.970722"], ["updated_at", "2016-11-11 22:51:22.977478"], ["id", 6]]
28412
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28413
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28414
+  (6.3ms) commit transaction
28415
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28416
+
28417
+
28418
+ Started GET "/errdo/errors/56" for 127.0.0.1 at 2016-11-11 17:52:00 -0500
28419
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28420
+ Processing by Errdo::ErrorsController#show as HTML
28421
+ Parameters: {"id"=>"56"}
28422
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28423
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 56]]
28424
+ Completed 404 Not Found in 34ms (ActiveRecord: 1.7ms)
28425
+
28426
+ ActiveRecord::RecordNotFound (Couldn't find Errdo::Error with 'id'=56):
28427
+ activerecord (4.2.7.1) lib/active_record/core.rb:155:in `find'
28428
+ /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:16:in `show'
28429
+ actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
28430
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action'
28431
+ actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
28432
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
28433
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call'
28434
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
28435
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call'
28436
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
28437
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
28438
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28439
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
28440
+ actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
28441
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
28442
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument'
28443
+ activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
28444
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument'
28445
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
28446
+ actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
28447
+ activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
28448
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process'
28449
+ actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process'
28450
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch'
28451
+ actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
28452
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action'
28453
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
28454
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
28455
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28456
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28457
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28458
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28459
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28460
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `public_send'
28461
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `method_missing'
28462
+ actionpack (4.2.7.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
28463
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28464
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28465
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28466
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28467
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
28468
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
28469
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
28470
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
28471
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
28472
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
28473
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
28474
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
28475
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
28476
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
28477
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
28478
+ activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call'
28479
+ activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
28480
+ activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call'
28481
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
28482
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
28483
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
28484
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28485
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
28486
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
28487
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
28488
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
28489
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
28490
+ railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app'
28491
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call'
28492
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
28493
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged'
28494
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged'
28495
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call'
28496
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
28497
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
28498
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
28499
+ activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
28500
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28501
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call'
28502
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
28503
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28504
+ railties (4.2.7.1) lib/rails/application.rb:165:in `call'
28505
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28506
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
28507
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
28508
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
28509
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
28510
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
28511
+
28512
+
28513
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rd-4.2.7.1/lib/active_record/core.rb:155:in `find'::Error with 'id'=56cord::RecordNotFound"]]
28514
+  (0.0ms) begin transaction
28515
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '56'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 6], ["created_at", "2016-11-11 22:52:00.301342"], ["updated_at", "2016-11-11 22:52:00.301342"]]
28516
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]]
28517
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28518
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-11-11 22:52:00.301342"], ["updated_at", "2016-11-11 22:52:00.313502"], ["id", 6]]
28519
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28520
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28521
+  (11.0ms) commit transaction
28522
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28523
+
28524
+
28525
+ Started GET "/errdo/errors/56" for 127.0.0.1 at 2016-11-11 17:52:46 -0500
28526
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28527
+ Processing by Errdo::ErrorsController#show as HTML
28528
+ Parameters: {"id"=>"56"}
28529
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28530
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 56]]
28531
+ Completed 404 Not Found in 36ms (ActiveRecord: 1.2ms)
28532
+
28533
+ ActiveRecord::RecordNotFound (Couldn't find Errdo::Error with 'id'=56):
28534
+ activerecord (4.2.7.1) lib/active_record/core.rb:155:in `find'
28535
+ /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:16:in `show'
28536
+ actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
28537
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action'
28538
+ actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
28539
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
28540
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call'
28541
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
28542
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call'
28543
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
28544
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
28545
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28546
+ actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
28547
+ actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
28548
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
28549
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument'
28550
+ activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
28551
+ activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument'
28552
+ actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
28553
+ actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
28554
+ activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
28555
+ actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process'
28556
+ actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process'
28557
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch'
28558
+ actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
28559
+ actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action'
28560
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
28561
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
28562
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28563
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28564
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28565
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28566
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28567
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `public_send'
28568
+ railties (4.2.7.1) lib/rails/railtie.rb:194:in `method_missing'
28569
+ actionpack (4.2.7.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
28570
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
28571
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each'
28572
+ actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve'
28573
+ actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call'
28574
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
28575
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
28576
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
28577
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
28578
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
28579
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
28580
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
28581
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
28582
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
28583
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
28584
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
28585
+ activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call'
28586
+ activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
28587
+ activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call'
28588
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
28589
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
28590
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
28591
+ activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
28592
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
28593
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
28594
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
28595
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
28596
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
28597
+ railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app'
28598
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call'
28599
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
28600
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged'
28601
+ activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged'
28602
+ railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call'
28603
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
28604
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
28605
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
28606
+ activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
28607
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28608
+ actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call'
28609
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
28610
+ railties (4.2.7.1) lib/rails/engine.rb:518:in `call'
28611
+ railties (4.2.7.1) lib/rails/application.rb:165:in `call'
28612
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
28613
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
28614
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
28615
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
28616
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
28617
+ /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
28618
+
28619
+
28620
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rd-4.2.7.1/lib/active_record/core.rb:155:in `find'::Error with 'id'=56cord::RecordNotFound"]]
28621
+  (0.1ms) begin transaction
28622
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '56'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 6], ["created_at", "2016-11-11 22:52:46.547428"], ["updated_at", "2016-11-11 22:52:46.547428"]]
28623
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]]
28624
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28625
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-11-11 22:52:46.547428"], ["updated_at", "2016-11-11 22:52:46.560351"], ["id", 6]]
28626
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28627
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rd-4.2.7.1/lib/active_record/core.rb:155:in `find''::Error with ''id''=56cord::RecordNotFound' AND "errors"."id" != 6) LIMIT 1
28628
+  (6.8ms) commit transaction
28629
+ Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28630
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]]
28631
+
28632
+
28633
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:52:48 -0500
28634
+ Processing by StaticController#generic_error as HTML
28635
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28636
+
28637
+ RuntimeError (standard-error):
28638
+ app/controllers/static_controller.rb:7:in `generic_error'
28639
+
28640
+
28641
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28642
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28643
+  (0.1ms) begin transaction
28644
+ SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:52:48.937403"], ["updated_at", "2016-11-11 22:52:48.937403"]]
28645
+ SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28646
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28647
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 47], ["last_occurred_at", "2016-11-11 22:52:48.937403"], ["updated_at", "2016-11-11 22:52:48.945222"], ["id", 5]]
28648
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28649
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28650
+  (13.0ms) commit transaction
28651
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28652
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28653
+
28654
+
28655
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:53:02 -0500
28656
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28657
+ Processing by StaticController#generic_error as HTML
28658
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28659
+
28660
+ RuntimeError (standard-error):
28661
+ app/controllers/static_controller.rb:7:in `generic_error'
28662
+
28663
+
28664
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28665
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28666
+  (0.1ms) begin transaction
28667
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:53:02.365972"], ["updated_at", "2016-11-11 22:53:02.365972"]]
28668
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28669
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28670
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 48], ["last_occurred_at", "2016-11-11 22:53:02.365972"], ["updated_at", "2016-11-11 22:53:02.380783"], ["id", 5]]
28671
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28672
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28673
+  (10.1ms) commit transaction
28674
+ Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28675
+ Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28676
+
28677
+
28678
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 17:54:00 -0500
28679
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28680
+ Processing by StaticController#generic_error as HTML
28681
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28682
+
28683
+ RuntimeError (standard-error):
28684
+ app/controllers/static_controller.rb:7:in `generic_error'
28685
+
28686
+
28687
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28688
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28689
+  (0.0ms) begin transaction
28690
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UXNHeUVsZU5FOW1yU0JIQ2haWXpBaW9YS0diUVNoNHFjZkdWa2lnTUxJZ0Q2V0lBRUhqOXVpQmJXTEVPOCtLVHRWOG9SOUJWRUM4cnFSVFVwY3NsSFBBVWlkM3BPUjlQaXd5SjN1UHI0MUJsQkxaOEVxTUgxSmdCc21BVk9sbWpNd2ZCOEFtU3RYYWpmYUF5ZWJ6ZU9JektxckJJRHNOYWhMYUIyMmpnOTZHc25ER2JUb0lUdERxT0Y4NUZIa0g2aUk2bGN2aUUxUUFiQk1QTE5OcjhNTDdYMzJUa1ZGQlRIQ3BVMlF6dkdONXEyempUZDQ2VGlZazFmd0F1b0xzMGRHaDBQM2FNbms0TUJEYVFEbUVtNnRwYWxqcXptZ1BrUWhTaVd5dVY0a0xFREhVYkNtVWJZYzRmTGpoU09samxyNDdLV2ZFTTVISmp2SnhBd1FqSENKQkc4MzNER1pnMDdORUZLNmpsN2ZBPS0tYjRmOURwOHJvZXl1S2U4eWlhc3VHUT09--1f90d39e89175a2a87af401365f7ea2c7cda9bc2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 22:54:00.568260"], ["updated_at", "2016-11-11 22:54:00.568260"]]
28691
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28692
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28693
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 49], ["last_occurred_at", "2016-11-11 22:54:00.568260"], ["updated_at", "2016-11-11 22:54:00.578534"], ["id", 5]]
28694
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28695
+ Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28696
+  (6.7ms) commit transaction
28697
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28698
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28699
+
28700
+
28701
+ Started GET "/errdo/errors/5" for 127.0.0.1 at 2016-11-11 17:54:05 -0500
28702
+ Processing by Errdo::ErrorsController#show as HTML
28703
+ Parameters: {"id"=>"5"}
28704
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28705
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28706
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 5]]
28707
+ Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 5]]
28708
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28709
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28710
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28711
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28712
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28713
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28714
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (53.3ms)
28715
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (10.8ms)
28716
+ Completed 200 OK in 333ms (Views: 327.0ms | ActiveRecord: 1.4ms)
28717
+
28718
+
28719
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:13:52 -0500
28720
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
28721
+ Processing by StaticController#generic_error as HTML
28722
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28723
+
28724
+ RuntimeError (standard-error):
28725
+ app/controllers/static_controller.rb:7:in `generic_error'
28726
+
28727
+
28728
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28729
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28730
+  (0.1ms) begin transaction
28731
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:13:52.662978"], ["updated_at", "2016-11-11 23:13:52.662978"]]
28732
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28733
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28734
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 50], ["last_occurred_at", "2016-11-11 23:13:52.662978"], ["updated_at", "2016-11-11 23:13:52.677051"], ["id", 5]]
28735
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28736
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28737
+  (10.8ms) commit transaction
28738
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28739
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28740
+
28741
+
28742
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:14:11 -0500
28743
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28744
+ Processing by StaticController#generic_error as HTML
28745
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28746
+
28747
+ RuntimeError (standard-error):
28748
+ app/controllers/static_controller.rb:7:in `generic_error'
28749
+
28750
+
28751
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28752
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28753
+  (0.1ms) begin transaction
28754
+ SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:14:11.877132"], ["updated_at", "2016-11-11 23:14:11.877132"]]
28755
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28756
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28757
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 51], ["last_occurred_at", "2016-11-11 23:14:11.877132"], ["updated_at", "2016-11-11 23:14:11.890894"], ["id", 5]]
28758
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28759
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28760
+  (6.2ms) commit transaction
28761
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28762
+ Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28763
+ Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28764
+
28765
+
28766
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:16:33 -0500
28767
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28768
+ Processing by StaticController#generic_error as HTML
28769
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28770
+
28771
+ RuntimeError (standard-error):
28772
+ app/controllers/static_controller.rb:7:in `generic_error'
28773
+
28774
+
28775
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28776
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28777
+  (0.1ms) begin transaction
28778
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:16:33.291934"], ["updated_at", "2016-11-11 23:16:33.291934"]]
28779
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28780
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28781
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 52], ["last_occurred_at", "2016-11-11 23:16:33.291934"], ["updated_at", "2016-11-11 23:16:33.306493"], ["id", 5]]
28782
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28783
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28784
+  (7.2ms) commit transaction
28785
+
28786
+
28787
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:16:56 -0500
28788
+ Processing by StaticController#generic_error as HTML
28789
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28790
+
28791
+ RuntimeError (standard-error):
28792
+ app/controllers/static_controller.rb:7:in `generic_error'
28793
+
28794
+
28795
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28796
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28797
+  (0.0ms) begin transaction
28798
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:16:56.869658"], ["updated_at", "2016-11-11 23:16:56.869658"]]
28799
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28800
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28801
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 53], ["last_occurred_at", "2016-11-11 23:16:56.869658"], ["updated_at", "2016-11-11 23:16:56.875212"], ["id", 5]]
28802
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28803
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28804
+  (7.2ms) commit transaction
28805
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28806
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28807
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28808
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28809
+ undefined local variable or method `request' for #<Errdo::Notifications::Slack::SlackMessager:0x00000006976e80>
28810
+ Did you mean? require
28811
+
28812
+
28813
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:17:43 -0500
28814
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28815
+ Processing by StaticController#generic_error as HTML
28816
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28817
+
28818
+ RuntimeError (standard-error):
28819
+ app/controllers/static_controller.rb:7:in `generic_error'
28820
+
28821
+
28822
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28823
+ Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28824
+  (0.1ms) begin transaction
28825
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:17:43.259727"], ["updated_at", "2016-11-11 23:17:43.259727"]]
28826
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28827
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28828
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 54], ["last_occurred_at", "2016-11-11 23:17:43.259727"], ["updated_at", "2016-11-11 23:17:43.274114"], ["id", 5]]
28829
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28830
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28831
+  (11.1ms) commit transaction
28832
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28833
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28834
+ Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28835
+ undefined local variable or method `request' for #<Errdo::Notifications::Slack::SlackMessager:0x00000006359fe8>
28836
+ Did you mean? require
28837
+
28838
+
28839
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:18:17 -0500
28840
+ Processing by StaticController#generic_error as HTML
28841
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28842
+
28843
+ RuntimeError (standard-error):
28844
+ app/controllers/static_controller.rb:7:in `generic_error'
28845
+
28846
+
28847
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28848
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28849
+  (0.1ms) begin transaction
28850
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:18:17.639712"], ["updated_at", "2016-11-11 23:18:17.639712"]]
28851
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28852
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28853
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 55], ["last_occurred_at", "2016-11-11 23:18:17.639712"], ["updated_at", "2016-11-11 23:18:17.648611"], ["id", 5]]
28854
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28855
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28856
+  (8.8ms) commit transaction
28857
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28858
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28859
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28860
+ undefined local variable or method `request' for #<Errdo::Notifications::Slack::SlackMessager:0x000000057acbc8>
28861
+ Did you mean? require
28862
+
28863
+
28864
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:18:25 -0500
28865
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28866
+ Processing by StaticController#generic_error as HTML
28867
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28868
+
28869
+ RuntimeError (standard-error):
28870
+ app/controllers/static_controller.rb:7:in `generic_error'
28871
+
28872
+
28873
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28874
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28875
+  (0.1ms) begin transaction
28876
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:18:25.935339"], ["updated_at", "2016-11-11 23:18:25.935339"]]
28877
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28878
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28879
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 56], ["last_occurred_at", "2016-11-11 23:18:25.935339"], ["updated_at", "2016-11-11 23:18:25.945729"], ["id", 5]]
28880
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28881
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28882
+  (10.0ms) commit transaction
28883
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28884
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28885
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28886
+ no implicit conversion of Hash into Array
28887
+
28888
+
28889
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:19:11 -0500
28890
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28891
+ Processing by StaticController#generic_error as HTML
28892
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28893
+
28894
+ RuntimeError (standard-error):
28895
+ app/controllers/static_controller.rb:7:in `generic_error'
28896
+
28897
+
28898
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28899
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28900
+  (0.1ms) begin transaction
28901
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SVpJSFE0Szc1em5OS1BsUjkvdklyWGlld0ErRzc5QXEwN3M5djluWDRTcDMreUlBRjVSaFhmNDVtb2t5aDJ3ZVJTUk11YWg1aFNreEpZb1NQWFhNQXI1aUNKcEhIT2piZmU2RGQxUVRaM0NJaXJtQjRNYnhpV0hpRlFLNTdLZjZuWXhiUU9VT0pvTHB4a2VtWkwzNWhsMDE3eU5sS25qMzhRaVJsMDhRd1g0SncvWVJKNUVEMHFYUDhzUkhwUHFqWUhjY01rZlVHMFNEenVRVS9OK0NpZEFybU5nTDNzeTlON0M1V2lPdE9jcUlVMUxOVHByMXlGMG5hK2NBWk5seEdZbXdsYnBEWnY4WUl4WE0zanRFUmZFK0tSZVI2SnBBVzkzcVNxRFAwSVM0RklmZS8vKzVva3lMQ1Uwem82TFlraVZlZWwvQWJJNjdRWjd1eU5aQmw1Y2svYlRFN05LdGlteWJqeFNoZTZ3PS0tenRLM0NjdXlKcDJWNDVBYUQvc3ZvUT09--32a36d8399d932efcdf6ac0924f69e581c6361e2\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:19:11.915669"], ["updated_at", "2016-11-11 23:19:11.915669"]]
28902
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28903
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28904
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 57], ["last_occurred_at", "2016-11-11 23:19:11.915669"], ["updated_at", "2016-11-11 23:19:11.926035"], ["id", 5]]
28905
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28906
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28907
+  (7.3ms) commit transaction
28908
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28909
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28910
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28911
+
28912
+
28913
+ Started GET "/errdo/errors/5" for 127.0.0.1 at 2016-11-11 18:19:27 -0500
28914
+ Processing by Errdo::ErrorsController#show as HTML
28915
+ Parameters: {"id"=>"5"}
28916
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28917
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28918
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 5]]
28919
+ Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 5]]
28920
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28921
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28922
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28923
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28924
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28925
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28926
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (47.7ms)
28927
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (7.5ms)
28928
+ Completed 200 OK in 268ms (Views: 262.3ms | ActiveRecord: 1.3ms)
28929
+
28930
+
28931
+ Started GET "/users/1" for 127.0.0.1 at 2016-11-11 18:19:30 -0500
28932
+ Processing by UsersController#show as HTML
28933
+ Parameters: {"id"=>"1"}
28934
+ Rendered users/show.html.erb (0.4ms)
28935
+ Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
28936
+
28937
+
28938
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:20:06 -0500
28939
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
28940
+ Processing by StaticController#generic_error as HTML
28941
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
28942
+
28943
+ RuntimeError (standard-error):
28944
+ app/controllers/static_controller.rb:7:in `generic_error'
28945
+
28946
+
28947
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28948
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28949
+  (0.1ms) begin transaction
28950
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:20:06.425123"], ["updated_at", "2016-11-11 23:20:06.425123"]]
28951
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28952
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28953
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 58], ["last_occurred_at", "2016-11-11 23:20:06.425123"], ["updated_at", "2016-11-11 23:20:06.438780"], ["id", 5]]
28954
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28955
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28956
+  (8.4ms) commit transaction
28957
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28958
+ Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28959
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28960
+
28961
+
28962
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:20:41 -0500
28963
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28964
+ Processing by StaticController#generic_error as HTML
28965
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28966
+
28967
+ RuntimeError (standard-error):
28968
+ app/controllers/static_controller.rb:7:in `generic_error'
28969
+
28970
+
28971
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28972
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28973
+  (0.1ms) begin transaction
28974
+ SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:20:41.177712"], ["updated_at", "2016-11-11 23:20:41.177712"]]
28975
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
28976
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28977
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 59], ["last_occurred_at", "2016-11-11 23:20:41.177712"], ["updated_at", "2016-11-11 23:20:41.192253"], ["id", 5]]
28978
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28979
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
28980
+  (11.2ms) commit transaction
28981
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
28982
+ Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
28983
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
28984
+
28985
+
28986
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:29:15 -0500
28987
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
28988
+ Processing by StaticController#generic_error as HTML
28989
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
28990
+
28991
+ RuntimeError (standard-error):
28992
+ app/controllers/static_controller.rb:7:in `generic_error'
28993
+
28994
+
28995
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
28996
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
28997
+  (0.1ms) begin transaction
28998
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:29:15.375597"], ["updated_at", "2016-11-11 23:29:15.375597"]]
28999
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29000
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29001
+ SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 60], ["last_occurred_at", "2016-11-11 23:29:15.375597"], ["updated_at", "2016-11-11 23:29:15.387265"], ["id", 5]]
29002
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29003
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29004
+  (7.0ms) commit transaction
29005
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29006
+ Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
29007
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
29008
+
29009
+
29010
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:30:44 -0500
29011
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29012
+ Processing by StaticController#generic_error as HTML
29013
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
29014
+
29015
+ RuntimeError (standard-error):
29016
+ app/controllers/static_controller.rb:7:in `generic_error'
29017
+
29018
+
29019
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29020
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29021
+  (0.1ms) begin transaction
29022
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:30:44.624945"], ["updated_at", "2016-11-11 23:30:44.624945"]]
29023
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29024
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29025
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 61], ["last_occurred_at", "2016-11-11 23:30:44.624945"], ["updated_at", "2016-11-11 23:30:44.639277"], ["id", 5]]
29026
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29027
+ Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29028
+  (11.3ms) commit transaction
29029
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29030
+ Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
29031
+ Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
29032
+
29033
+
29034
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-11 18:32:11 -0500
29035
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29036
+ Processing by StaticController#generic_error as HTML
29037
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
29038
+
29039
+ RuntimeError (standard-error):
29040
+ app/controllers/static_controller.rb:7:in `generic_error'
29041
+
29042
+
29043
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29044
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29045
+  (0.1ms) begin transaction
29046
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-11 23:32:11.990161"], ["updated_at", "2016-11-11 23:32:11.990161"]]
29047
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29048
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29049
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 62], ["last_occurred_at", "2016-11-11 23:32:11.990161"], ["updated_at", "2016-11-11 23:32:12.003553"], ["id", 5]]
29050
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29051
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29052
+  (6.7ms) commit transaction
29053
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29054
+ Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" DESC LIMIT 1
29055
+ Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
29056
+
29057
+
29058
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-12 16:03:11 -0500
29059
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
29060
+ Processing by StaticController#generic_error as HTML
29061
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
29062
+
29063
+ RuntimeError (standard-error):
29064
+ app/controllers/static_controller.rb:7:in `generic_error'
29065
+
29066
+
29067
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29068
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29069
+  (0.0ms) begin transaction
29070
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-12 21:03:11.817996"], ["updated_at", "2016-11-12 21:03:11.817996"]]
29071
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29072
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29073
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 63], ["last_occurred_at", "2016-11-12 21:03:11.817996"], ["updated_at", "2016-11-12 21:03:11.829120"], ["id", 5]]
29074
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29075
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29076
+  (11.4ms) commit transaction
29077
+
29078
+
29079
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-12 16:04:07 -0500
29080
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29081
+ Processing by StaticController#generic_error as HTML
29082
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
29083
+
29084
+ RuntimeError (standard-error):
29085
+ app/controllers/static_controller.rb:7:in `generic_error'
29086
+
29087
+
29088
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29089
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29090
+  (0.1ms) begin transaction
29091
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-12 21:04:07.751508"], ["updated_at", "2016-11-12 21:04:07.751508"]]
29092
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29093
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29094
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 64], ["last_occurred_at", "2016-11-12 21:04:07.751508"], ["updated_at", "2016-11-12 21:04:07.765654"], ["id", 5]]
29095
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29096
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29097
+  (13.7ms) commit transaction
29098
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29099
+ No route matches {:action=>"show", :controller=>"errdo/errors", :error=>#<Errdo::Error id: 5, exception_class_name: "RuntimeError", exception_message: "standard-error", http_method: "GET", host_name: "localhost", url: "http://localhost:3000/static/generic_error", backtrace: ["/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:198:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:10:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:117:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `block in instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in `process'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in `process'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:196:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:237:in `block in action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:43:in `serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in `each'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in `serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/conditionalget.rb:25:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/flash.rb:260:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in `context'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/cookies.rb:560:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/query_cache.rb:36:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/migration.rb:377:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:88:in `__run_callbacks__'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/reloader.rb:73:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/content_length.rb:15:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'"], backtrace_hash: "trollers/static_controller.rb:7:in `generic_error'...", occurrence_count: 64, last_occurred_at: "2016-11-12 21:04:07", last_experiencer_type: "User", last_experiencer_id: 1, status: 0, importance: "error", created_at: "2016-11-11 21:29:03", updated_at: "2016-11-12 21:04:07">} missing required keys: [:id]
29100
+
29101
+
29102
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-12 16:05:20 -0500
29103
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29104
+ Processing by StaticController#generic_error as HTML
29105
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
29106
+
29107
+ RuntimeError (standard-error):
29108
+ app/controllers/static_controller.rb:7:in `generic_error'
29109
+
29110
+
29111
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29112
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29113
+  (0.1ms) begin transaction
29114
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-12 21:05:20.234159"], ["updated_at", "2016-11-12 21:05:20.234159"]]
29115
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29116
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29117
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 65], ["last_occurred_at", "2016-11-12 21:05:20.234159"], ["updated_at", "2016-11-12 21:05:20.246272"], ["id", 5]]
29118
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29119
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29120
+  (15.2ms) commit transaction
29121
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29122
+ No route matches {:action=>"show", :controller=>"errdo/errors", :error=>#<Errdo::Error id: 5, exception_class_name: "RuntimeError", exception_message: "standard-error", http_method: "GET", host_name: "localhost", url: "http://localhost:3000/static/generic_error", backtrace: ["/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:198:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:10:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:117:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:505:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:92:in `__run_callbacks__'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rescue.rb:29:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `block in instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/notifications.rb:164:in `instrument'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:137:in `process'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:30:in `process'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:196:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal.rb:237:in `block in action'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:43:in `serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:43:in `block in serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in `each'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/journey/router.rb:30:in `serve'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/routing/route_set.rb:817:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/etag.rb:24:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/conditionalget.rb:25:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/flash.rb:260:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:225:in `context'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:220:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/cookies.rb:560:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/query_cache.rb:36:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/migration.rb:377:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:88:in `__run_callbacks__'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/callbacks.rb:81:in `run_callbacks'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/reloader.rb:73:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:38:in `call_app'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `block in call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `block in tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/tagged_logging.rb:68:in `tagged'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/rack/logger.rb:20:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/request_id.rb:21:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/methodoverride.rb:22:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/runtime.rb:18:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/static.rb:120:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/sendfile.rb:113:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/engine.rb:518:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7.1/lib/rails/application.rb:165:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/lock.rb:17:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/content_length.rb:15:in `call'", "/home/eric/.rvm/gems/ruby-2.3.1/gems/rack-1.6.4/lib/rack/handler/webrick.rb:88:in `service'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'", "/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'"], backtrace_hash: "trollers/static_controller.rb:7:in `generic_error'...", occurrence_count: 65, last_occurred_at: "2016-11-12 21:05:20", last_experiencer_type: "User", last_experiencer_id: 1, status: 0, importance: "error", created_at: "2016-11-11 21:29:03", updated_at: "2016-11-12 21:05:20">} missing required keys: [:id]
29123
+
29124
+
29125
+ Started GET "/static/generic_error" for 127.0.0.1 at 2016-11-12 16:07:14 -0500
29126
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29127
+ Processing by StaticController#generic_error as HTML
29128
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
29129
+
29130
+ RuntimeError (standard-error):
29131
+ app/controllers/static_controller.rb:7:in `generic_error'
29132
+
29133
+
29134
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29135
+ Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]
29136
+  (0.1ms) begin transaction
29137
+ SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_values", "header_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["ip", "127.0.0.1"], ["user_agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: UkFabk1lUmVrTXd4RzJybjAwMHRSU1pscGlFSUNrMUhhd1pqMzVSbENGcHpFWTNPdDNYRnBBdDJQUlhXUmVCekpNL3MwSFRHQWw1bHFjVlhMRDA3WDczL0o1MVdaeHhCMGkyNDNOYTBrczVYbm1VbEJzdlRlWDNtcmhEZ2dFTTR4SXNSU24vN1hBdFA4T3M3U0N6ZDcwdGNReEs5dzY3OEVGZkdJczdQU3VNa282NHdiVUhEaUs4S2x3cFZObFBPVS9SaTd4ZnUvS29XK3FwQ1UxS1lMbWVWMUJHOUJtcXNUeHZxK3JLVXVPUThSZkhBUHltL3dTL2RqV1VucWVuYklIM0ZhV0dmc2JZR2hPb2xqemduaDBxeFFVRUlQRHdlUHA1R1dLWDZSdGo2bEIyYXdYdmJoMk10eHdHQWlGNmlsZm1sbFJIYktpQUFWb2ZOQXlhZjM3S1BQNFV4YVY0MmZWZXRhRVZwayswPS0tME1ydS93NzdnYmNFQ01CY0tpZklMZz09--4d2d346ba0126f43e0430a9238b3316fd6d2d289\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 5], ["created_at", "2016-11-12 21:07:14.988558"], ["updated_at", "2016-11-12 21:07:14.988558"]]
29138
+ SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]
29139
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29140
+ SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 66], ["last_occurred_at", "2016-11-12 21:07:14.988558"], ["updated_at", "2016-11-12 21:07:15.000022"], ["id", 5]]
29141
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29142
+ Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' AND "errors"."id" != 5) LIMIT 1
29143
+  (12.7ms) commit transaction
29144
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29145
+
29146
+
29147
+ Started GET "/errdo/errors/5" for 127.0.0.1 at 2016-11-12 16:07:30 -0500
29148
+ Processing by Errdo::ErrorsController#show as HTML
29149
+ Parameters: {"id"=>"5"}
29150
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
29151
+ Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 5]]
29152
+ Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 5]]
29153
+ Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 5]]
29154
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29155
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29156
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29157
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29158
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29159
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
29160
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (40.5ms)
29161
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.7ms)
29162
+ Completed 200 OK in 260ms (Views: 254.8ms | ActiveRecord: 1.3ms)