(10.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (11.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160729020049)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "backtrace" text, "backtrace_id" varchar, "occurrence_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "error_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ocurrence_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_id" ON "errors" ("backtrace_id")  (0.1ms) CREATE INDEX "index_error_instances_on_experiencer_id" ON "error_instances" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_instances_on_experiencer_type" ON "error_instances" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_instances_on_error_id" ON "error_instances" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160729020049"]]  (9.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160729020049)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'  (0.2ms) DROP INDEX "index_error_instances_on_error_id"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_instances_on_experiencer_type"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_instances_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_instances_on_experiencer_id"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_id' AND type='index'   (0.1ms) DROP INDEX "index_errors_on_backtrace_id"  (0.1ms) DROP TABLE "error_instances"  (0.1ms) DROP TABLE "errors" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160729020049"]]  (7.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrds (20160730161053)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "backtrace" text, "backtrace_id" varchar, "occurrence_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "errd_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "errd_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ocurrence_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_errds_on_backtrace_id" ON "errds" ("backtrace_id")  (0.1ms) CREATE INDEX "index_errd_instances_on_experiencer_id" ON "errd_instances" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_errd_instances_on_experiencer_type" ON "errd_instances" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_errd_instances_on_errd_id" ON "errd_instances" ("errd_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160730161053"]]  (8.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_errd_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_errd_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errds_on_backtrace_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errds_on_backtrace_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrds (20160730161053)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_errd_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_errd_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'  (0.2ms) DROP INDEX "index_errd_instances_on_errd_id"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_errd_instances_on_experiencer_type"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errd_instances_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_errd_instances_on_experiencer_id"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errds_on_backtrace_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errds_on_backtrace_id' AND type='index'   (0.1ms) DROP INDEX "index_errds_on_backtrace_id"  (0.1ms) DROP TABLE "errd_instances"  (0.1ms) DROP TABLE "errds" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160730161053"]]  (8.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/static/generic_error" for 127.0.0.1 at 2016-07-31 14:58:02 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.9ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.2ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-07-31 14:59:51 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Started GET "/static/generic_error" for 127.0.0.1 at 2016-07-31 15:01:04 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Started GET "/static/generic_error&password=filterme" for 127.0.0.1 at 2016-07-31 15:39:35 -0400 ActionController::RoutingError (No route matches [GET] "/static/generic_error&password=filterme"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Started GET "/static/generic_error?password=[FILTERED]" for 127.0.0.1 at 2016-07-31 15:41:10 -0400 Processing by StaticController#generic_error as HTML Parameters: {"password"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Started GET "/static/generic_error?password=[FILTERED]" for 127.0.0.1 at 2016-07-31 15:41:26 -0400 Processing by StaticController#generic_error as HTML Parameters: {"password"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160731201356)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" varchar, "error_class_name" varchar, "error_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" varchar, "param_values" varchar, "cookie_values" varchar, "header_values" varchar, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160731201356"]]  (6.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  Started GET "/static/generic_error?password=[FILTERED]" for 127.0.0.1 at 2016-07-31 16:32:35 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Parameters: {"password"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error'  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "errors" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-07-31 20:32:35.581750"], ["updated_at", "2016-07-31 20:32:35.581750"]]  (9.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-07-31 20:32:35.609459"], ["updated_at", "2016-07-31 20:32:35.609459"]]  (5.1ms) commit transaction Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Started GET "/static/generic_error?password=[FILTERED]" for 127.0.0.1 at 2016-07-31 16:43:14 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Parameters: {"password"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error'  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "errors" ("error_class_name", "error_message", "http_method", "host_name", "url", "backtrace", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["error_class_name", "RuntimeError"], ["error_message", "standard-error"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/500?password=filterme"], ["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/lib/action_controller/metal/implicit_render.rb:4:in `send_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:20:in `block in process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:117:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in `__run_callbacks__'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/notifications.rb:164:in `block in instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in `instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:30:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:137:in `process'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in `process'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:237:in `block in action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:43:in `serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:43:in `block in serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in `each'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in `serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817: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/lib/action_dispatch/middleware/params_parser.rb:27:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/middleware/cookies.rb:560:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:88:in `__run_callbacks__'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:38:in `call_app'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in `block in call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in `block in tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:26:in `tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in `tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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'\"]"], ["created_at", "2016-07-31 21:17:35.098042"], ["updated_at", "2016-07-31 21:17:35.098042"]]  (14.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160731201356)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) DROP INDEX "index_error_occurrences_on_error_id"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_occurrences_on_experiencer_type"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_occurrences_on_experiencer_id"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) DROP INDEX "index_errors_on_backtrace_hash"  (0.1ms) DROP TABLE "error_occurrences"  (0.1ms) DROP TABLE "errors" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160731201356"]]  (8.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160731201356)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" varchar, "error_class_name" varchar, "error_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" varchar, "param_values" varchar, "cookie_values" varchar, "header_values" varchar, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160731201356"]]  (9.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (9.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" varchar, "param_values" varchar, "cookie_values" varchar, "header_values" varchar, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (10.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (10.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (10.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" varchar, "error_class_name" varchar, "error_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.1ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (9.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (11.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (9.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731201356')  (10.0ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" varchar, "param_values" varchar, "cookie_values" varchar, "header_values" varchar, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (7.9ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (7.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (11.9ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" varchar, "error_class_name" varchar, "error_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (7.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (7.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731201356') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (11.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (11.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160731212426)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" varchar, "param_values" varchar, "cookie_values" varchar, "header_values" varchar, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160731212426"]]  (11.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  Started GET "/static/generic_error?password=[FILTERED]" for 127.0.0.1 at 2016-07-31 17:33:34 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Parameters: {"password"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error'  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "RuntimeError"], ["exception_message", "standard-error"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/500?password=filterme"], ["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/lib/action_controller/metal/implicit_render.rb:4:in `send_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:20:in `block in process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:117:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in `__run_callbacks__'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/notifications.rb:164:in `block in instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in `instrument'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:30:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:137:in `process'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in `process'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:237:in `block in action'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:74:in `dispatch'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:43:in `serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:43:in `block in serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in `each'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in `serve'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817: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/lib/action_dispatch/middleware/params_parser.rb:27:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/middleware/cookies.rb:560:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:88:in `__run_callbacks__'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:778:in `_run_call_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/remote_ip.rb:78:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:38:in `call_app'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in `block in call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in `block in tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:26:in `tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in `tagged'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in `call'\", \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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'\"]"], ["created_at", "2016-07-31 21:35:21.426279"], ["updated_at", "2016-07-31 21:35:21.426279"]]  (9.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_values", "header_values", "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", "password=filterme"], ["param_values", "{\"password\"=>\"...\", \"controller\"=>\"static\", \"action\"=>\"generic_error\"}"], ["cookie_values", "{\"_ga\"=>\"GA1.1.2096945490.1464561447\"}"], ["header_values", "{\"X-Frame-Options\"=>\"SAMEORIGIN\", \"X-XSS-Protection\"=>\"1; mode=block\", \"X-Content-Type-Options\"=>\"nosniff\"}"], ["created_at", "2016-07-31 21:35:21.459505"], ["updated_at", "2016-07-31 21:35:21.459505"]]  (9.0ms) commit transaction  (14.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160731225508)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160731225508"]]  (8.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" ORDER BY "error_occurrences"."id" ASC LIMIT 1  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" IS NULL LIMIT 1  (0.1ms) rollback transaction  (0.3ms) begin transaction Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" IS NULL LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" IS NULL LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?) [["backtrace_hash", ""], ["created_at", "2016-08-09 02:45:28.894603"], ["updated_at", "2016-08-09 02:45:28.894603"]]  (8.5ms) commit transaction  (0.3ms) begin transaction Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" IS NULL LIMIT 1 SQL (0.7ms) INSERT INTO "errors" ("backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?) [["backtrace_hash", ""], ["created_at", "2016-08-09 02:45:56.226161"], ["updated_at", "2016-08-09 02:45:56.226161"]]  (0.2ms) rollback transaction  (0.3ms) begin transaction Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" IS NULL LIMIT 1 SQL (1.0ms) INSERT INTO "errors" ("backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?) [["backtrace_hash", ""], ["created_at", "2016-08-09 02:46:56.527062"], ["updated_at", "2016-08-09 02:46:56.527062"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '' LIMIT 1  (0.1ms) rollback transaction  (0.3ms) begin transaction Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '' LIMIT 1  (0.1ms) rollback transaction Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? [["error_id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 1], ["created_at", "2016-08-09 02:50:16.849004"], ["updated_at", "2016-08-09 02:50:16.849004"]]  (7.1ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("experiencer_class", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["experiencer_class", "cool"], ["error_id", 1], ["created_at", "2016-08-09 02:50:32.851191"], ["updated_at", "2016-08-09 02:50:32.851191"]]  (12.0ms) commit transaction  (11.8ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (8.9ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (6.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (7.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (10.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.5ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (7.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (5.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731225508')  (8.7ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (11.5ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (11.6ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (9.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (8.0ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.4ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (16.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (9.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731225508') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (8.7ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (10.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (10.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (7.7ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.9ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.6ms) SELECT version FROM "schema_migrations"  (7.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731225508')  (6.7ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (6.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (10.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (11.7ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.5ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (7.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (8.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160731225508') ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2016-08-08 23:11:16 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb within layouts/application (1.1ms) Completed 200 OK in 243ms (Views: 243.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-08 23:11:16 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-08 23:11:16 -0400 Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-08 23:12:52 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/500"], ["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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-09 03:12:52.433845"], ["updated_at", "2016-08-09 03:12:52.433845"]]  (10.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVZ2bjQyckJxWWtGU3VYaE5pRlljRG12RElpZzIrTTlOaGR0eWdZTzBIU0QrSExkS0lCMWVjYjcra3VqVVV4ZzNMRDdnRkVzMytybUttT2E5YTdVY2lDdVU3RkdNc1A2TEowdFpVZUV6ZGZaNXZUdWF6ekIrTWd2MFhiVy9meFVONUtnaDE4bDhremdLMTJGWVg1WFFBPT0tLVRudERhS3lwWnlmTG9FTGhmUEFyNnc9PQ==--1cb60401e2d0fa2e68fbde6fa70cd507c1cf2c11\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 1], ["created_at", "2016-08-09 03:12:52.487324"], ["updated_at", "2016-08-09 03:12:52.487324"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (9.9ms) commit transaction Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? [["error_id", 1]] Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-08 23:13:37 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVZ2bjQyckJxWWtGU3VYaE5pRlljRG12RElpZzIrTTlOaGR0eWdZTzBIU0QrSExkS0lCMWVjYjcra3VqVVV4ZzNMRDdnRkVzMytybUttT2E5YTdVY2lDdVU3RkdNc1A2TEowdFpVZUV6ZGZaNXZUdWF6ekIrTWd2MFhiVy9meFVONUtnaDE4bDhremdLMTJGWVg1WFFBPT0tLVRudERhS3lwWnlmTG9FTGhmUEFyNnc9PQ==--1cb60401e2d0fa2e68fbde6fa70cd507c1cf2c11\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 1], ["created_at", "2016-08-09 03:13:37.139948"], ["updated_at", "2016-08-09 03:13:37.139948"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (9.6ms) commit transaction Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? [["error_id", 1]] Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1  (13.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (11.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160809031450)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160809031450"]]  (8.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-08 23:15:42 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error''standard-errorRuntimeError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/500"], ["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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-09 03:15:43.128259"], ["updated_at", "2016-08-09 03:15:43.128259"]]  (13.4ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVZ2bjQyckJxWWtGU3VYaE5pRlljRG12RElpZzIrTTlOaGR0eWdZTzBIU0QrSExkS0lCMWVjYjcra3VqVVV4ZzNMRDdnRkVzMytybUttT2E5YTdVY2lDdVU3RkdNc1A2TEowdFpVZUV6ZGZaNXZUdWF6ekIrTWd2MFhiVy9meFVONUtnaDE4bDhremdLMTJGWVg1WFFBPT0tLVRudERhS3lwWnlmTG9FTGhmUEFyNnc9PQ==--1cb60401e2d0fa2e68fbde6fa70cd507c1cf2c11\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 1], ["created_at", "2016-08-09 03:15:43.174021"], ["updated_at", "2016-08-09 03:15:43.174021"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (10.5ms) commit transaction Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-08 23:15:53 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVZ2bjQyckJxWWtGU3VYaE5pRlljRG12RElpZzIrTTlOaGR0eWdZTzBIU0QrSExkS0lCMWVjYjcra3VqVVV4ZzNMRDdnRkVzMytybUttT2E5YTdVY2lDdVU3RkdNc1A2TEowdFpVZUV6ZGZaNXZUdWF6ekIrTWd2MFhiVy9meFVONUtnaDE4bDhremdLMTJGWVg1WFFBPT0tLVRudERhS3lwWnlmTG9FTGhmUEFyNnc9PQ==--1cb60401e2d0fa2e68fbde6fa70cd507c1cf2c11\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 1], ["created_at", "2016-08-09 03:15:53.640632"], ["updated_at", "2016-08-09 03:15:53.640632"]] SQL (0.7ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (15.5ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-08 23:15:54 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dVZ2bjQyckJxWWtGU3VYaE5pRlljRG12RElpZzIrTTlOaGR0eWdZTzBIU0QrSExkS0lCMWVjYjcra3VqVVV4ZzNMRDdnRkVzMytybUttT2E5YTdVY2lDdVU3RkdNc1A2TEowdFpVZUV6ZGZaNXZUdWF6ekIrTWd2MFhiVy9meFVONUtnaDE4bDhremdLMTJGWVg1WFFBPT0tLVRudERhS3lwWnlmTG9FTGhmUEFyNnc9PQ==--1cb60401e2d0fa2e68fbde6fa70cd507c1cf2c11\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 1], ["created_at", "2016-08-09 03:15:54.810813"], ["updated_at", "2016-08-09 03:15:54.810813"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (13.3ms) commit transaction Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? [["error_id", 1]] Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? [["error_id", 1]] Started GET "/" for 127.0.0.1 at 2016-08-11 20:12:05 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb within layouts/application (1.9ms) Completed 200 OK in 237ms (Views: 236.3ms | ActiveRecord: 0.0ms) Started GET "/errors" for 127.0.0.1 at 2016-08-11 20:12:14 -0400 ActionController::RoutingError (uninitialized constant ErrorsController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'ant ErrorsControllerroller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''ant ErrorsControllerroller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "uninitialized constant ErrorsController"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:261:in\n `const_get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:261:in\n `block in constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:70:in\n `controller_reference'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:60:in\n `controller'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:39:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'ant ErrorsControllerroller::RoutingError"], ["created_at", "2016-08-12 00:12:14.922162"], ["updated_at", "2016-08-12 00:12:14.922162"]]  (5.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: ZGswMHBDZUFKTCsvbDlIcVZXWDFPd24yWFg1TzNUWWVTc004VGhINTRwaGg4Z3grdTN2alEwZzFJNXdCcXYwMFZJWkR1eGtrbVcwelJOTTFya0R5d1BWOVEzWHZZUWRtVmNLMjJkMnZDZUgwQ2Fmdzlwc2lzR3l5aGw4UmprUEtQRkxtYTNwSTN5OFkrVUcwSzhhY0tnPT0tLVpCUm9LZWF4TkkyMmJxRG50VnNBdUE9PQ==--c4a5e9078a46968fcf1d8fa1745aa5b7da9e7e5c\n"], ["error_id", 2], ["created_at", "2016-08-12 00:12:15.000323"], ["updated_at", "2016-08-12 00:12:15.000323"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]]  (6.6ms) commit transaction Started GET "/errors/1" for 127.0.0.1 at 2016-08-11 20:12:23 -0400 ActionController::RoutingError (No route matches [GET] "/errors/1"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'es [GET] \"/errors/1\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errors/1"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errors/1\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'es [GET] \"/errors/1\"roller::RoutingError"], ["created_at", "2016-08-12 00:12:23.075056"], ["updated_at", "2016-08-12 00:12:23.075056"]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: ZGswMHBDZUFKTCsvbDlIcVZXWDFPd24yWFg1TzNUWWVTc004VGhINTRwaGg4Z3grdTN2alEwZzFJNXdCcXYwMFZJWkR1eGtrbVcwelJOTTFya0R5d1BWOVEzWHZZUWRtVmNLMjJkMnZDZUgwQ2Fmdzlwc2lzR3l5aGw4UmprUEtQRkxtYTNwSTN5OFkrVUcwSzhhY0tnPT0tLVpCUm9LZWF4TkkyMmJxRG50VnNBdUE9PQ==--c4a5e9078a46968fcf1d8fa1745aa5b7da9e7e5c\n"], ["error_id", 3], ["created_at", "2016-08-12 00:12:23.096019"], ["updated_at", "2016-08-12 00:12:23.096019"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]]  (7.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-08-11 20:15:14 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb within layouts/application (0.9ms) Completed 200 OK in 180ms (Views: 179.4ms | ActiveRecord: 0.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-11 20:16:27 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'iew-4.2.7/lib/action_view/path_set.rb:46:in `find''st/dummy/app/views" iew::MissingTemplate' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::MissingTemplate"], ["exception_message", "Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:\n * \"/home/eric/Projects/errdo/test/dummy/app/views\"\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/path_set.rb:46:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/lookup_context.rb:121:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:18:in\n `find_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:40:in\n `determine_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:8:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"], ["created_at", "2016-08-12 00:16:27.639825"], ["updated_at", "2016-08-12 00:16:27.639825"]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: RDVVdEFZWTZjMnhOTGhoMW9zYUtPV3BLb3hQQXJ4Qi9URGk3R0lNWmdOZnBRQnYrSXUvU0NkbHV3bkNBWitwQlBST1l1MmpZd1IxTmtjY0RWWW1UOHNrMnZwZ1E5WTZmSXBhclcrY29uMHduWkswY0J0dFVMMzhFVk9SVURzNDh6aytmL3d5V3ZMaGJuSGNSQUxjQmlRPT0tLWo3Uk1WbFFTUmZ4ak1EVmxkZ2NLRkE9PQ==--1f201e4c2b4a63f4848bd10efd08a6d06a38ed9e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-12 00:16:27.728256"], ["updated_at", "2016-08-12 00:16:27.728256"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (11.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-08-11 20:28:57 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb within layouts/application (0.9ms) Completed 200 OK in 184ms (Views: 183.9ms | ActiveRecord: 0.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-11 20:29:03 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-12 00:29:03.468620"], ["updated_at", "2016-08-12 00:29:03.468620"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (19.3ms) commit transaction Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-11 20:29:39 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-12 00:29:39.674902"], ["updated_at", "2016-08-12 00:29:39.674902"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (8.8ms) commit transaction Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-11 22:17:28 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/errors"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/errors\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/errors\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/errors\"roller::RoutingError"], ["created_at", "2016-08-12 02:17:28.362749"], ["updated_at", "2016-08-12 02:17:28.362749"]]  (6.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["error_id", 5], ["created_at", "2016-08-12 02:17:28.384725"], ["updated_at", "2016-08-12 02:17:28.384725"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]  (5.0ms) commit transaction Started GET "/errors" for 127.0.0.1 at 2016-08-11 22:17:56 -0400 ActionController::RoutingError (No route matches [GET] "/errors"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/errors\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ches [GET] "/errors"roller::RoutingError' LIMIT 1 SQL (1.0ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errors\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/errors\"roller::RoutingError"], ["created_at", "2016-08-12 02:17:56.711434"], ["updated_at", "2016-08-12 02:17:56.711434"]]  (9.7ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["error_id", 6], ["created_at", "2016-08-12 02:17:56.751021"], ["updated_at", "2016-08-12 02:17:56.751021"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]]  (9.9ms) commit transaction Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-11 22:18:29 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/errors"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/errors\"roller::RoutingError"]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["error_id", 5], ["created_at", "2016-08-12 02:18:29.129608"], ["updated_at", "2016-08-12 02:18:29.129608"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]]  (9.0ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-11 22:18:31 -0400 ActionController::RoutingError (No route matches [GET] "/errdo"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'tches [GET] \"/errdo\"roller::RoutingError"]]  (0.3ms) begin transaction Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''tches [GET] "/errdo"roller::RoutingError' LIMIT 1 SQL (0.9ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'tches [GET] \"/errdo\"roller::RoutingError"], ["created_at", "2016-08-12 02:18:31.739576"], ["updated_at", "2016-08-12 02:18:31.739576"]]  (7.5ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: T1N3TzlPUkZtcDlaRThLbjdRT3NuT1V3NG9yNE01czZLd3IrUGNvVysxNXlScTI0YTNPV3NLRFZGTHByRXoxc3pMRFdzNHBCUmxaM3psbjl6UFpWeHAwdzFFZTFiSE1zeE1rZlJFbTkydG5UeUtEUW9IaVQ3cEtlcFZxWHdVb3l0eDN0d2o3TVluSjVscFA2SE50Zi9nPT0tLXpNMXpEa2E4VWgrU01sbGUxTUJRR2c9PQ==--cd5dbdc8f0e2a6f3f0f1c53016b31cc462d39561\n"], ["error_id", 7], ["created_at", "2016-08-12 02:18:31.779844"], ["updated_at", "2016-08-12 02:18:31.779844"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 7]]  (12.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-08-13 13:46:44 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb within layouts/application (1.1ms) Completed 200 OK in 205ms (Views: 204.2ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 13:47:53 -0400 ActionController::RoutingError (uninitialized constant ErrorsController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'ant ErrorsControllerroller::RoutingError"]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["error_id", 2], ["created_at", "2016-08-13 17:47:53.287679"], ["updated_at", "2016-08-13 17:47:53.287679"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]]  (9.4ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 13:51:35 -0400 ActionController::RoutingError (uninitialized constant ErrorsController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'ant ErrorsControllerroller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["error_id", 2], ["created_at", "2016-08-13 17:51:35.342599"], ["updated_at", "2016-08-13 17:51:35.342599"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]]  (10.3ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 13:51:45 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-13 17:51:45.561988"], ["updated_at", "2016-08-13 17:51:45.561988"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (7.9ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 13:56:23 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-13 17:56:23.542835"], ["updated_at", "2016-08-13 17:56:23.542835"]] SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (11.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 13:59:48 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'st/dummy/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-13 17:59:48.075195"], ["updated_at", "2016-08-13 17:59:48.075195"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]]  (11.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:00:08 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'iew-4.2.7/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::MissingTemplate"], ["exception_message", "Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:\n * \"/home/eric/Projects/errdo/test/dummy/app/views\"\n * \"/home/eric/Projects/errdo/app/views\"\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/path_set.rb:46:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/lookup_context.rb:121:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:18:in\n `find_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:40:in\n `determine_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:8:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"], ["created_at", "2016-08-13 18:00:08.821057"], ["updated_at", "2016-08-13 18:00:08.821057"]]  (10.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QjlXLzN6VzhFbG1tSW04MHlLbnpUVGtlSWxsK004bWtLM2ZQeTJHUklTYi83R203WjFxZ2JPMmZ6MnZhWWF0cHJlaE12dzhMdWZwRDBCQklrWklkWDZjd2F6UWZYdVVSZUFST1dOZXdSR2JSZ3B0UHloRDAreDlvaisyUW92U1RCV3Y5N0RrSzd2ZnowUlpDSG1xZEZnPT0tLVlkQUVva1FXNDljWERIVS92SHJ6VEE9PQ==--3570755eea66cc0bb69b1add69fe2baa6087e619\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-13 18:00:08.875371"], ["updated_at", "2016-08-13 18:00:08.875371"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]]  (11.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:00:39 -0400 Processing by Errdo::ErrorsController#index as HTML Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html within layouts/application (2.0ms) Completed 200 OK in 191ms (Views: 190.0ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:23:26 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-13 18:23:26.703232"], ["updated_at", "2016-08-13 18:23:26.703232"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]]  (6.6ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:25:33 -0400 Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-13 18:25:33.523288"], ["updated_at", "2016-08-13 18:25:33.523288"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]]  (7.6ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:25:48 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-13 18:25:48.595009"], ["updated_at", "2016-08-13 18:25:48.595009"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]]  (7.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:27:44 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template errdo/errors/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-13 18:27:44.641789"], ["updated_at", "2016-08-13 18:27:44.641789"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]]  (9.3ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:29:21 -0400 Processing by Errdo::ErrorsController#index as HTML Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (3.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Expected attribute /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim, Line 4, Column 28 hr.filters_box{style: "display:#{ordered_filters.empty? ? 'none' : 'block'}"} ^ ): 1: #list 2: .well 3: span#filters_box 4: hr.filters_box{style: "display:#{ordered_filters.empty? ? 'none' : 'block'}"} 5: .input-group 6: input.form-control.input-small{name: "query", type: "search", value: query, placeholder: t("admin.misc.filter")} 7: span.input-group-btn /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:4 slim (3.0.7) lib/slim/parser.rb:513:in `syntax_error!' slim (3.0.7) lib/slim/parser.rb:451:in `parse_attributes' slim (3.0.7) lib/slim/parser.rb:352:in `parse_tag' slim (3.0.7) lib/slim/parser.rb:248:in `parse_line_indicators' slim (3.0.7) lib/slim/parser.rb:192:in `parse_line' slim (3.0.7) lib/slim/parser.rb:95:in `call' temple (0.7.7) lib/temple/engine.rb:50:in `block in call' temple (0.7.7) lib/temple/engine.rb:50:in `each' temple (0.7.7) lib/temple/engine.rb:50:in `inject' temple (0.7.7) lib/temple/engine.rb:50:in `call' temple (0.7.7) lib/temple/mixins/template.rb:10:in `compile' temple (0.7.7) lib/temple/templates/rails.rb:8:in `call' actionview (4.2.7) lib/action_view/template.rb:270:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "cts/errdo/app/views/errdo/errors/index.html.slim:4 ^\niew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'cts/errdo/app/views/errdo/errors/index.html.slim:4 ^ iew::Template::Error' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "Expected attribute\n /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim, Line 4, Column 28\n hr.filters_box{style: \"display:\#{ordered_filters.empty? ? 'none' : 'block'}\"}\n ^\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:4\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:513:in `syntax_error!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:451:in `parse_attributes'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:352:in `parse_tag'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:248:in `parse_line_indicators'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:192:in `parse_line'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:95:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `block\n in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/mixins/template.rb:10:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/templates/rails.rb:8:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:270:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "cts/errdo/app/views/errdo/errors/index.html.slim:4 ^\niew::Template::Error"], ["created_at", "2016-08-13 18:29:21.207512"], ["updated_at", "2016-08-13 18:29:21.207512"]]  (7.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 9], ["created_at", "2016-08-13 18:29:21.242138"], ["updated_at", "2016-08-13 18:29:21.242138"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]]  (7.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:35:19 -0400 Processing by Errdo::ErrorsController#index as HTML Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (5.6ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Expected attribute /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim, Line 19, Column 22 th{class: "#{property.sortable && "header pjax" || nil} #{sort_direction if property.sortable && sort_direction} #{property.css_class} #{property.type_css_class}", :'data-href' => (property.sortable && sort_location), rel: "tooltip", title: "#{property.hint}"}= capitalize_first_letter(property.label) ^ ): 16: - if property.sortable 17: - sort_location = index_path params.except('sort_reverse').except('page').merge(sort: property.name).merge(selected && sort_reverse != "true" ? {sort_reverse: "true"} : {}) 18: - sort_direction = (sort_reverse == 'true' ? "headerSortUp" : "headerSortDown" if selected) 19: th{class: "#{property.sortable && "header pjax" || nil} #{sort_direction if property.sortable && sort_direction} #{property.css_class} #{property.type_css_class}", :'data-href' => (property.sortable && sort_location), rel: "tooltip", title: "#{property.hint}"}= capitalize_first_letter(property.label) 20: - if other_right 21: th.other.right.shrink= "..." 22: th.last.shrink /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:19 slim (3.0.7) lib/slim/parser.rb:513:in `syntax_error!' slim (3.0.7) lib/slim/parser.rb:451:in `parse_attributes' slim (3.0.7) lib/slim/parser.rb:352:in `parse_tag' slim (3.0.7) lib/slim/parser.rb:248:in `parse_line_indicators' slim (3.0.7) lib/slim/parser.rb:192:in `parse_line' slim (3.0.7) lib/slim/parser.rb:95:in `call' temple (0.7.7) lib/temple/engine.rb:50:in `block in call' temple (0.7.7) lib/temple/engine.rb:50:in `each' temple (0.7.7) lib/temple/engine.rb:50:in `inject' temple (0.7.7) lib/temple/engine.rb:50:in `call' temple (0.7.7) lib/temple/mixins/template.rb:10:in `compile' temple (0.7.7) lib/temple/templates/rails.rb:8:in `call' actionview (4.2.7) lib/action_view/template.rb:270:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ts/errdo/app/views/errdo/errors/index.html.slim:19el)\n ^\niew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ts/errdo/app/views/errdo/errors/index.html.slim:19el) ^ iew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "Expected attribute\n /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim, Line 19, Column 22\n th{class: \"\#{property.sortable && \"header pjax\" || nil} \#{sort_direction if property.sortable && sort_direction} \#{property.css_class} \#{property.type_css_class}\", :'data-href' => (property.sortable && sort_location), rel: \"tooltip\", title: \"\#{property.hint}\"}= capitalize_first_letter(property.label)\n ^\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:19\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:513:in `syntax_error!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:451:in `parse_attributes'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:352:in `parse_tag'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:248:in `parse_line_indicators'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:192:in `parse_line'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/slim-3.0.7/lib/slim/parser.rb:95:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `block\n in call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/engine.rb:50:in `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/mixins/template.rb:10:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/temple-0.7.7/lib/temple/templates/rails.rb:8:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:270:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ts/errdo/app/views/errdo/errors/index.html.slim:19el)\n ^\niew::Template::Error"], ["created_at", "2016-08-13 18:35:19.695539"], ["updated_at", "2016-08-13 18:35:19.695539"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 10], ["created_at", "2016-08-13 18:35:19.718944"], ["updated_at", "2016-08-13 18:35:19.718944"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 10]]  (8.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:40:08 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.6ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (35.7ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 2.6ms) ActionView::Template::Error (undefined method `size' for nil:NilClass): 26: .clearfix.total-count= "#{total_count} #{@model_config.pluralize(total_count).downcase}" 27: 28: - else 29: .clearfix.total-count= "#{@objects.size} #{@model_config.pluralize(@objects.size).downcase}" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:29:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___943924106295623665_20651680' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ors_index_html_slim___943924106295623665_20651680'ze' for nil:NilClassiew::Template::Error"]]  (0.3ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ors_index_html_slim___943924106295623665_20651680''ze'' for nil:NilClassiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `size' for nil:NilClass"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:29:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___943924106295623665_20651680'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ors_index_html_slim___943924106295623665_20651680'ze' for nil:NilClassiew::Template::Error"], ["created_at", "2016-08-13 18:40:08.975062"], ["updated_at", "2016-08-13 18:40:08.975062"]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aURlUlBNVUlBU01Wcm5MNXdRRG56RnMrY2wyR0lZSkdHZW9YK3FrTkN1aEhzVzdqUUZUYTgxUGZBUGJJL2xDT2RCZDJsUnRSNzJVcG1JT0puSFNJSmNrMmljMWJBdGpCWklGYVdWMVRaMVZkVmVTbEt5OFdqK1RMU1k3eXpuUTNSQmp5QWNObFpVVVl4dEdvbjkwZnlRPT0tLXNHM3ZPUEtuSmN5TlYzcjljdm14bmc9PQ==--9eae860acb5010558c2f6d2517a8feb954b0757a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 11], ["created_at", "2016-08-13 18:40:09.004751"], ["updated_at", "2016-08-13 18:40:09.004751"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 11]]  (6.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:42:45 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 151ms (Views: 149.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 14:42:46 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 14:42:46 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:48:58 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (9.8ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 14:48:58 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 14:48:58 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:53:31 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (77.6ms) Completed 500 Internal Server Error in 86ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined local variable or method `error' for #<#:0x007f3841412870> Did you mean? errdo @errors): 17: - @errors.each do |error| 18: tr 19: td 20: = error.exception_class_name 21: = error.exception_message 22: 23: /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:20:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___943924106295623665_69939923884480' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "dex_html_slim___943924106295623665_69939923884480' @errorsiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'dex_html_slim___943924106295623665_69939923884480'' @errorsiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined local variable or method `error' for #<#:0x007f3841412870>\nDid you mean? errdo\n @errors"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:20:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___943924106295623665_69939923884480'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "dex_html_slim___943924106295623665_69939923884480' @errorsiew::Template::Error"], ["created_at", "2016-08-13 18:53:31.563011"], ["updated_at", "2016-08-13 18:53:31.563011"]]  (4.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: U0szZjNybWhHZUpXZE80SHRqKzJjM0RHZDM0OXY4YkhhbVo3eTRjN0Q4dmU2aHdkY3o5MUhHTTZLRjVsalZzakdML0daWkRDc2RJNFJqQTMzWDBQM3pKQmpmSisvcjJ5Sk9MOG5NR24vRDRDNU9WVmplSFlpdnpDeTdZb1FEMC9KZnM3UDBHWDYrdTV0VVN6Q3VHTWJ3PT0tLVlqMmVldk1QRzVISnZpTkpPWEppWmc9PQ==--ad3cb368d3e1d78ab2b169a85298e59c4a311a35\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 12], ["created_at", "2016-08-13 18:53:31.581915"], ["updated_at", "2016-08-13 18:53:31.581915"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 12]]  (10.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:54:03 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 1.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 14:54:03 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 14:54:03 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:55:49 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (26.3ms) Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 14:55:50 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 14:55:50 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 14:57:11 -0400 LoadError (cannot load such file -- bootstrap): activesupport (4.2.7) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.7) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.7) lib/active_support/dependencies.rb:238:in `block in load_dependency' activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7) lib/active_support/dependencies.rb:238:in `load_dependency' activesupport (4.2.7) lib/active_support/dependencies.rb:274:in `require' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:2:in `' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ib/active_support/dependencies.rb:274:in `require'ch file -- bootstrapLoadError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ib/active_support/dependencies.rb:274:in `require''ch file -- bootstrapLoadError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "LoadError"], ["exception_message", "cannot load such file -- bootstrap"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in\n `require'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in\n `block in require'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:238:in\n `block in load_dependency'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:647:in\n `new_constants_in'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:238:in\n `load_dependency'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:274:in\n `require'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:2:in `'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `block in load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:647:in\n `new_constants_in'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:456:in\n `load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:354:in\n `require_or_load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:494:in\n `load_missing_constant'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:184:in\n `const_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:263:in\n `const_get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:263:in\n `block in constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:566:in\n `get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:597:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:70:in\n `controller_reference'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:60:in\n `controller'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:39:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ib/active_support/dependencies.rb:274:in `require'ch file -- bootstrapLoadError"], ["created_at", "2016-08-13 18:57:11.718814"], ["updated_at", "2016-08-13 18:57:11.718814"]]  (5.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: SG1McThabTlLdjFuci8xWDA5VW02c0QzdytwWFl1LzNVN3RqSVJVSEtCaU95V1B2OWRBNWxJZDZEYjZhbWN1R3JpV0VQK1JqK0ZlOU93ZWNZK1R3RmtENUhxSnF1V2h4ck5kYktyY0xjdXVJYVZWZlowYTBSMTRUSEtEYm1uL1ZwUFpVWjE5L1FXc2dsbUkybUxVN1NnPT0tLWY1ZVdZb2NjZmU5S1FLMUZWdVZYcVE9PQ==--c183c3cfd327fec352f39cf5e3d0208fe7dc3f4b\n"], ["error_id", 13], ["created_at", "2016-08-13 18:57:11.763952"], ["updated_at", "2016-08-13 18:57:11.763952"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]]  (11.4ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-13 15:26:08 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 22ms (Views: 17.1ms | ActiveRecord: 1.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 15:26:09 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 15:26:09 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 15:38:50 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 36ms (Views: 33.1ms | ActiveRecord: 1.1ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 15:38:50 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 15:38:50 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 15:39:35 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (22.2ms) Completed 200 OK in 243ms (Views: 235.5ms | ActiveRecord: 0.7ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 16:11:05 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 20ms (Views: 15.8ms | ActiveRecord: 1.1ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 16:11:07 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (1.5ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.4ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 16:11:13 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (33.7ms) Completed 200 OK in 247ms (Views: 241.3ms | ActiveRecord: 0.7ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:09:34 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (34.9ms) Completed 200 OK in 249ms (Views: 242.5ms | ActiveRecord: 1.1ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:21:50 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.0ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 34ms (Views: 31.4ms | ActiveRecord: 2.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:21:50 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:21:50 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:22:48 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:22:48 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:22:48 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:23:45 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:23:45 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:23:45 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:23:59 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:23:59 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:23:59 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:26:55 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 1.2ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:26:55 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:26:55 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:28:41 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (1.2ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2016-08-13 17:28:41 -0400 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for 127.0.0.1 at 2016-08-13 17:28:41 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-13 17:33:33 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/application (32.1ms) Completed 200 OK in 246ms (Views: 240.5ms | ActiveRecord: 0.7ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:02:57 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.7ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (36.0ms) Completed 200 OK in 51ms (Views: 43.7ms | ActiveRecord: 2.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:11:03 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (29.6ms) Completed 500 Internal Server Error in 2432ms (ActiveRecord: 0.8ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( errdo/errdo.css )` to `config/initializers/assets.rb` and restart your server): 2: head 3: meta name="viewport" content="width=device-width, initial-scale=1" 4: = csrf_meta_tag 5: = stylesheet_link_tag "errdo/errdo.css", media: :all 6: 7: body 8: == yield sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:346:in `raise_unless_precompiled_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:331:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /home/eric/Projects/errdo/app/views/layouts/errdo/application.html.slim:5:in `__home_eric__rojects_errdo_app_views_layouts_errdo_application_html_slim___2851680956557201168_30175560' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/helper.rb:346:in `raise_unless_precompiled_asset' restart your serveriew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/helper.rb:346:in `raise_unless_precompiled_asset'' restart your serveriew::Template::Error' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "Asset was not declared to be precompiled in production.\nAdd `Rails.application.config.assets.precompile += %w( errdo/errdo.css )` to `config/initializers/assets.rb` and restart your server"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:346:in\n `raise_unless_precompiled_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:331:in\n `find_debug_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:212:in\n `block in lookup_debug_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:225:in\n `block in resolve_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:224:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:224:in\n `detect'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:224:in\n `resolve_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:211:in\n `lookup_debug_asset'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:153:in\n `block in stylesheet_link_tag'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:152:in\n `map'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb:152:in\n `stylesheet_link_tag'\"\n- \"/home/eric/Projects/errdo/app/views/layouts/errdo/application.html.slim:5:in `__home_eric__rojects_errdo_app_views_layouts_errdo_application_html_slim___2851680956557201168_30175560'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:66:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "/helper.rb:346:in `raise_unless_precompiled_asset' restart your serveriew::Template::Error"], ["created_at", "2016-08-15 16:11:06.457641"], ["updated_at", "2016-08-15 16:11:06.457641"]]  (11.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QTQwdUR5UEQ3QkQ0K3RPazBUQnlDdko4WjVIQll4cnVEU0lCYzB1ekdlU1RIeDJzY3Nvc3BoQVBBem54TndZN2VRRHJNelA5WlV5V3d5Uk5SSzZPa3VDYm9KR0lHVmk1enc4RHlRYStwYlFGVEpNYVpWdUNMdHAyaVh1YlYxb2FyMGtxRm1hTXd0ZlY4SEU5SlcraC9RPT0tLS9HYUY0bkhpcjZmc0x6MEo4aWd4R1E9PQ==--2fd9c64ac7b47322a5d49febfb41d7cd275c50e3\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 14], ["created_at", "2016-08-15 16:11:06.513142"], ["updated_at", "2016-08-15 16:11:06.513142"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 14]]  (8.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:17:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (5.8ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (11.2ms) Completed 500 Internal Server Error in 68ms (ActiveRecord: 5.8ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( errdo/errdo.css )` to `config/initializers/assets.rb` and restart your server): 2: head 3: meta name="viewport" content="width=device-width, initial-scale=1" 4: = csrf_meta_tag 5: = stylesheet_link_tag "errdo/errdo.css", media: :all 6: 7: body 8: == yield sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:346:in `raise_unless_precompiled_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:331:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /home/eric/Projects/errdo/app/views/layouts/errdo/application.html.slim:5:in `__home_eric__rojects_errdo_app_views_layouts_errdo_application_html_slim___2851680956557201168_30175560' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/helper.rb:346:in `raise_unless_precompiled_asset' restart your serveriew::Template::Error"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QTQwdUR5UEQ3QkQ0K3RPazBUQnlDdko4WjVIQll4cnVEU0lCYzB1ekdlU1RIeDJzY3Nvc3BoQVBBem54TndZN2VRRHJNelA5WlV5V3d5Uk5SSzZPa3VDYm9KR0lHVmk1enc4RHlRYStwYlFGVEpNYVpWdUNMdHAyaVh1YlYxb2FyMGtxRm1hTXd0ZlY4SEU5SlcraC9RPT0tLS9HYUY0bkhpcjZmc0x6MEo4aWd4R1E9PQ==--2fd9c64ac7b47322a5d49febfb41d7cd275c50e3\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 14], ["created_at", "2016-08-15 16:17:18.915570"], ["updated_at", "2016-08-15 16:17:18.915570"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 14]]  (14.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:26:53 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.3ms) Completed 200 OK in 289ms (Views: 280.0ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 12:26:54 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:27:21 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (1.4ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 12:27:21 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:28:05 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (1.3ms) Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 12:28:05 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 12:28:09 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (1.7ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 12:28:09 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 14:01:48 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb (1.0ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:01:53 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.6ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (31.4ms) Completed 200 OK in 43ms (Views: 33.4ms | ActiveRecord: 2.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:03:14 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (2.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.5ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:03:54 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (2.2ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 14:03:58 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (2.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 14:04:21 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (43.5ms) Completed 200 OK in 252ms (Views: 245.6ms | ActiveRecord: 1.6ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:04:24 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.3ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (8.0ms) Completed 200 OK in 63ms (Views: 59.9ms | ActiveRecord: 2.3ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:05:41 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (29.2ms) Completed 200 OK in 55ms (Views: 54.1ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 14:05:42 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:25:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.5ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `time_ago_in_words' for Tue, 09 Aug 2016 03:15:54 UTC +00:00:Time): 10: tbody 11: - @errors.each do |error| 12: tr 13: td = error.last_occurrence.created_at.time_ago_in_words 14: td = error.last_occurrence.experiencer_class 15: td = error.exception_class_name 16: td = error.exception_message activesupport (4.2.7) lib/active_support/time_with_zone.rb:371:in `method_missing' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:13:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__2471399598325702204_70248055917380' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:11:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__2471399598325702204_70248055917380' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "_support/time_with_zone.rb:371:in `method_missing'5:54 UTC +00:00:Timeiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '_support/time_with_zone.rb:371:in `method_missing''5:54 UTC +00:00:Timeiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `time_ago_in_words' for Tue, 09 Aug 2016 03:15:54 UTC +00:00:Time"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/time_with_zone.rb:371:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:13:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__2471399598325702204_70248055917380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:11:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__2471399598325702204_70248055917380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "_support/time_with_zone.rb:371:in `method_missing'5:54 UTC +00:00:Timeiew::Template::Error"], ["created_at", "2016-08-15 18:25:18.257251"], ["updated_at", "2016-08-15 18:25:18.257251"]]  (11.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RjVxR0JqelVyREkyK0hEODhzVlkxenBKRFJEZjdqd3EyRW15R3l6VkdYcXdjLzFGT0RsSUVHMzYxQWllOExhZEQ5VitnN0lOUWJ6cU9ZREx2WUlDSk9hUUFObkJwRTNYQlNSVnlTd0l6MDYvNHdCUUVNKzRHMlhGd0hyZTR2TjF1ZEoyblE5b0ZrYWZtYzJpOHZQNDFnPT0tLXJGTTZvRU80dXJyS3h3Q0FqaGEvNWc9PQ==--9eaa761815faec0f3ac4103d3af3328407cda50e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-08-15 18:25:18.308401"], ["updated_at", "2016-08-15 18:25:18.308401"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]]  (7.4ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:25:55 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (3.7ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (1.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (113.2ms) Completed 200 OK in 135ms (Views: 124.0ms | ActiveRecord: 9.4ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 14:25:56 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:26:40 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (62.8ms) Completed 200 OK in 85ms (Views: 80.8ms | ActiveRecord: 3.6ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 14:26:40 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:28:56 -0400 Processing by Errdo::ErrorsController#index as HTML Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (16.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) SyntaxError (/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:15: syntax error, unexpected tSTRING_BEG, expecting ')' ...r.last_occurrence.created_at) "ago"))).to_s)); ... ^): /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:15: syntax error, unexpected tSTRING_BEG, expecting ')' ...r.last_occurrence.created_at) "ago"))).to_s)); ... ^ actionview (4.2.7) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.7) lib/action_view/template.rb:296:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "yntax error, unexpected tSTRING_BEG, expecting ')' ^SyntaxError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'yntax error, unexpected tSTRING_BEG, expecting '')'' ^SyntaxError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SyntaxError"], ["exception_message", "/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:15: syntax error, unexpected tSTRING_BEG, expecting ')'\n...r.last_occurrence.created_at) \"ago\"))).to_s)); \n... ^"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:15: syntax error,\n unexpected tSTRING_BEG, expecting ')'\"\n- '...r.last_occurrence.created_at) \"ago\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:15: syntax error,\n unexpected tSTRING_BEG, expecting ')'\"\n- '...r.last_occurrence.created_at) \"ago\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `module_eval'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "yntax error, unexpected tSTRING_BEG, expecting ')' ^SyntaxError"], ["created_at", "2016-08-15 18:28:56.061740"], ["updated_at", "2016-08-15 18:28:56.061740"]]  (9.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: R1dNaFY1UVlpT29QM21xQWEvaHZPMGpxZGtvOURzWnBtUi80QTlmZ2dveW5RTWRzSytlQUN2MzFsa3VHWlA5SUl0V09TUWRiRjR0RUpQMlFVZCtmdTkxS3JtYzgxRkd1b0prWWYzWitaUHc5eFdLYWJ6T2hrZmwyekdkazkrUVpDV1FVQmZrQ0JvNTE5bUxSQTFkeXBRPT0tLXByR1FQVldBeENKUWJxemVOQWs2Wnc9PQ==--5b90742a4652ade0acc6479b441c2e7d52a93b13\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 16], ["created_at", "2016-08-15 18:28:56.099440"], ["updated_at", "2016-08-15 18:28:56.099440"]] SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]]  (10.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:29:00 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.3ms) Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 3.6ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 14:29:00 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 14:29:07 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.7ms) Completed 200 OK in 52ms (Views: 48.6ms | ActiveRecord: 3.0ms) Started GET "/assets/errdo/errdo.self-fb2e7d8de90be6d3c9513be4007440cf2124c632b8775d409c091f0cb0b14f36.css?body=1" for 127.0.0.1 at 2016-08-15 14:29:07 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:03:00 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (28.6ms) Completed 200 OK in 1047ms (Views: 1045.0ms | ActiveRecord: 2.0ms) Started GET "/assets/errdo/errdo.self-d09ee33d82558792f4ee3e111c796fec056ea3eee42b657dec49d6c3b888afa8.css?body=1" for 127.0.0.1 at 2016-08-15 15:03:01 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:07:25 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.6ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (100.5ms) Completed 200 OK in 122ms (Views: 114.3ms | ActiveRecord: 7.1ms) Started GET "/assets/errdo/errdo.self-d09ee33d82558792f4ee3e111c796fec056ea3eee42b657dec49d6c3b888afa8.css?body=1" for 127.0.0.1 at 2016-08-15 15:07:25 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:08:59 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (31.0ms) Completed 200 OK in 1173ms (Views: 1168.7ms | ActiveRecord: 3.4ms) Started GET "/assets/errdo/errdo.self-444d8e188d06abe938999aac1b2c25ac63b9908e08cab9909288ca451fe6d6ba.css?body=1" for 127.0.0.1 at 2016-08-15 15:09:00 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:09:36 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (29.1ms) Completed 200 OK in 1305ms (Views: 1301.2ms | ActiveRecord: 3.2ms) Started GET "/assets/errdo/errdo.self-92fff628b23984ab53ac39ee2a77ef7d6e27ea818c462fcef677cd0438bf6498.css?body=1" for 127.0.0.1 at 2016-08-15 15:09:38 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:13:11 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (68.1ms) Completed 200 OK in 1252ms (Views: 1243.4ms | ActiveRecord: 7.5ms) Started GET "/assets/errdo/errdo.self-6ac14e1fe9f6f2a067c6702caedbccc51e0aebed8db51c2d99e10dc9f2047cf6.css?body=1" for 127.0.0.1 at 2016-08-15 15:13:12 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:13:58 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (71.4ms) Completed 200 OK in 91ms (Views: 86.6ms | ActiveRecord: 4.3ms) Started GET "/assets/errdo/errdo.self-6ac14e1fe9f6f2a067c6702caedbccc51e0aebed8db51c2d99e10dc9f2047cf6.css?body=1" for 127.0.0.1 at 2016-08-15 15:13:58 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:16:19 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.6ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (97.9ms) Completed 200 OK in 1245ms (Views: 1234.7ms | ActiveRecord: 9.2ms) Started GET "/assets/errdo/errdo.self-d7d56bc533c34294a1840eb039d6f053f7ec6780ff8a1c46049ede85cd60a6f3.css?body=1" for 127.0.0.1 at 2016-08-15 15:16:20 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:18:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.8ms) Completed 200 OK in 52ms (Views: 48.9ms | ActiveRecord: 2.8ms) Started GET "/assets/errdo/errdo.self-d7d56bc533c34294a1840eb039d6f053f7ec6780ff8a1c46049ede85cd60a6f3.css?body=1" for 127.0.0.1 at 2016-08-15 15:18:18 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:18:23 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (65.3ms) Completed 200 OK in 84ms (Views: 77.1ms | ActiveRecord: 6.1ms) Started GET "/assets/errdo/errdo.self-d7d56bc533c34294a1840eb039d6f053f7ec6780ff8a1c46049ede85cd60a6f3.css?body=1" for 127.0.0.1 at 2016-08-15 15:18:23 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:29:09 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (54.4ms) Completed 200 OK in 70ms (Views: 66.2ms | ActiveRecord: 3.7ms) Started GET "/assets/errdo/errdo.self-d7d56bc533c34294a1840eb039d6f053f7ec6780ff8a1c46049ede85cd60a6f3.css?body=1" for 127.0.0.1 at 2016-08-15 15:29:09 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:33:22 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (101.7ms) Completed 200 OK in 1258ms (Views: 1249.6ms | ActiveRecord: 7.3ms) Started GET "/assets/errdo/errdo.self-2da4247689d1f493cebaea01bcdc4b0bd631af668ec9288a98b3100bca050328.css?body=1" for 127.0.0.1 at 2016-08-15 15:33:24 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:33:37 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (44.9ms) Completed 200 OK in 57ms (Views: 54.4ms | ActiveRecord: 2.6ms) Started GET "/assets/errdo/errdo.self-2da4247689d1f493cebaea01bcdc4b0bd631af668ec9288a98b3100bca050328.css?body=1" for 127.0.0.1 at 2016-08-15 15:33:37 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:33:39 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.8ms) Completed 200 OK in 51ms (Views: 48.0ms | ActiveRecord: 2.8ms) Started GET "/assets/errdo/errdo.self-2da4247689d1f493cebaea01bcdc4b0bd631af668ec9288a98b3100bca050328.css?body=1" for 127.0.0.1 at 2016-08-15 15:33:40 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:34:12 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.1ms) Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 2.4ms) Started GET "/assets/errdo/errdo.self-2da4247689d1f493cebaea01bcdc4b0bd631af668ec9288a98b3100bca050328.css?body=1" for 127.0.0.1 at 2016-08-15 15:34:12 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:36:57 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.4ms) Completed 200 OK in 70ms (Views: 66.0ms | ActiveRecord: 3.7ms) Started GET "/assets/errdo/errdo.self-2da4247689d1f493cebaea01bcdc4b0bd631af668ec9288a98b3100bca050328.css?body=1" for 127.0.0.1 at 2016-08-15 15:36:57 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:37:24 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (79.2ms) Completed 200 OK in 1204ms (Views: 1196.4ms | ActiveRecord: 6.8ms) Started GET "/assets/errdo/errdo.self-85564145c9d8e1b755737a4575b2ca59a3a8acaf02f1b378701bd20ac18f0029.css?body=1" for 127.0.0.1 at 2016-08-15 15:37:26 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:39:38 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (42.9ms) Completed 200 OK in 58ms (Views: 54.7ms | ActiveRecord: 3.1ms) Started GET "/assets/errdo/errdo.self-85564145c9d8e1b755737a4575b2ca59a3a8acaf02f1b378701bd20ac18f0029.css?body=1" for 127.0.0.1 at 2016-08-15 15:39:38 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:44:23 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (153.8ms) Completed 200 OK in 1551ms (Views: 1538.1ms | ActiveRecord: 5.6ms) Started GET "/assets/errdo/errdo.self-b582d5a4e3f9e198f60f310e93579574ecb4266c329649e8a647f473b9eac3b5.css?body=1" for 127.0.0.1 at 2016-08-15 15:44:25 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:45:20 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.5ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (1.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (1.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (119.5ms) Completed 200 OK in 1316ms (Views: 1304.5ms | ActiveRecord: 10.8ms) Started GET "/assets/errdo/errdo.self-cf9dbb3b8cbf160d200580ff3591528d2b7ecd18fa58ed53f41ac468ce0aa5c2.css?body=1" for 127.0.0.1 at 2016-08-15 15:45:22 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 15:45:24 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.5ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2016-08-15 15:45:32 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:49:52 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.1ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (1.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (1.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (1.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (1.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (110.0ms) Completed 200 OK in 1470ms (Views: 1455.1ms | ActiveRecord: 13.8ms) Started GET "/assets/errdo/errdo.self-ff21cb59a1f485f0a2199ea34deb9caf76c0b40fc7dd18dc2f00e3a016510af4.css?body=1" for 127.0.0.1 at 2016-08-15 15:49:54 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:50:34 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.5ms) Completed 200 OK in 67ms (Views: 63.7ms | ActiveRecord: 2.9ms) Started GET "/assets/errdo/errdo.self-ff21cb59a1f485f0a2199ea34deb9caf76c0b40fc7dd18dc2f00e3a016510af4.css?body=1" for 127.0.0.1 at 2016-08-15 15:50:34 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 15:50:37 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 15:53:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.7ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (86.0ms) Completed 200 OK in 1424ms (Views: 1416.5ms | ActiveRecord: 6.6ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 15:53:20 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 16:14:12 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.2ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:16 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (79.4ms) Completed 200 OK in 101ms (Views: 94.5ms | ActiveRecord: 5.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:16 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (42.0ms) Completed 200 OK in 59ms (Views: 54.6ms | ActiveRecord: 3.9ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:18 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:18 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (1.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (85.9ms) Completed 200 OK in 105ms (Views: 96.8ms | ActiveRecord: 7.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:18 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.9ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (1.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (43.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (122.2ms) Completed 200 OK in 140ms (Views: 89.3ms | ActiveRecord: 50.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (35.3ms) Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 2.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (35.0ms) Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 2.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:19 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:14:25 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.7ms) Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 2.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:14:25 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:19:43 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (56.2ms) Completed 200 OK in 74ms (Views: 70.2ms | ActiveRecord: 3.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 16:19:43 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 16:20:18 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:28:09 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x000000053b1028>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x000000053b1028>NoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x000000053b1028>NoMethodError"], ["created_at", "2016-08-15 20:28:09.956734"], ["updated_at", "2016-08-15 20:28:09.956734"]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 17], ["created_at", "2016-08-15 20:28:10.025529"], ["updated_at", "2016-08-15 20:28:10.025529"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 17]]  (9.0ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:28:11 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x00000005ab9cf8>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x00000005ab9cf8>NoMethodError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x00000005ab9cf8>NoMethodError"], ["created_at", "2016-08-15 20:28:11.378058"], ["updated_at", "2016-08-15 20:28:11.378058"]]  (13.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 18], ["created_at", "2016-08-15 20:28:11.405814"], ["updated_at", "2016-08-15 20:28:11.405814"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 18]]  (9.3ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:51:42 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" Completed 500 Internal Server Error in 83ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x00000003e911c0>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.6ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x00000003e911c0>NoMethodError' LIMIT 1 SQL (0.6ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x00000003e911c0>NoMethodError"], ["created_at", "2016-08-15 20:51:42.593042"], ["updated_at", "2016-08-15 20:51:42.593042"]]  (9.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 19], ["created_at", "2016-08-15 20:51:42.742985"], ["updated_at", "2016-08-15 20:51:42.742985"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]]  (10.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:52:51 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fe6846a2a80>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x007fe6846a2a80>NoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fe6846a2a80>NoMethodError"], ["created_at", "2016-08-15 20:52:52.024604"], ["updated_at", "2016-08-15 20:52:52.024604"]]  (7.9ms) commit transaction  (0.4ms) begin transaction SQL (0.7ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 20], ["created_at", "2016-08-15 20:52:52.105675"], ["updated_at", "2016-08-15 20:52:52.105675"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]]  (9.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 16:54:51 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (3.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC Completed 500 Internal Server Error in 109ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x0000000492e358>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x0000000492e358>NoMethodError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:8:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x0000000492e358>NoMethodError"], ["created_at", "2016-08-15 20:54:52.043971"], ["updated_at", "2016-08-15 20:54:52.043971"]]  (12.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 21], ["created_at", "2016-08-15 20:54:52.187225"], ["updated_at", "2016-08-15 20:54:52.187225"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 21]]  (7.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:03:26 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fa5b40ed8a8>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x007fa5b40ed8a8>NoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fa5b40ed8a8>NoMethodError"], ["created_at", "2016-08-15 21:03:26.118644"], ["updated_at", "2016-08-15 21:03:26.118644"]]  (10.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 22], ["created_at", "2016-08-15 21:03:26.148311"], ["updated_at", "2016-08-15 21:03:26.148311"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 22]]  (8.0ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:03:27 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `page' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x0000000516b1b0>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x0000000516b1b0>NoMethodError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `page' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x0000000516b1b0>NoMethodError"], ["created_at", "2016-08-15 21:03:27.736797"], ["updated_at", "2016-08-15 21:03:27.736797"]]  (12.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 23], ["created_at", "2016-08-15 21:03:27.759431"], ["updated_at", "2016-08-15 21:03:27.759431"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 23]]  (8.0ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:04:09 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 25 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (201.2ms) Completed 500 Internal Server Error in 222ms (ActiveRecord: 6.2ms) ActionView::Template::Error (undefined method `index_path' for #<#:0x00000001ec0f58> Did you mean? video_path): 31: .row 32: .col-md-6= paginate(@errors,remote: true) 33: .row 34: .col-md-6= link_to(t("admin.misc.show_all"), index_path(params.merge(all: true)), class: "show-all btn btn-default clearfix pjax") unless total_count > 100 || total_count <= @objects.to_a.size 35: .clearfix.total-count= "#{total_count} #{@model_config.pluralize(total_count).downcase}" 36: 37: - else /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:34:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__890547139512855686_18406000' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rors_index_html_slim__890547139512855686_18406000'ou mean? video_pathiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rors_index_html_slim__890547139512855686_18406000''ou mean? video_pathiew::Template::Error' LIMIT 1 SQL (0.5ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `index_path' for #<#:0x00000001ec0f58>\nDid you mean? video_path"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:34:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__890547139512855686_18406000'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "rors_index_html_slim__890547139512855686_18406000'ou mean? video_pathiew::Template::Error"], ["created_at", "2016-08-15 21:04:10.156804"], ["updated_at", "2016-08-15 21:04:10.156804"]]  (11.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TGlCM2FuVWIraWZLTFNkWFhMRWhjSCs0bkRlWE9aVldiNFVBYm1TYUhHSnEweTYzZEpIQXgwMUc0YlhubFM4SXZCaUVmYU9Oejc1NkI0T2pobTVwV1JXZnlPeWpuQU9rR0VhSXY2TFlLRXVhdFl3dG1yTzFHZVhqcG5FM09zM2ZuNnNhV3J6MWNQdXRSMHV3cEpVdHJ3PT0tLU9JblRWcXprNkR2YldYMUJJeDh3dHc9PQ==--a4aebdf480bfd7da3273e9d78373f1c7484c53b5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 24], ["created_at", "2016-08-15 21:04:10.188166"], ["updated_at", "2016-08-15 21:04:10.188166"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 24]]  (8.0ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:57:05 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 25 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.9ms) Completed 200 OK in 237ms (Views: 232.3ms | ActiveRecord: 4.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 17:57:05 -0400 Started GET "/" for 127.0.0.1 at 2016-08-15 17:57:23 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.3ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:58:38 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" ASC LIMIT 25 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (91.4ms) Completed 200 OK in 126ms (Views: 113.3ms | ActiveRecord: 6.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 17:58:39 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 17:58:43 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 25 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (100.8ms) Completed 200 OK in 120ms (Views: 108.5ms | ActiveRecord: 6.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 17:58:43 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 18:00:24 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `per' for #): activerecord (4.2.7) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.2.7) lib/active_record/relation/delegation.rb:99:in `method_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fc378ad3188>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ord/relation/delegation.rb:136:in `method_missing''on:0x007fc378ad3188>NoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `per' for #"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:136:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:99:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:7:in `index'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ord/relation/delegation.rb:136:in `method_missing'on:0x007fc378ad3188>NoMethodError"], ["created_at", "2016-08-15 22:00:24.204720"], ["updated_at", "2016-08-15 22:00:24.204720"]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: aVZPbk1hSTZpNnZobnZYZTZXTGFJM1J2MUEzM2FrQlBMbWNGZ0xPcjNaMDVwL0dINm5sYS9yS2FGa3JhMmhOaGdGTXpoWGFlTlRtcVdrK3oxMUlXcmRxQTZ1aUZEeEMzSElaVUFrK0xETEdoQVF2WW1HZ0t0YStkdEV1amZwTEZZNmRzcExhZEFzdHNwS1pzbmF2aUtBPT0tLVA5YzcreWpONXVPbFprRUE5eE5LaFE9PQ==--59cb1e9ac30586e7ffc3607f8be34925daba58ce\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 25], ["created_at", "2016-08-15 22:00:24.233222"], ["updated_at", "2016-08-15 22:00:24.233222"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 25]]  (6.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 18:01:33 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (53.0ms) Completed 200 OK in 68ms (Views: 62.9ms | ActiveRecord: 3.0ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:01:34 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 18:01:46 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.6ms) Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 2.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:01:46 -0400 Started GET "/errdo/errors?page=3" for 127.0.0.1 at 2016-08-15 18:01:48 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"3"} Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 20 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (25.3ms) Completed 200 OK in 45ms (Views: 41.4ms | ActiveRecord: 2.1ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:01:51 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (32.7ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 2.5ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 18:01:53 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"} Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 10 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (32.8ms) Completed 200 OK in 48ms (Views: 44.5ms | ActiveRecord: 3.4ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:01:56 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (29.8ms) Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 2.2ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:02:53 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 10 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.5ms) Completed 200 OK in 69ms (Views: 65.4ms | ActiveRecord: 2.6ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:02:53 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:22:04 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (5.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 30 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (80.0ms) Completed 200 OK in 95ms (Views: 82.3ms | ActiveRecord: 10.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:22:04 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:22:13 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (72.3ms) Completed 200 OK in 88ms (Views: 80.1ms | ActiveRecord: 5.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:22:13 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:30:31 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (71.9ms) Completed 200 OK in 1182ms (Views: 1174.6ms | ActiveRecord: 4.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:30:32 -0400 Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:30:51 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (59.3ms) Completed 200 OK in 73ms (Views: 69.0ms | ActiveRecord: 3.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:30:52 -0400 Started GET "/errdo/errors/25" for 127.0.0.1 at 2016-08-15 18:31:01 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"25"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 25]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.9ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 18:31:21 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (88.6ms) Completed 200 OK in 110ms (Views: 104.9ms | ActiveRecord: 4.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 18:31:21 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 18:31:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.7ms) Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.1ms)  (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (16.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160815225506)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurrence" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160815225506"]]  (6.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (5.0ms) DROP TABLE "error_occurrences"  (5.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (5.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (8.9ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (8.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (9.4ms) DROP TABLE "errors"  (7.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurrence" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.0ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) SELECT version FROM "schema_migrations"  (7.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (15.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (9.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurrence" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (7.1ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (12.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815225506') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/errdo/sdf" for 127.0.0.1 at 2016-08-15 18:56:19 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/sdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/sdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sdf\"roller::RoutingError"], ["created_at", "2016-08-15 22:56:19.376530"], ["updated_at", "2016-08-15 22:56:19.376530"]]  (6.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Qm80Qi82eXdiSzZaSDlsdEFMWk5ob05Ec3JNcUxtdkFETzRoU2t4TmVQbmppdVdFNVUzVE5ONHo4ZDVyMGNCTjZGUTdpMTBPNXFtZ2d4RmRsbWhUUWtONGJ2N21Pc08vT0NOcjI5WkxhMkxNUGljbWJmbEJZQkRiNGVNcFA4aEVuUkkzaXdxSDFaaHBORUdqQmI1dVBnPT0tLWsrT1BSWU9FUGRBdVBNbTVQYzBIalE9PQ==--06b2cc2d95d68a80504c357ffb7f832232283ac9\n"], ["error_id", 1], ["created_at", "2016-08-15 22:56:19.434733"], ["updated_at", "2016-08-15 22:56:19.434733"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (14.8ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 18:56:23 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (28.4ms) Completed 200 OK in 218ms (Views: 216.6ms | ActiveRecord: 0.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:06:24 -0400 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.2.7) lib/active_record/migration.rb:392:in `check_pending!' activerecord (4.2.7) lib/active_record/migration.rb:373:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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'  (7.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (6.6ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (9.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (11.6ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurrence" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.7ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (8.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (13.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815225506')  (12.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) select sqlite_version(*)  (7.7ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (8.9ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (8.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (11.5ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurrence" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.6ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (9.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (7.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (5.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815225506') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (11.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (11.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160815230451)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160815230451"]]  (7.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (5.4ms) DROP TABLE "error_occurrences"  (5.4ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (9.0ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (9.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (10.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (6.7ms) DROP TABLE "errors"  (6.5ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (5.9ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) SELECT version FROM "schema_migrations"  (11.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (11.5ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (7.6ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.4ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.9ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (6.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (10.5ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (11.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (11.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (6.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.5ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (12.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (12.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (6.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451')  (7.7ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (7.2ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (11.6ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (12.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (11.0ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.6ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (9.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (9.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (7.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (11.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (9.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (7.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (7.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (11.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (5.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451')  (7.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_class" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (7.7ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (11.5ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (12.0ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("")  (8.8ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.0ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (12.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.4ms) SELECT version FROM "schema_migrations"  (9.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:07:55 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.2ms) Completed 200 OK in 244ms (Views: 233.3ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:07:55 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:08:00 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (4.2ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.5ms) Started GET "/errdosf" for 127.0.0.1 at 2016-08-15 19:08:02 -0400 ActionController::RoutingError (No route matches [GET] "/errdosf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdosf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdosf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdosf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdosf\"roller::RoutingError"], ["created_at", "2016-08-15 23:08:02.478586"], ["updated_at", "2016-08-15 23:08:02.478586"]]  (11.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OFZXelRSZk5TY1lRY1ZkUW00NDJIYUpMRGJzRWJ2M2FBYnZZTXBoeDF3ZndJVldteUZiV2RPZGJmVXZibDUyQnpLTlNFNlFVZ2EyZDQ1dUE4eThGOUg4WHQ0My9CS1M0a05tRS8yai84Nm1EQ3pLV1JOeXZ3MWNXZFZET1ZRdzNwTDZHWjJEYmNVT1c0d0gwM08xVmRBPT0tLXI0VCtGOXRZM281SjFTclRicFlrT3c9PQ==--754263bbd4017e8547f582daba59369065e6804c\n"], ["error_id", 1], ["created_at", "2016-08-15 23:08:02.519834"], ["updated_at", "2016-08-15 23:08:02.519834"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]]  (0.1ms) rollback transaction Started GET "/errdosf" for 127.0.0.1 at 2016-08-15 19:08:20 -0400 ActionController::RoutingError (No route matches [GET] "/errdosf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdosf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OFZXelRSZk5TY1lRY1ZkUW00NDJIYUpMRGJzRWJ2M2FBYnZZTXBoeDF3ZndJVldteUZiV2RPZGJmVXZibDUyQnpLTlNFNlFVZ2EyZDQ1dUE4eThGOUg4WHQ0My9CS1M0a05tRS8yai84Nm1EQ3pLV1JOeXZ3MWNXZFZET1ZRdzNwTDZHWjJEYmNVT1c0d0gwM08xVmRBPT0tLXI0VCtGOXRZM281SjFTclRicFlrT3c9PQ==--754263bbd4017e8547f582daba59369065e6804c\n"], ["error_id", 1], ["created_at", "2016-08-15 23:08:20.282873"], ["updated_at", "2016-08-15 23:08:20.282873"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdosf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:08:20.282873"], ["updated_at", "2016-08-15 23:08:20.288218"], ["id", 1]]  (7.2ms) commit transaction Started GET "/errdos" for 127.0.0.1 at 2016-08-15 19:08:28 -0400 ActionController::RoutingError (No route matches [GET] "/errdos"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/errdos\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ches [GET] "/errdos"roller::RoutingError' LIMIT 1 SQL (0.7ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdos\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/errdos\"roller::RoutingError"], ["created_at", "2016-08-15 23:08:28.496626"], ["updated_at", "2016-08-15 23:08:28.496626"]]  (10.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OFZXelRSZk5TY1lRY1ZkUW00NDJIYUpMRGJzRWJ2M2FBYnZZTXBoeDF3ZndJVldteUZiV2RPZGJmVXZibDUyQnpLTlNFNlFVZ2EyZDQ1dUE4eThGOUg4WHQ0My9CS1M0a05tRS8yai84Nm1EQ3pLV1JOeXZ3MWNXZFZET1ZRdzNwTDZHWjJEYmNVT1c0d0gwM08xVmRBPT0tLXI0VCtGOXRZM281SjFTclRicFlrT3c9PQ==--754263bbd4017e8547f582daba59369065e6804c\n"], ["error_id", 2], ["created_at", "2016-08-15 23:08:28.520090"], ["updated_at", "2016-08-15 23:08:28.520090"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ches [GET] "/errdos"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:08:28.520090"], ["updated_at", "2016-08-15 23:08:28.525253"], ["id", 2]]  (8.8ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:08:30 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (16.4ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `last_occurred' for # Did you mean? last_occurred_at last_occurred_at? last_occurred_at= last_occurrence): 13: - @errors.each do |error| 14: tr.errdo 15: td.errdo.time-column 16: = link_to time_ago_in_words(error.last_occurred) + " ago", error, class: "errdo" 17: td.errdo.user-column 18: = link_to error.last_occurrence.experiencer_class, root_path, class: "errdo" 19: td.errdo.class-column activemodel (4.2.7) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3874725012559054767_22704940' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:13:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3874725012559054767_22704940' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "model/attribute_methods.rb:433:in `method_missing' last_occurrenceiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'model/attribute_methods.rb:433:in `method_missing'' last_occurrenceiew::Template::Error' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `last_occurred' for #\nDid you mean? last_occurred_at\n last_occurred_at?\n last_occurred_at=\n last_occurrence"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activemodel-4.2.7/lib/active_model/attribute_methods.rb:433:in\n `method_missing'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3874725012559054767_22704940'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:13:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3874725012559054767_22704940'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "model/attribute_methods.rb:433:in `method_missing' last_occurrenceiew::Template::Error"], ["created_at", "2016-08-15 23:08:30.604385"], ["updated_at", "2016-08-15 23:08:30.604385"]]  (9.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OFZXelRSZk5TY1lRY1ZkUW00NDJIYUpMRGJzRWJ2M2FBYnZZTXBoeDF3ZndJVldteUZiV2RPZGJmVXZibDUyQnpLTlNFNlFVZ2EyZDQ1dUE4eThGOUg4WHQ0My9CS1M0a05tRS8yai84Nm1EQ3pLV1JOeXZ3MWNXZFZET1ZRdzNwTDZHWjJEYmNVT1c0d0gwM08xVmRBPT0tLXI0VCtGOXRZM281SjFTclRicFlrT3c9PQ==--754263bbd4017e8547f582daba59369065e6804c\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 3], ["created_at", "2016-08-15 23:08:30.631371"], ["updated_at", "2016-08-15 23:08:30.631371"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'model/attribute_methods.rb:433:in `method_missing'' last_occurrenceiew::Template::Error' AND "errors"."id" != 3) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:08:30.631371"], ["updated_at", "2016-08-15 23:08:30.639022"], ["id", 3]]  (11.3ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:09:00 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (48.6ms) Completed 200 OK in 82ms (Views: 76.8ms | ActiveRecord: 2.0ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:09:00 -0400 Started GET "/errdosf" for 127.0.0.1 at 2016-08-15 19:09:13 -0400 ActionController::RoutingError (No route matches [GET] "/errdosf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdosf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: MVBUTThzZGRyYUpEdG94RTAza3dCd2t5bTFqYW1zRjRzTEFrMitNNk1keStkNTlzYXQrTVZ0K0w4ZHR3U29ZY2tLU0doT25aVU5SRk9XRk94OTlGQTA1Yzg4SVV0WWZtS0dwTHlEUXZKUFptMUFVM3pNTVA4Q1hwSE1VamRoVE1teUt6T0FBMWZTM3J1OXlEMUkwdEZ3PT0tLTBETlZIZ2owVE02MkozZGVxbjk0RXc9PQ==--e0449b4cec78196bf9cb554eab69dc983b361872\n"], ["error_id", 1], ["created_at", "2016-08-15 23:09:13.751608"], ["updated_at", "2016-08-15 23:09:13.751608"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdosf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-15 23:09:13.751608"], ["updated_at", "2016-08-15 23:09:13.757293"], ["id", 1]]  (5.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:09:15 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (13.2ms) Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 1.3ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:19:14 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.1ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 1.5ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:19:15 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:20:31 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.2ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 1.8ms) ActionView::Template::Error (Missing partial layouts/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): 5: = stylesheet_link_tag "errdo/errdo", media: :all 6: 7: body 8: = render partial: "layouts/navbar" 9: == yield actionview (4.2.7) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/eric/Projects/errdo/app/views/layouts/errdo/application.html.slim:8:in `__home_eric__rojects_errdo_app_views_layouts_errdo_application_html_slim__4100043660107538613_70147238324060' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'iew-4.2.7/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "Missing partial layouts/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in:\n * \"/home/eric/Projects/errdo/test/dummy/app/views\"\n * \"/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views\"\n * \"/home/eric/Projects/errdo/app/views\"\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/path_set.rb:46:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/lookup_context.rb:121:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/partial_renderer.rb:418:in\n `find_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/partial_renderer.rb:413:in\n `find_partial'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/partial_renderer.rb:294:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:51:in\n `render_partial'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/rendering_helper.rb:32:in\n `render'\"\n- \"/home/eric/Projects/errdo/app/views/layouts/errdo/application.html.slim:8:in `__home_eric__rojects_errdo_app_views_layouts_errdo_application_html_slim__4100043660107538613_70147238324060'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:66:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "iew-4.2.7/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::Template::Error"], ["created_at", "2016-08-15 23:20:31.319653"], ["updated_at", "2016-08-15 23:20:31.319653"]]  (9.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: S09RODBraHNhcTJNbGZxZTREWGtJUjdOMmo5L0FwQTNpcWUyeWdvVHdQWEExVzNpUnpvdWRvZlBlbFpGN2t1aGFxNFFUY2JFUm5SdWVyUFM1M2xEbGlKZUNsZHBDTWtjd01TRGpFUEp0MGZCOEFhNDUxSUZYZFdsR1FmRGY5M3l4RmxUNkVkblQ5MjV0QlR0czRoLzlnPT0tLUs1Y2ZQYjhSWFpQNm1RV0NYcnpYcnc9PQ==--b68aaab5291769ee8a34c32fc21790d8edc511f0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-15 23:20:31.342914"], ["updated_at", "2016-08-15 23:20:31.342914"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'iew-4.2.7/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::Template::Error' AND "errors"."id" != 4) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:20:31.342914"], ["updated_at", "2016-08-15 23:20:31.348561"], ["id", 4]]  (11.4ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:20:59 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (12.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.2ms) Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:21:00 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:24:57 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (15.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (7.0ms) Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 1.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:24:57 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:25:03 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:25:03 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:25:14 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 72ms (Views: 67.6ms | ActiveRecord: 3.6ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:25:14 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:25:50 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (2.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 85ms (Views: 78.2ms | ActiveRecord: 4.9ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:25:50 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:27:04 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (14.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.3ms) Completed 200 OK in 44ms (Views: 40.9ms | ActiveRecord: 1.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:27:04 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:27:24 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.6ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 97ms (Views: 91.5ms | ActiveRecord: 4.5ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:27:24 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:27:30 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.3ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 78ms (Views: 73.2ms | ActiveRecord: 3.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:27:30 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:34:41 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.1ms) Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 1.0ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:34:41 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:35:31 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (15.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.2ms) Completed 200 OK in 41ms (Views: 38.5ms | ActiveRecord: 1.5ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:35:32 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:36:08 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (32.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.8ms) Completed 200 OK in 66ms (Views: 60.9ms | ActiveRecord: 3.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:36:08 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:36:40 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (13.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 1.5ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:36:40 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:38:13 -0400 Processing by Errdo::ErrorsController#index as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "errors" Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (15.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.1ms) Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 1.6ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:38:13 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:39:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (16.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.9ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:39:17 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:39:26 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (48.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 77ms (Views: 72.9ms | ActiveRecord: 2.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:39:26 -0400 Started GET "/errdoASDF" for 127.0.0.1 at 2016-08-15 19:40:30 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDF"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdoASDF\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdoASDF"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDF\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdoASDF\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:30.345739"], ["updated_at", "2016-08-15 23:40:30.345739"]]  (8.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 5], ["created_at", "2016-08-15 23:40:30.364683"], ["updated_at", "2016-08-15 23:40:30.364683"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdoASDF"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:30.364683"], ["updated_at", "2016-08-15 23:40:30.368828"], ["id", 5]]  (5.4ms) commit transaction Started GET "/errdoASDFFD" for 127.0.0.1 at 2016-08-15 19:40:35 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFD"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdoASDFFD\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdoASDFFD"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFD\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdoASDFFD\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:35.039914"], ["updated_at", "2016-08-15 23:40:35.039914"]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 6], ["created_at", "2016-08-15 23:40:35.061642"], ["updated_at", "2016-08-15 23:40:35.061642"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdoASDFFD"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:35.061642"], ["updated_at", "2016-08-15 23:40:35.065901"], ["id", 6]]  (9.0ms) commit transaction Started GET "/errdoASDFFDDF" for 127.0.0.1 at 2016-08-15 19:40:38 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdoASDFFDDF\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdoASDFFDDF"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdoASDFFDDF\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:38.114482"], ["updated_at", "2016-08-15 23:40:38.114482"]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 7], ["created_at", "2016-08-15 23:40:38.132305"], ["updated_at", "2016-08-15 23:40:38.132305"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 7]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdoASDFFDDF"roller::RoutingError' AND "errors"."id" != 7) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:38.132305"], ["updated_at", "2016-08-15 23:40:38.138419"], ["id", 7]]  (9.0ms) commit transaction Started GET "/errdoASDFFDDF34" for 127.0.0.1 at 2016-08-15 19:40:43 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'] \"/errdoASDFFDDF34\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''] "/errdoASDFFDDF34"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'] \"/errdoASDFFDDF34\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:43.202037"], ["updated_at", "2016-08-15 23:40:43.202037"]]  (10.9ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 8], ["created_at", "2016-08-15 23:40:43.234195"], ["updated_at", "2016-08-15 23:40:43.234195"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''] "/errdoASDFFDDF34"roller::RoutingError' AND "errors"."id" != 8) LIMIT 1 SQL (0.8ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:43.234195"], ["updated_at", "2016-08-15 23:40:43.241901"], ["id", 8]]  (11.0ms) commit transaction Started GET "/errdoASDFFDDF3432" for 127.0.0.1 at 2016-08-15 19:40:45 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'\"/errdoASDFFDDF3432\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''"/errdoASDFFDDF3432"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF3432\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'\"/errdoASDFFDDF3432\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:45.465846"], ["updated_at", "2016-08-15 23:40:45.465846"]]  (7.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 9], ["created_at", "2016-08-15 23:40:45.484350"], ["updated_at", "2016-08-15 23:40:45.484350"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''"/errdoASDFFDDF3432"roller::RoutingError' AND "errors"."id" != 9) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:45.484350"], ["updated_at", "2016-08-15 23:40:45.490822"], ["id", 9]]  (11.2ms) commit transaction Started GET "/errdoASDFFDDF343221" for 127.0.0.1 at 2016-08-15 19:40:47 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF343221"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'errdoASDFFDDF343221\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''errdoASDFFDDF343221"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF343221\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'errdoASDFFDDF343221\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:47.186230"], ["updated_at", "2016-08-15 23:40:47.186230"]]  (6.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 10], ["created_at", "2016-08-15 23:40:47.202482"], ["updated_at", "2016-08-15 23:40:47.202482"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 10]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''errdoASDFFDDF343221"roller::RoutingError' AND "errors"."id" != 10) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:47.202482"], ["updated_at", "2016-08-15 23:40:47.208727"], ["id", 10]]  (6.6ms) commit transaction Started GET "/errdoASDFFDDF34322124" for 127.0.0.1 at 2016-08-15 19:40:48 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'rdoASDFFDDF34322124\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''rdoASDFFDDF34322124"roller::RoutingError' LIMIT 1 SQL (0.5ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'rdoASDFFDDF34322124\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:48.919679"], ["updated_at", "2016-08-15 23:40:48.919679"]]  (11.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 11], ["created_at", "2016-08-15 23:40:48.943992"], ["updated_at", "2016-08-15 23:40:48.943992"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 11]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''rdoASDFFDDF34322124"roller::RoutingError' AND "errors"."id" != 11) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:48.943992"], ["updated_at", "2016-08-15 23:40:48.948705"], ["id", 11]]  (7.8ms) commit transaction Started GET "/errdoASDFFDDF34322124ASF" for 127.0.0.1 at 2016-08-15 19:40:51 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASF"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ASDFFDDF34322124ASF\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ASDFFDDF34322124ASF"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASF\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ASDFFDDF34322124ASF\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:51.065984"], ["updated_at", "2016-08-15 23:40:51.065984"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 12], ["created_at", "2016-08-15 23:40:51.080429"], ["updated_at", "2016-08-15 23:40:51.080429"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 12]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ASDFFDDF34322124ASF"roller::RoutingError' AND "errors"."id" != 12) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:51.080429"], ["updated_at", "2016-08-15 23:40:51.084274"], ["id", 12]]  (9.1ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASF" for 127.0.0.1 at 2016-08-15 19:40:52 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASF"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'FFDDF34322124ASFASF\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''FFDDF34322124ASFASF"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASF\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'FFDDF34322124ASFASF\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:52.664610"], ["updated_at", "2016-08-15 23:40:52.664610"]]  (6.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 13], ["created_at", "2016-08-15 23:40:52.681262"], ["updated_at", "2016-08-15 23:40:52.681262"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''FFDDF34322124ASFASF"roller::RoutingError' AND "errors"."id" != 13) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:52.681262"], ["updated_at", "2016-08-15 23:40:52.687245"], ["id", 13]]  (10.8ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDS" for 127.0.0.1 at 2016-08-15 19:40:54 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDS"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DF34322124ASFASFFDS\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DF34322124ASFASFFDS"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASFFDS\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DF34322124ASFASFFDS\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:54.371284"], ["updated_at", "2016-08-15 23:40:54.371284"]]  (6.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 14], ["created_at", "2016-08-15 23:40:54.387202"], ["updated_at", "2016-08-15 23:40:54.387202"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 14]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DF34322124ASFASFFDS"roller::RoutingError' AND "errors"."id" != 14) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:54.387202"], ["updated_at", "2016-08-15 23:40:54.391688"], ["id", 14]]  (6.8ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDSSDFSFS" for 127.0.0.1 at 2016-08-15 19:40:56 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDSSDFSFS"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'2124ASFASFFDSSDFSFS\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''2124ASFASFFDSSDFSFS"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASFFDSSDFSFS\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'2124ASFASFFDSSDFSFS\"roller::RoutingError"], ["created_at", "2016-08-15 23:40:56.274491"], ["updated_at", "2016-08-15 23:40:56.274491"]]  (10.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 15], ["created_at", "2016-08-15 23:40:56.293192"], ["updated_at", "2016-08-15 23:40:56.293192"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''2124ASFASFFDSSDFSFS"roller::RoutingError' AND "errors"."id" != 15) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:40:56.293192"], ["updated_at", "2016-08-15 23:40:56.297345"], ["id", 15]]  (7.2ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDSSDFSFS" for 127.0.0.1 at 2016-08-15 19:40:57 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDSSDFSFS"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'2124ASFASFFDSSDFSFS\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 15], ["created_at", "2016-08-15 23:40:57.445287"], ["updated_at", "2016-08-15 23:40:57.445287"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''2124ASFASFFDSSDFSFS"roller::RoutingError' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-15 23:40:57.445287"], ["updated_at", "2016-08-15 23:40:57.450464"], ["id", 15]]  (6.7ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS" for 127.0.0.1 at 2016-08-15 19:41:00 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'SFASFFDSSDFSFSSFSSS\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''SFASFFDSSDFSFSSFSSS"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'SFASFFDSSDFSFSSFSSS\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:00.215781"], ["updated_at", "2016-08-15 23:41:00.215781"]]  (11.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 16], ["created_at", "2016-08-15 23:41:00.237771"], ["updated_at", "2016-08-15 23:41:00.237771"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''SFASFFDSSDFSFSSFSSS"roller::RoutingError' AND "errors"."id" != 16) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:00.237771"], ["updated_at", "2016-08-15 23:41:00.242113"], ["id", 16]]  (11.5ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444" for 127.0.0.1 at 2016-08-15 19:41:03 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'SFFDSSDFSFSSFSSS444\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''SFFDSSDFSFSSFSSS444"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'SFFDSSDFSFSSFSSS444\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:03.288296"], ["updated_at", "2016-08-15 23:41:03.288296"]]  (7.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 17], ["created_at", "2016-08-15 23:41:03.307491"], ["updated_at", "2016-08-15 23:41:03.307491"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 17]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''SFFDSSDFSFSSFSSS444"roller::RoutingError' AND "errors"."id" != 17) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:03.307491"], ["updated_at", "2016-08-15 23:41:03.311931"], ["id", 17]]  (7.1ms) commit transaction Started GET "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444213" for 127.0.0.1 at 2016-08-15 19:41:06 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444213"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DSSDFSFSSFSSS444213\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.6ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DSSDFSFSSFSSS444213"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF34322124ASFASFFDSSDFSFSSFSSS444213\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DSSDFSFSSFSSS444213\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:06.677467"], ["updated_at", "2016-08-15 23:41:06.677467"]]  (6.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 18], ["created_at", "2016-08-15 23:41:06.694126"], ["updated_at", "2016-08-15 23:41:06.694126"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 18]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DSSDFSFSSFSSS444213"roller::RoutingError' AND "errors"."id" != 18) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:06.694126"], ["updated_at", "2016-08-15 23:41:06.698722"], ["id", 18]]  (6.6ms) commit transaction Started GET "/errdoASDFFDDF3432212DSSDFSFSSFSSS444213" for 127.0.0.1 at 2016-08-15 19:41:10 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432212DSSDFSFSSFSSS444213"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DSSDFSFSSFSSS444213\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 18], ["created_at", "2016-08-15 23:41:10.195600"], ["updated_at", "2016-08-15 23:41:10.195600"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 18]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DSSDFSFSSFSSS444213"roller::RoutingError' AND "errors"."id" != 18) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-15 23:41:10.195600"], ["updated_at", "2016-08-15 23:41:10.202940"], ["id", 18]]  (11.2ms) commit transaction Started GET "/errdoASDFFDDF3432212SSFSSS444213" for 127.0.0.1 at 2016-08-15 19:41:12 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432212SSFSSS444213"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'3432212SSFSSS444213\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''3432212SSFSSS444213"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF3432212SSFSSS444213\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'3432212SSFSSS444213\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:12.273425"], ["updated_at", "2016-08-15 23:41:12.273425"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 19], ["created_at", "2016-08-15 23:41:12.287387"], ["updated_at", "2016-08-15 23:41:12.287387"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''3432212SSFSSS444213"roller::RoutingError' AND "errors"."id" != 19) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:12.287387"], ["updated_at", "2016-08-15 23:41:12.291758"], ["id", 19]]  (9.1ms) commit transaction Started GET "/errdoASDFFDDF3432212SSFS44213" for 127.0.0.1 at 2016-08-15 19:41:14 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432212SSFS44213"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DDF3432212SSFS44213\"roller::RoutingError"]]  (0.4ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DDF3432212SSFS44213"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF3432212SSFS44213\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'DDF3432212SSFS44213\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:14.390760"], ["updated_at", "2016-08-15 23:41:14.390760"]]  (6.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 20], ["created_at", "2016-08-15 23:41:14.407716"], ["updated_at", "2016-08-15 23:41:14.407716"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''DDF3432212SSFS44213"roller::RoutingError' AND "errors"."id" != 20) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:14.407716"], ["updated_at", "2016-08-15 23:41:14.414222"], ["id", 20]]  (6.3ms) commit transaction Started GET "/errdoASDFFDDF3432212SSFS44213DFS" for 127.0.0.1 at 2016-08-15 19:41:16 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432212SSFS44213DFS"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'3432212SSFS44213DFS\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''3432212SSFS44213DFS"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF3432212SSFS44213DFS\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'3432212SSFS44213DFS\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:16.568652"], ["updated_at", "2016-08-15 23:41:16.568652"]]  (6.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 21], ["created_at", "2016-08-15 23:41:16.590676"], ["updated_at", "2016-08-15 23:41:16.590676"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 21]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''3432212SSFS44213DFS"roller::RoutingError' AND "errors"."id" != 21) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:16.590676"], ["updated_at", "2016-08-15 23:41:16.597100"], ["id", 21]]  (8.5ms) commit transaction Started GET "/errdoASDFFDDF3432212SSFS44213DFS343" for 127.0.0.1 at 2016-08-15 19:41:19 -0400 ActionController::RoutingError (No route matches [GET] "/errdoASDFFDDF3432212SSFS44213DFS343"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'2212SSFS44213DFS343\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''2212SSFS44213DFS343"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoASDFFDDF3432212SSFS44213DFS343\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/404"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'2212SSFS44213DFS343\"roller::RoutingError"], ["created_at", "2016-08-15 23:41:19.636572"], ["updated_at", "2016-08-15 23:41:19.636572"]]  (10.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OWlqb2lTOGVuanpTdnZGd0ROVndNMXc3cDBLRTFTZWw3S1JNM2ZuVXp0eWc3RlJTU3VKV1pURjhMb0NOOS9qOHFZZ09wd1hwVmhGRGdWRW9xQ1E2R0JEczlSSWRLZUwwVjFvSkxXTXVLWkFES2l0cEpkdnFBYzdvZVRBZ2d5U01xTXZqS09XNEtMSmQ1STUzdVhESDh3PT0tLStJTUxSaTI5SXVPNHRIeVNpRkRuMVE9PQ==--5a8400df417475010b1f3c85449e8ac3235ac315\n"], ["error_id", 22], ["created_at", "2016-08-15 23:41:19.656021"], ["updated_at", "2016-08-15 23:41:19.656021"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 22]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''2212SSFS44213DFS343"roller::RoutingError' AND "errors"."id" != 22) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:41:19.656021"], ["updated_at", "2016-08-15 23:41:19.660060"], ["id", 22]]  (11.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:41:22 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (42.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 3.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:42:29 -0400 Processing by Errdo::ErrorsController#index as HTML Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (27.7ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) SyntaxError (/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:14: syntax error, unexpected tSTRING_BEG, expecting tSTRING_DEND ...error".pluralize(@errors.size)"))).to_s)); ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16: unknown regexp options - th unmatched close parenthesis: /div>".freeze)); end; @output_buffer.safe_concat(("".freeze)); ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:25: syntax error, unexpected keyword_do_block, expecting tSTRING_DEND ; @errors.each do |error|; ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:37: syntax error, unexpected keyword_end, expecting tSTRING_DEND ...cat(("".freeze)); end; @output_buffer.safe_concat(... ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:38: syntax error, unexpected keyword_ensure, expecting tSTRING_DEND /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:40: syntax error, unexpected keyword_end, expecting tSTRING_DEND): /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:14: syntax error, unexpected tSTRING_BEG, expecting tSTRING_DEND ...error".pluralize(@errors.size)"))).to_s)); ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16: unknown regexp options - th unmatched close parenthesis: /div>".freeze)); end; @output_buffer.safe_concat(("
Last seenLast seenBy
".freeze)); ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:25: syntax error, unexpected keyword_do_block, expecting tSTRING_DEND ; @errors.each do |error|; ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:37: syntax error, unexpected keyword_end, expecting tSTRING_DEND ...cat(("".freeze)); end; @output_buffer.safe_concat(... ... ^ /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:38: syntax error, unexpected keyword_ensure, expecting tSTRING_DEND /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:40: syntax error, unexpected keyword_end, expecting tSTRING_DEND actionview (4.2.7) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.7) lib/action_view/template.rb:296:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "or, unexpected tSTRING_BEG, expecting tSTRING_DENDpecting tSTRING_DENDSyntaxError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'or, unexpected tSTRING_BEG, expecting tSTRING_DENDpecting tSTRING_DENDSyntaxError' LIMIT 1 SQL (0.7ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SyntaxError"], ["exception_message", "/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:14: syntax error, unexpected tSTRING_BEG, expecting tSTRING_DEND\n...error\".pluralize(@errors.size)\"))).to_s)); \n... ^\n/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16: unknown regexp options - th\nunmatched close parenthesis: /div>\".freeze)); end; @output_buffer.safe_concat((\"
Last seenLast seenBy
\".freeze)); \n... ^\n/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:25: syntax error, unexpected keyword_do_block, expecting tSTRING_DEND\n; @errors.each do |error|; \n ^\n/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:37: syntax error, unexpected keyword_end, expecting tSTRING_DEND\n...cat((\"\".freeze)); end; @output_buffer.safe_concat(...\n... ^\n/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:38: syntax error, unexpected keyword_ensure, expecting tSTRING_DEND\n/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:40: syntax error, unexpected keyword_end, expecting tSTRING_DEND"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:14: syntax error,\n unexpected tSTRING_BEG, expecting tSTRING_DEND\"\n- '...error\".pluralize(@errors.size)\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16: unknown regexp\n options - th\"\n- 'unmatched close parenthesis: /div>\".freeze)); end; @output_buffer.safe_concat((\"\".freeze)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:25: syntax error,\n unexpected keyword_do_block, expecting tSTRING_DEND\"\n- \"; @errors.each do |error|; \"\n- \" ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:37: syntax error,\n unexpected keyword_end, expecting tSTRING_DEND\"\n- '...cat((\"\".freeze)); end; @output_buffer.safe_concat(...'\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:38: syntax error,\n unexpected keyword_ensure, expecting tSTRING_DEND\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:40: syntax error,\n unexpected keyword_end, expecting tSTRING_DEND\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:14: syntax error,\n unexpected tSTRING_BEG, expecting tSTRING_DEND\"\n- '...error\".pluralize(@errors.size)\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:16: unknown regexp\n options - th\"\n- 'unmatched close parenthesis: /div>\".freeze)); end; @output_buffer.safe_concat((\"\".freeze)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:25: syntax error,\n unexpected keyword_do_block, expecting tSTRING_DEND\"\n- \"; @errors.each do |error|; \"\n- \" ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:37: syntax error,\n unexpected keyword_end, expecting tSTRING_DEND\"\n- '...cat((\"\".freeze)); end; @output_buffer.safe_concat(...'\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:38: syntax error,\n unexpected keyword_ensure, expecting tSTRING_DEND\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:40: syntax error,\n unexpected keyword_end, expecting tSTRING_DEND\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `module_eval'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "or, unexpected tSTRING_BEG, expecting tSTRING_DENDpecting tSTRING_DENDSyntaxError"], ["created_at", "2016-08-15 23:42:30.060330"], ["updated_at", "2016-08-15 23:42:30.060330"]]  (7.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: b3NFdnMveFR4ZVJNNlN3WHFoanlYMEZmNDVTa2YwK0tuMFNGVDQ4N1ltaHpWM01yZFg4QkhUaVQ2NFpja3R4bnNxNDVKNS8rM3FWZzR3VSszeW0rejE1V3hRSHpxSGI4OERMalNtOTd2ZWE3NU1RdTdoMXRJQWs4NHNNcGdIQ3JDUTk2UDJ2T1VoTFMzTnRCcVpWK213PT0tLWx2Z012SThaek1vbHR0NnFLV2JBN1E9PQ==--de0e5ee8cd3128721a08a93e28a2e6443877749e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 23], ["created_at", "2016-08-15 23:42:30.086776"], ["updated_at", "2016-08-15 23:42:30.086776"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 23]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'or, unexpected tSTRING_BEG, expecting tSTRING_DENDpecting tSTRING_DENDSyntaxError' AND "errors"."id" != 23) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-15 23:42:30.086776"], ["updated_at", "2016-08-15 23:42:30.093044"], ["id", 23]]  (11.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:43:06 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (60.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 73ms (Views: 68.1ms | ActiveRecord: 4.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:43:07 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:43:16 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (2.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (119.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 142ms (Views: 134.9ms | ActiveRecord: 6.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:43:16 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-15 19:44:25 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 3.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:44:25 -0400 Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 19:44:28 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (17.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 38ms (Views: 35.5ms | ActiveRecord: 1.4ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 19:44:30 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 66ms (Views: 61.3ms | ActiveRecord: 4.1ms) Started GET "/errdo/errors/20" for 127.0.0.1 at 2016-08-15 19:44:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"20"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/20" for 127.0.0.1 at 2016-08-15 19:45:24 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"20"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (0.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.4ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:45:24 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:45:28 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (48.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 70ms (Views: 64.7ms | ActiveRecord: 4.3ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:45:44 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (57.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (6.4ms) Completed 200 OK in 85ms (Views: 80.4ms | ActiveRecord: 3.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:45:45 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:45:52 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.5ms) Completed 200 OK in 63ms (Views: 58.9ms | ActiveRecord: 3.5ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:45:52 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:45:57 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (43.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 57ms (Views: 53.0ms | ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2016-08-15 19:45:58 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:46:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (54.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 72ms (Views: 66.9ms | ActiveRecord: 4.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:46:03 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 61ms (Views: 56.6ms | ActiveRecord: 3.5ms) Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 19:49:39 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (0.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.1ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:52:18 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (92.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 114ms (Views: 107.8ms | ActiveRecord: 4.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:52:18 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:52:24 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 61ms (Views: 57.9ms | ActiveRecord: 2.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:52:24 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:52:29 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 50ms (Views: 47.5ms | ActiveRecord: 2.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:52:29 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:53:08 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (63.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 77ms (Views: 73.2ms | ActiveRecord: 3.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:53:08 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:53:39 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (56.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 76ms (Views: 71.5ms | ActiveRecord: 4.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:53:39 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:54:50 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (63.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 86ms (Views: 80.4ms | ActiveRecord: 4.7ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:54:50 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:56:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 65ms (Views: 61.4ms | ActiveRecord: 3.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:56:01 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:56:03 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (43.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 55ms (Views: 51.6ms | ActiveRecord: 3.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:56:03 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:59:05 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 67ms (Views: 62.8ms | ActiveRecord: 3.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:59:05 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:59:12 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 65ms (Views: 61.2ms | ActiveRecord: 3.0ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:59:12 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 19:59:51 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 51ms (Views: 47.8ms | ActiveRecord: 2.9ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 19:59:52 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:11:13 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (0.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms) Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:11:40 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (0.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:30:54 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:33:04 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (2.7ms) Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:33:05 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:39:10 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:39:10 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:39:24 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:39:24 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:39:31 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (19.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 60ms (Views: 56.2ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:39:32 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:41:07 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (18.5ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `constantize' for nil:NilClass): 6: - @error.error_occurrences.last(5).each do |occurrence| 7: = time_ago_in_words(occurrence.created_at) + " ago" 8: | to 9: = occurrence.experiencer 10: .col-md-7 11: | sdtsdf /home/eric/Projects/errdo/app/models/errdo/error_occurrence.rb:15:in `experiencer' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:9:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147094763040' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147094763040' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "dels/errdo/error_occurrence.rb:15:in `experiencer'ze' for nil:NilClassiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'dels/errdo/error_occurrence.rb:15:in `experiencer''ze'' for nil:NilClassiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `constantize' for nil:NilClass"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/models/errdo/error_occurrence.rb:15:in `experiencer'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:9:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147094763040'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147094763040'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "dels/errdo/error_occurrence.rb:15:in `experiencer'ze' for nil:NilClassiew::Template::Error"], ["created_at", "2016-08-16 00:41:07.145150"], ["updated_at", "2016-08-16 00:41:07.145150"]]  (5.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '23'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TzVFaHNvSVpBcFg4Q0dqTHhveUFrNUVINVFnZFlQa0FiOXp2SjdZSXRDZ1ZhYjk2TEUxTzc4K2xzTkRiR1FOREZlbWwrRmhicThGeDl4ZFJvNmNsMkhrVVNSNHBaMEFRVW5FZ1g0MTBlVk5kY0g3TTZmc1lvZE1NMW9tUS9FQnhCQW5qVGIxSXlIN1pFUUJsekxQbDJBPT0tLTBKMDI4V2FCYkgxamdMTk0wbC9mRUE9PQ==--2c2fa9651872f53dcfe480f62dc10e696475149c\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 24], ["created_at", "2016-08-16 00:41:07.168991"], ["updated_at", "2016-08-16 00:41:07.168991"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 24]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'dels/errdo/error_occurrence.rb:15:in `experiencer''ze'' for nil:NilClassiew::Template::Error' AND "errors"."id" != 24) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 00:41:07.168991"], ["updated_at", "2016-08-16 00:41:07.175005"], ["id", 24]]  (12.1ms) commit transaction Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:41:15 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 35ms (Views: 26.3ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:41:15 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:41:25 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (19.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 63ms (Views: 60.1ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:41:25 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:41:36 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (21.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.1ms) Completed 200 OK in 87ms (Views: 84.7ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:41:37 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:48:37 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.2ms) Started GET "/assets/errdo/errdo.self-54ddfe7fadfb3bfcb30887305a635294e9d3994422b5eaeea4b33ad44bcd7ef7.css?body=1" for 127.0.0.1 at 2016-08-15 20:48:37 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:50:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1026ms (Views: 1024.8ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-daa0756fc27b39f481c2109daae043695765dec1d34363c2a6647e0a23f9fac1.css?body=1" for 127.0.0.1 at 2016-08-15 20:50:35 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:52:57 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 1329ms (Views: 1326.6ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:52:59 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:53:37 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:53:38 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:55:51 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:56:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (14.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:56:05 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:56:09 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.4ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:56:09 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:56:11 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:56:11 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:56:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (41.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 89ms (Views: 86.7ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:56:23 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 20:56:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.2ms) Started GET "/assets/errdo/errdo.self-4ab8efa2823d52de2556b82d271dd7f919c5b44680aee5001ce30ba858ec1576.css?body=1" for 127.0.0.1 at 2016-08-15 20:56:35 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:56:49 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.3ms) Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:58:18 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1042ms (Views: 1039.5ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-e39ea7ba87042dc66aa43f79160832701e025335c9c334cc91a0d0b53f6fa365.css?body=1" for 127.0.0.1 at 2016-08-15 20:58:19 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:58:45 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 1118ms (Views: 1116.2ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-b40dab5dd1b745edc6937054f09e48cfbb6f0e8e6e65af4b25a8cb37eee7500a.css?body=1" for 127.0.0.1 at 2016-08-15 20:58:46 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:58:53 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 997ms (Views: 995.9ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-66a3aae89bf3744be6e0854cc5baf949e27cb3f4a5cb7a668d2c737095c92609.css?body=1" for 127.0.0.1 at 2016-08-15 20:58:54 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 20:59:06 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 1276ms (Views: 1274.3ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-6d3b18bac8093c19d258146656421c959921ff64dacbcc5dff65c9b7926371f3.css?body=1" for 127.0.0.1 at 2016-08-15 20:59:07 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:00:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 958ms (Views: 956.7ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-9acb2cd4c00a043d1d808bf2f4b76d56df12e9579ac2b9769dd1c69b796067cc.css?body=1" for 127.0.0.1 at 2016-08-15 21:00:06 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:01:15 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 33ms (Views: 28.8ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-9acb2cd4c00a043d1d808bf2f4b76d56df12e9579ac2b9769dd1c69b796067cc.css?body=1" for 127.0.0.1 at 2016-08-15 21:01:15 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:01:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (22.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-9acb2cd4c00a043d1d808bf2f4b76d56df12e9579ac2b9769dd1c69b796067cc.css?body=1" for 127.0.0.1 at 2016-08-15 21:01:26 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:01:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1228ms (Views: 1227.5ms | ActiveRecord: 0.2ms) Started GET "/assets/errdo/errdo.self-797c50d1566a3b55e9d306b208f61c461982b0998479bb21eb75a27edbcfcb2a.css?body=1" for 127.0.0.1 at 2016-08-15 21:01:35 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:02:29 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-9acb2cd4c00a043d1d808bf2f4b76d56df12e9579ac2b9769dd1c69b796067cc.css?body=1" for 127.0.0.1 at 2016-08-15 21:02:30 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:04:43 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 935ms (Views: 932.3ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:04:44 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:10:39 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 46ms (Views: 26.7ms | ActiveRecord: 1.2ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:10:39 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:11:00 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] 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", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:11:01 -0400 Started GET "/errdo/errors/23" for 127.0.0.1 at 2016-08-15 21:11:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"23"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 23]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:11:19 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:12:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.2ms) Completed 200 OK in 63ms (Views: 58.0ms | ActiveRecord: 3.7ms) Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:12:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:01 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:01 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:06 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (37.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 72ms (Views: 65.7ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:06 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (37.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 84ms (Views: 75.6ms | ActiveRecord: 1.0ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:26 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (38.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 88ms (Views: 80.1ms | ActiveRecord: 1.3ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:34 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:43 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (38.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 85ms (Views: 78.2ms | ActiveRecord: 1.2ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:43 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:13:55 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (44.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 91ms (Views: 85.2ms | ActiveRecord: 1.0ms) Started GET "/assets/errdo/errdo.self-4d3c3fea6601c4ad3755180a173cc904e725ca69d78c9ace872031bb2a8288b4.css?body=1" for 127.0.0.1 at 2016-08-15 21:13:55 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:14:55 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 972ms (Views: 965.7ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:14:56 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:15:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:15:47 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:15:54 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (39.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 85ms (Views: 78.6ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:15:54 -0400 Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:16:57 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.5ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:16:57 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:17:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (44.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 61ms (Views: 57.1ms | ActiveRecord: 3.3ms) Started GET "/errdo/errors/21" for 127.0.0.1 at 2016-08-15 21:17:03 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"21"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 21]] 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", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 21]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (1.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:17:10 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 61ms (Views: 56.3ms | ActiveRecord: 3.0ms) Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:17:49 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 43ms (Views: 31.8ms | ActiveRecord: 1.5ms) Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:20:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.6ms) NameError (undefined local variable or method `error' for # Did you mean? @error error_url errdo): /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:12:in `show' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ontrollers/errdo/errors_controller.rb:12:in `show' errdoNameError"]]  (0.0ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ontrollers/errdo/errors_controller.rb:12:in `show'' errdoNameError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NameError"], ["exception_message", "undefined local variable or method `error' for #\nDid you mean? @error\n error_url\n errdo"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:12:in `show'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ontrollers/errdo/errors_controller.rb:12:in `show' errdoNameError"], ["created_at", "2016-08-16 01:20:05.496863"], ["updated_at", "2016-08-16 01:20:05.496863"]]  (6.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '24'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: c25mOEphYTRUSWRMYnJCdzVhVm5sTjFUb2VxRjhLeHk4cG1MSzBrcVlOR1NZWFhHNGRQRjBtbmMvcjZEUlRMS2puY3p2QnVxbnZtdGlhUjVEVjVrRS8za0t3QWpreDVXUmZYMGpwbkJIanhSN1pvWDloa2JMMndldjltWTFzU2k0ZGVsbXp5WkxSd3o3bDlaRXRyTXF3PT0tLXYxSW9xamVBZ3lDLzlqc3R4K3lkbVE9PQ==--4252ad3d6a0e40743b54af8facdc02e17b230b0a\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 25], ["created_at", "2016-08-16 01:20:05.525596"], ["updated_at", "2016-08-16 01:20:05.525596"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 25]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ontrollers/errdo/errors_controller.rb:12:in `show'' errdoNameError' AND "errors"."id" != 25) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 01:20:05.525596"], ["updated_at", "2016-08-16 01:20:05.530316"], ["id", 25]]  (10.6ms) commit transaction Started GET "/errdo/errors/24" for 127.0.0.1 at 2016-08-15 21:20:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"24"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 24]] 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", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 24]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 42ms (Views: 20.0ms | ActiveRecord: 2.0ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:20:23 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:20:25 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (48.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 62ms (Views: 57.4ms | ActiveRecord: 3.9ms) Started GET "/errdo/errors/25" for 127.0.0.1 at 2016-08-15 21:20:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"25"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 25]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 22ms (Views: 18.2ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-08-15 21:20:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] 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", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 26ms (Views: 19.3ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-15 21:20:40 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] 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", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-15 21:20:59 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] 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", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 31ms (Views: 27.1ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:20:59 -0400 Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-15 21:23:52 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (36.1ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `error_show_path' for #<#:0x007f98d5538570> Did you mean? error_path errors_path): 5: | Last 5 occurrences 6: - @error.error_occurrences.last(5).each do |occurrence| 7: div 8: = link_to error_show_path(id: @error.id, occurrence_id: occurrence.id) 9: = time_ago_in_words(occurrence.created_at) + " ago " 10: | to 11: = occurrence.experiencer || " nil" /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:8:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147193941480' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147193941480' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ow_html_slim___2900016813206543981_70147193941480' errors_pathiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ow_html_slim___2900016813206543981_70147193941480'' errors_pathiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `error_show_path' for #<#:0x007f98d5538570>\nDid you mean? error_path\n errors_path"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/500"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:8:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147193941480'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___2900016813206543981_70147193941480'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ow_html_slim___2900016813206543981_70147193941480' errors_pathiew::Template::Error"], ["created_at", "2016-08-16 01:23:52.875137"], ["updated_at", "2016-08-16 01:23:52.875137"]]  (10.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '18'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: L3lBU2lsVWt6bXV4N1NRTjRMNnpITzJycmd6NUp3QkxpcFY1ajJoSVEyeTN3SnhLUVovemJnRzFZbmVDYmtCZDB2Nys4TFkxWjBIbGJUUjRQbi9vbWM4YWovUjN6TmNaZmt1K1doWXRYanRCbXhpV0xWVnRkOStObHd3R3l0cjdESHZIc1RjSXQvK0RoMTlYL1lxeDB3PT0tLUlndHl0Q2ROTWZKU3hNOWJDNkZWTHc9PQ==--142a1f5c973c31e6b0b5691737b7caf3ebf8f3df\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 26], ["created_at", "2016-08-16 01:23:52.910396"], ["updated_at", "2016-08-16 01:23:52.910396"]] SQL (0.6ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 26]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ow_html_slim___2900016813206543981_70147193941480'' errors_pathiew::Template::Error' AND "errors"."id" != 26) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 01:23:52.910396"], ["updated_at", "2016-08-16 01:23:52.920678"], ["id", 26]]  (6.5ms) commit transaction Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-15 21:24:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:24:19 -0400 Started GET "/errdo/errors/18?occurrence_id=21" for 127.0.0.1 at 2016-08-15 21:24:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"21", "id"=>"18"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 22.0ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/18?occurrence_id=20" for 127.0.0.1 at 2016-08-15 21:24:24 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"20", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/18?occurrence_id=21" for 127.0.0.1 at 2016-08-15 21:24:25 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"21", "id"=>"18"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/18?occurrence_id=20" for 127.0.0.1 at 2016-08-15 21:24:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"20", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/18?occurrence_id=20" for 127.0.0.1 at 2016-08-15 21:24:52 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"20", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-15 21:24:52 -0400 Started GET "/errdo/errors/18?occurrence_id=21" for 127.0.0.1 at 2016-08-15 21:24:57 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"21", "id"=>"18"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/18?occurrence_id=20" for 127.0.0.1 at 2016-08-15 21:24:58 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"20", "id"=>"18"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/18?occurrence_id=21" for 127.0.0.1 at 2016-08-15 21:24:58 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"21", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 21]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/18?occurrence_id=20" for 127.0.0.1 at 2016-08-15 21:25:21 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"20", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/18?occurrence_id=21" for 127.0.0.1 at 2016-08-15 21:25:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"21", "id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.4ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:25:28 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 3.2ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 21:25:34 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (22.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 1.9ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-15 21:25:39 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/1?occurrence_id=4" for 127.0.0.1 at 2016-08-15 21:25:40 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"4", "id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 29ms (Views: 25.1ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/1?occurrence_id=1" for 127.0.0.1 at 2016-08-15 21:25:41 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"1", "id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:25:43 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (57.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 74ms (Views: 69.3ms | ActiveRecord: 4.4ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:25:50 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 21.9ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:27:04 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:27:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (3.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (86.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 111ms (Views: 99.4ms | ActiveRecord: 10.2ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:27:36 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 28ms (Views: 23.4ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:42:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (53.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 97ms (Views: 86.6ms | ActiveRecord: 2.1ms) Started GET "/errdo/errors/26?occurrence_id=29" for 127.0.0.1 at 2016-08-15 21:45:39 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"29", "id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 29]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.5ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:48:24 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 77ms (Views: 71.7ms | ActiveRecord: 5.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:48:26 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (57.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 76ms (Views: 71.0ms | ActiveRecord: 4.2ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:48:29 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 26ms (Views: 22.0ms | ActiveRecord: 0.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:49:10 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 71ms (Views: 66.5ms | ActiveRecord: 3.6ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:49:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 59ms (Views: 51.9ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-08-15 21:51:51 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.2ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-15 21:51:55 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 69ms (Views: 64.9ms | ActiveRecord: 3.8ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:51:58 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 47ms (Views: 39.4ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/26?occurrence_id=29" for 127.0.0.1 at 2016-08-15 21:53:15 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"29", "id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 29]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:53:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (53.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 68ms (Views: 64.3ms | ActiveRecord: 3.1ms) Started GET "/errdo/errors/25" for 127.0.0.1 at 2016-08-15 21:53:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"25"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 25]] 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", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 25]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 28ms (Views: 23.3ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:53:29 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (49.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 67ms (Views: 63.0ms | ActiveRecord: 3.3ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 21:54:58 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 28ms (Views: 22.4ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-08-15 21:57:52 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 21:57:58 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (56.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 72ms (Views: 67.1ms | ActiveRecord: 4.1ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 21:58:02 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (22.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 1.7ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 21:58:04 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (48.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 3.5ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 21:58:07 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (3.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (1.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 79ms (Views: 72.2ms | ActiveRecord: 6.2ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-15 21:58:11 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 3.5ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 22:20:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 23ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/26?occurrence_id=29" for 127.0.0.1 at 2016-08-15 22:20:53 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"29", "id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 29]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.5ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 22:20:54 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 60ms (Views: 56.2ms | ActiveRecord: 3.4ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-15 22:25:54 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (2.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 71ms (Views: 64.5ms | ActiveRecord: 4.8ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 22:25:59 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 68ms (Views: 63.8ms | ActiveRecord: 3.5ms) Started GET "/errdo/errors/25" for 127.0.0.1 at 2016-08-15 22:26:08 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"25"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 25]] 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", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 25]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 22:56:11 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 67ms (Views: 63.4ms | ActiveRecord: 3.2ms) Started GET "/errdo/errors/25" for 127.0.0.1 at 2016-08-15 22:56:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"25"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 25]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-15 22:56:57 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 23:18:15 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 23ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/26?occurrence_id=29" for 127.0.0.1 at 2016-08-15 23:18:21 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"29", "id"=>"26"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 29]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 23:18:23 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 61ms (Views: 57.0ms | ActiveRecord: 3.4ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-15 23:19:59 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 24ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-15 23:20:04 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 2.8ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 13:36:26 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.8ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (162.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.7ms) Completed 200 OK in 380ms (Views: 368.2ms | ActiveRecord: 6.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 13:36:26 -0400 Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-16 13:36:49 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (13.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 35ms (Views: 29.5ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 13:38:14 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (54.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 68ms (Views: 64.0ms | ActiveRecord: 4.0ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-16 13:40:25 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 51ms (Views: 45.2ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/26" for 127.0.0.1 at 2016-08-16 13:40:33 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"26"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 26]] 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", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 26]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 30ms (Views: 25.3ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-16 13:40:47 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (27.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 2.3ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:40:49 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 79ms (Views: 73.9ms | ActiveRecord: 4.7ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 13:44:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (85.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 112ms (Views: 103.0ms | ActiveRecord: 4.8ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 13:44:38 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' 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"]]  (0.1ms) begin transaction 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' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/500"], ["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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:817:in\n `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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-16 17:45:41.556388"], ["updated_at", "2016-08-16 17:45:41.556388"]]  (5.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bUVmSkZoSVU3TUhCZThqVGd6c0wrbDRSaHJ3dHJ4bVRScVRib2sxMzRFaEFuNGpvek1qTlZQYW9zQm5HNGxUVlVpRW1aSXBBSUlTY2ZoMTlSWm5qNVp2KzIzcmFKWmFBZTllQjBwdE5jM2ltSmlkUnBzRE1YVnBBTUJSR1laODcrOGlHdkJ6QXk1QndCaG5qemJkallnPT0tLXZuZFBmSzJ4ZUtuVG12ZXlxcGpzUFE9PQ==--642c6ab8495f56276729a696cb49ac823ec1178b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 27], ["created_at", "2016-08-16 17:45:41.574452"], ["updated_at", "2016-08-16 17:45:41.574452"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 27]] 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" != 27) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 17:45:41.574452"], ["updated_at", "2016-08-16 17:45:41.580692"], ["id", 27]]  (6.8ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 13:45:51 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' 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"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bUVmSkZoSVU3TUhCZThqVGd6c0wrbDRSaHJ3dHJ4bVRScVRib2sxMzRFaEFuNGpvek1qTlZQYW9zQm5HNGxUVlVpRW1aSXBBSUlTY2ZoMTlSWm5qNVp2KzIzcmFKWmFBZTllQjBwdE5jM2ltSmlkUnBzRE1YVnBBTUJSR1laODcrOGlHdkJ6QXk1QndCaG5qemJkallnPT0tLXZuZFBmSzJ4ZUtuVG12ZXlxcGpzUFE9PQ==--642c6ab8495f56276729a696cb49ac823ec1178b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 27], ["created_at", "2016-08-16 17:45:51.087484"], ["updated_at", "2016-08-16 17:45:51.087484"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 27]] 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" != 27) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 17:45:51.087484"], ["updated_at", "2016-08-16 17:45:51.093268"], ["id", 27]]  (10.7ms) commit transaction Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:45:57 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (49.5ms) Completed 200 OK in 57ms (Views: 51.2ms | ActiveRecord: 4.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:45:59 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (49.6ms) Completed 200 OK in 53ms (Views: 48.5ms | ActiveRecord: 4.1ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (61.5ms) Completed 200 OK in 70ms (Views: 63.0ms | ActiveRecord: 6.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (2.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (62.3ms) Completed 200 OK in 76ms (Views: 68.6ms | ActiveRecord: 6.7ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:02 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (3.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (74.5ms) Completed 200 OK in 89ms (Views: 79.7ms | ActiveRecord: 8.3ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:02 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (54.7ms) Completed 200 OK in 58ms (Views: 53.2ms | ActiveRecord: 4.7ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:02 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (54.9ms) Completed 200 OK in 61ms (Views: 55.7ms | ActiveRecord: 4.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:03 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (70.0ms) Completed 200 OK in 73ms (Views: 67.6ms | ActiveRecord: 5.2ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:03 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (66.7ms) Completed 200 OK in 70ms (Views: 65.2ms | ActiveRecord: 4.1ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 13:46:03 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.6ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (3.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (1.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (99.7ms) Completed 200 OK in 119ms (Views: 105.7ms | ActiveRecord: 10.1ms) Started GET "/errdo/errors/27" for 127.0.0.1 at 2016-08-16 13:46:08 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"27"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] 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", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim (15.1ms) Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/27" for 127.0.0.1 at 2016-08-16 13:46:24 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] 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", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (56.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.6ms) Completed 200 OK in 294ms (Views: 240.4ms | ActiveRecord: 1.3ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 13:47:15 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (166.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 228ms (Views: 207.5ms | ActiveRecord: 7.7ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 13:47:17 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.2ms) begin transaction SQL (1.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: QXU1SVpiK3J3SzVWTmZMdkVQempuaGQ1MmhZd1ZZTzZKQ2hMcWNrbmoybHlXeU5TWVZMeWJuaDB5Slh1TVJuTTZRQkh6ZTdJVkFsaWJtNW1sT0IxenpzRk01TXNZVEhJUVp6NzIvcDRodlZGcTd0ZnBlRFliKzBqTW5pY3BiQ0tQWi9lQXErTXAyMnFuMzhRT1FzbitBPT0tLUVhYUQ5ZVhKbTZDVHlnWCtuTXdLc3c9PQ==--53c3e4533532d5b93b46b93124d5126469774015\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 27], ["created_at", "2016-08-16 17:48:04.390395"], ["updated_at", "2016-08-16 17:48:04.390395"]] SQL (2.7ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 27]] 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" != 27) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-16 17:48:04.390395"], ["updated_at", "2016-08-16 17:48:04.437143"], ["id", 27]]  (6.9ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-16 13:48:09 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (1.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 26]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 25]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 24]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 23]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (108.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 128ms (Views: 117.6ms | ActiveRecord: 7.9ms) Started GET "/errdo/errors/27" for 127.0.0.1 at 2016-08-16 13:48:13 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"27"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.0ms) Completed 200 OK in 44ms (Views: 37.7ms | ActiveRecord: 1.2ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:00:00 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (1.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 50ms (Views: 43.7ms | ActiveRecord: 2.3ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:00:04 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.9ms) Completed 200 OK in 28ms (Views: 22.8ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:00:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (13.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:00:08 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:00:09 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 66ms (Views: 62.4ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:00:12 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.4ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:00:14 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:00:17 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 5 [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (13.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:00:59 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 14:01:00 -0400 Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:01:02 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.5ms) Completed 200 OK in 36ms (Views: 31.4ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:01:03 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (16.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 78ms (Views: 73.9ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:01:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:01:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:01:06 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (5.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 36ms (Views: 29.8ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:01:07 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.7ms) Completed 200 OK in 67ms (Views: 64.6ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:01:09 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:01:10 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.4ms) Completed 200 OK in 66ms (Views: 57.0ms | ActiveRecord: 2.5ms) Started GET "/errdo/errors/27?occurrence_id=31" for 127.0.0.1 at 2016-08-16 14:01:11 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"31", "id"=>"27"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 31]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.9ms) Completed 200 OK in 46ms (Views: 42.3ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/27?occurrence_id=30" for 127.0.0.1 at 2016-08-16 14:01:12 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"30", "id"=>"27"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 30]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.2ms) Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/27?occurrence_id=32" for 127.0.0.1 at 2016-08-16 14:01:14 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"32", "id"=>"27"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 27]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 32]] 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", 27]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 63ms (Views: 57.1ms | ActiveRecord: 1.4ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (5.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (9.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (6.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160815230451)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160815230451"]]  (6.3ms) commit transaction Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (10.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (9.2ms) DROP TABLE "error_occurrences"  (8.6ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (5.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (5.5ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (4.9ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (8.0ms) DROP TABLE "errors"  (8.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.7ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (5.5ms) DROP TABLE "users"  (4.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (4.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (6.8ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) SELECT version FROM "schema_migrations"  (10.8ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (10.5ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (7.9ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (7.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (7.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.4ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (11.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (7.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941')  (9.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160815230451') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/errdo" for 127.0.0.1 at 2016-08-16 16:46:49 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (19.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.7ms) Completed 200 OK in 204ms (Views: 198.6ms | ActiveRecord: 0.4ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 16:46:49 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (2.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.3ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 16:54:18 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.3ms) Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 16:54:21 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfasdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfasdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"], ["created_at", "2016-08-16 20:54:21.319526"], ["updated_at", "2016-08-16 20:54:21.319526"]]  (10.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y1Jydml5SVI0Mi84UUtMdTN6bFl3bGpKSHdudFBQTW1rZWJ2bWlHams5M2MrUy9VazFsSXdpM09PUjlmaDJTclFLNlNXTzBaZWZNcC9QY0E4TjVzWnprVkZwK29VQU5kcEVMcFBBTlRTRVZid1Nab25qQjJjZGVxcG1WdWQwb2ZJd1ZlNkF3d3Y4SmtSMENCN1lSbXJnPT0tLUJ5SXlyVDZXWkoyWmJSaVNiWHBOS2c9PQ==--053eb0152206d983cecfdaa750fa47552c4ea2c9\n"], ["error_id", 1], ["created_at", "2016-08-16 20:54:21.368348"], ["updated_at", "2016-08-16 20:54:21.368348"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 20:54:21.368348"], ["updated_at", "2016-08-16 20:54:21.372379"], ["id", 1]]  (7.1ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 16:54:23 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (15.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 16:54:24 -0400 Started GET "/errdo" for 127.0.0.1 at 2016-08-16 17:41:12 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (21.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 55ms (Views: 51.1ms | ActiveRecord: 1.3ms) Started GET "/sign_up" for 127.0.0.1 at 2016-08-16 17:41:15 -0400 ActionController::RoutingError (No route matches [GET] "/sign_up"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/sign_up\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/sign_up"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/sign_up\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/sign_up"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/sign_up\"roller::RoutingError"], ["created_at", "2016-08-16 21:41:15.306948"], ["updated_at", "2016-08-16 21:41:15.306948"]]  (10.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: SjZxc0JKeGdXVytHYUU1U2szOGtvc1M5SWtRbW5zaThkZTdFYy9aMUhmYUg0RkRidjc3ck9OaVo0SWw3dnpCVG53Mndndm9vc1JucHBRNldjSlBwbWV1QkJRWkd3QmdjaUNOTUtZRUNwLzNDRENzbmdXeTUzU0xpcjRxQUZkRGoyam53Z1p5NDRYTEZieW1SNWZEanJnPT0tLXBoSlpuN0VheDdBZEFaUmp4WXBSRUE9PQ==--82f12c975bc2a3e8a680f84569ae9b6e49df40fc\n"], ["error_id", 2], ["created_at", "2016-08-16 21:41:15.325862"], ["updated_at", "2016-08-16 21:41:15.325862"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/sign_up"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 21:41:15.325862"], ["updated_at", "2016-08-16 21:41:15.330445"], ["id", 2]]  (11.1ms) commit transaction Started GET "/signup" for 127.0.0.1 at 2016-08-16 17:41:19 -0400 ActionController::RoutingError (No route matches [GET] "/signup"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/signup\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ches [GET] "/signup"roller::RoutingError' LIMIT 1 SQL (0.6ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/signup\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/signup"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ches [GET] \"/signup\"roller::RoutingError"], ["created_at", "2016-08-16 21:41:19.600614"], ["updated_at", "2016-08-16 21:41:19.600614"]]  (9.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: SjZxc0JKeGdXVytHYUU1U2szOGtvc1M5SWtRbW5zaThkZTdFYy9aMUhmYUg0RkRidjc3ck9OaVo0SWw3dnpCVG53Mndndm9vc1JucHBRNldjSlBwbWV1QkJRWkd3QmdjaUNOTUtZRUNwLzNDRENzbmdXeTUzU0xpcjRxQUZkRGoyam53Z1p5NDRYTEZieW1SNWZEanJnPT0tLXBoSlpuN0VheDdBZEFaUmp4WXBSRUE9PQ==--82f12c975bc2a3e8a680f84569ae9b6e49df40fc\n"], ["error_id", 3], ["created_at", "2016-08-16 21:41:19.635761"], ["updated_at", "2016-08-16 21:41:19.635761"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ches [GET] "/signup"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 21:41:19.635761"], ["updated_at", "2016-08-16 21:41:19.642450"], ["id", 3]]  (11.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-08-16 17:41:22 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (1.0ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-16 17:41:56 -0400 Processing by Devise::RegistrationsController#new as HTML Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (1.6ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/registrations/new.html.erb (19.2ms) Completed 200 OK in 45ms (Views: 26.8ms | ActiveRecord: 0.3ms) Started POST "/users" for 127.0.0.1 at 2016-08-16 17:42:07 -0400 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iSXNW+n2c8DD26/z5fhTi4JWrdS/W74i5cohnFJTPbMgBnAqMZ2DwqQqESNlJbFW/AEKAX0rpcGrl919wc09bg==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@example.com' LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "user@example.com"], ["encrypted_password", "$2a$11$9VaNV0LBEmxXnkKeTm74H.i1dxarjWWEGi3LNTo5h2UdE4usWYIO2"], ["created_at", "2016-08-16 21:42:07.580933"], ["updated_at", "2016-08-16 21:42:07.580933"]]  (8.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) 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-08-16 21:42:07.591305"], ["current_sign_in_at", "2016-08-16 21:42:07.591305"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-08-16 21:42:07.591831"], ["id", 1]]  (8.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 176ms (ActiveRecord: 17.4ms) Started GET "/" for 127.0.0.1 at 2016-08-16 17:42:07 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 17:42:21 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (13.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.8ms) Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 17:42:24 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"], ["created_at", "2016-08-16 21:42:24.575014"], ["updated_at", "2016-08-16 21:42:24.575014"]]  (10.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RTFSLzYrZldDTlZuc1gvVURiMDZIbk9mZUFlYlQxR2IyTGdNUmNqVUo3aWh5WWNveTdlRTZtQTNqV243YTdFNVJvWForSVEzZkoweGR4SDVqMU80cDd3NFN3b3pkVHBCN2VxaWdyYjh3WXdwOVJKUDhCbFlFRkJBT3FJN3o2RkFCT3RENlcycE8wTXVHd0lzNXR1RFVYelQwM2g5ZzIrcUhUSU13bGorSFEvSWsvZVd5bGVDNlhoQW8rN1RsUFZ1eThZNHFiV3diSGR1d0ZCNVFyQzhHU3ZsVWVkcnp4aEs0NFU1eUNxeEUzSE1SNS9iOHRMZ0FnOVVsclo5RlRpN0NGb2RZbms0RWwwOFp1bTFsdWt0M2FoV25oUkV5ME9GY21Ea0t1STlIc3dWbFZuaXYvVFdPN2dXVHExVFNsRXBjQ2lXeXdxRXlZSUNxVFA3R3puYUc3ZWkrQmU0bHd6bEgxcmpXNEovc1gwPS0tRU5yOHI0NTh1TkJjQWFMR3hJbVRqZz09--d4f2da479920f6ee6b3c4f9225128e2900d6615a\n"], ["error_id", 4], ["created_at", "2016-08-16 21:42:24.593129"], ["updated_at", "2016-08-16 21:42:24.593129"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 21:42:24.593129"], ["updated_at", "2016-08-16 21:42:24.598628"], ["id", 4]]  (6.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 17:42:26 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.8ms) Started GET "/errdoasdf" for 127.0.0.1 at 2016-08-16 17:43:22 -0400 ActionController::RoutingError (No route matches [GET] "/errdoasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdoasdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdoasdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdoasdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdoasdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdoasdf\"roller::RoutingError"], ["created_at", "2016-08-16 21:43:33.634119"], ["updated_at", "2016-08-16 21:43:33.634119"]]  (7.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: VkFzN3JJR0JieHR6dXM4Q09jbkxSNVRRTFZEZ3VZNUVBSzNOR0RHbXJ2TTFlZ0hUd2pLVTByTjVDNDJnemovQzcxWUR1TzUvVjVUY25lTGZwcVJTL0lkeDYyQ0VLOXFjeG96WnE4S09HQVM3V2RNbDZsOGtJanFZMGpVaTM2T3RBeXJMT29yeDI2VWYwVzVGalR6em1VamFESUJza2JlWWJOcFdhdWdqS3FUcE9RRWpIWFdrZ2J0RUIwaEd0NjhobndXN0txYmxlcVd4Y3dMTnVocGVOMm40aFhJRU51U3FiKzJWdEZWUEhpeCtiYy9HMDV5bm9jMlY1TTl2VjlYTmRSWE9sZXVna01BZFFnUDZwZEErLzUxNkR0eU1VaDV6ZTNTbll1aXB5WlVsYS9vdEJTSEJYSGNHUy9vZUdHbk8xN1cvUnFRK244MFZ0VzN0UTh5NEpqUm5RVDFua2RFOUJ5RHR1TmpuTFVVPS0tZE9Fa1F1RDVmVVZ1dGVFY2pPZWZtZz09--cc16d3845a39cf56d95688e0fe54bc8f316acb11\n"], ["error_id", 5], ["created_at", "2016-08-16 21:43:33.658185"], ["updated_at", "2016-08-16 21:43:33.658185"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdoasdf"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1 SQL (0.6ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 21:43:33.658185"], ["updated_at", "2016-08-16 21:43:33.661767"], ["id", 5]]  (10.7ms) commit transaction Started GET "/errdoasdf" for 127.0.0.1 at 2016-08-16 17:44:10 -0400 ActionController::RoutingError (No route matches [GET] "/errdoasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdoasdf\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: VkFzN3JJR0JieHR6dXM4Q09jbkxSNVRRTFZEZ3VZNUVBSzNOR0RHbXJ2TTFlZ0hUd2pLVTByTjVDNDJnemovQzcxWUR1TzUvVjVUY25lTGZwcVJTL0lkeDYyQ0VLOXFjeG96WnE4S09HQVM3V2RNbDZsOGtJanFZMGpVaTM2T3RBeXJMT29yeDI2VWYwVzVGalR6em1VamFESUJza2JlWWJOcFdhdWdqS3FUcE9RRWpIWFdrZ2J0RUIwaEd0NjhobndXN0txYmxlcVd4Y3dMTnVocGVOMm40aFhJRU51U3FiKzJWdEZWUEhpeCtiYy9HMDV5bm9jMlY1TTl2VjlYTmRSWE9sZXVna01BZFFnUDZwZEErLzUxNkR0eU1VaDV6ZTNTbll1aXB5WlVsYS9vdEJTSEJYSGNHUy9vZUdHbk8xN1cvUnFRK244MFZ0VzN0UTh5NEpqUm5RVDFua2RFOUJ5RHR1TmpuTFVVPS0tZE9Fa1F1RDVmVVZ1dGVFY2pPZWZtZz09--cc16d3845a39cf56d95688e0fe54bc8f316acb11\n"], ["error_id", 5], ["created_at", "2016-08-16 21:44:11.030381"], ["updated_at", "2016-08-16 21:44:11.030381"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdoasdf"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 21:44:11.030381"], ["updated_at", "2016-08-16 21:44:11.034201"], ["id", 5]]  (8.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-16 17:44:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 1.0ms) Started GET "/dasd" for 127.0.0.1 at 2016-08-16 17:44:43 -0400 ActionController::RoutingError (No route matches [GET] "/dasd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'atches [GET] \"/dasd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''atches [GET] "/dasd"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/dasd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/dasd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'atches [GET] \"/dasd\"roller::RoutingError"], ["created_at", "2016-08-16 21:44:43.235734"], ["updated_at", "2016-08-16 21:44:43.235734"]]  (11.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: UGprU09KTUhkQ2dNVEs2UjdrckNadjMxR1ZZRU14QmNCdkoyZmZUTXRUZE5uTjE1M0JSVkl6ZmNsS0VSM042YlIxd2cwZHhWY0NocXhlbEQwV1RwMG8vUHFLcFFySDZUb0NXaFNNYXIweEswTlBlQ0hhbllDclRaU1JnTUxNNEFJUmxTRnlkNGVNSGtxMWw1bGVsendueHZvM3VUb2xvODNuVnFlcCt0ZE5GMTVEaHlNc2Iwa3Z5QUZFczdVL3BQR2NYWnpGQVVRaGdDNGpseURkRHZaZVQrVE56S0dPZzJ6MWNqc0E2S05xRHdJVXQ1S1NIWEozUGpTcWVuOEtaVDR2ZU90a1hJd0dGQTBFbk8yVVQ0bWFtRjBYNk1ydDFDY1dJTnZ6QWtOeEFXcW5ZT3dVTmhiMk9vWDBlVTUwdGMra2duM3NheGl6dzVkZmpWUmY3YlVqbFo0NWE3ZDdDbm53MG0zZmIwRHRJPS0tTEdNSWNWaCtYVG9jWTFIRjdiTE9Bdz09--ebe8be743cedad9f581eeee3b6edb212d9534e02\n"], ["error_id", 6], ["created_at", "2016-08-16 21:44:43.268574"], ["updated_at", "2016-08-16 21:44:43.268574"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''atches [GET] "/dasd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 21:44:43.268574"], ["updated_at", "2016-08-16 21:44:43.272043"], ["id", 6]]  (9.5ms) commit transaction Started GET "/dasd" for 127.0.0.1 at 2016-08-16 17:45:37 -0400 ActionController::RoutingError (No route matches [GET] "/dasd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'atches [GET] \"/dasd\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: UGprU09KTUhkQ2dNVEs2UjdrckNadjMxR1ZZRU14QmNCdkoyZmZUTXRUZE5uTjE1M0JSVkl6ZmNsS0VSM042YlIxd2cwZHhWY0NocXhlbEQwV1RwMG8vUHFLcFFySDZUb0NXaFNNYXIweEswTlBlQ0hhbllDclRaU1JnTUxNNEFJUmxTRnlkNGVNSGtxMWw1bGVsendueHZvM3VUb2xvODNuVnFlcCt0ZE5GMTVEaHlNc2Iwa3Z5QUZFczdVL3BQR2NYWnpGQVVRaGdDNGpseURkRHZaZVQrVE56S0dPZzJ6MWNqc0E2S05xRHdJVXQ1S1NIWEozUGpTcWVuOEtaVDR2ZU90a1hJd0dGQTBFbk8yVVQ0bWFtRjBYNk1ydDFDY1dJTnZ6QWtOeEFXcW5ZT3dVTmhiMk9vWDBlVTUwdGMra2duM3NheGl6dzVkZmpWUmY3YlVqbFo0NWE3ZDdDbm53MG0zZmIwRHRJPS0tTEdNSWNWaCtYVG9jWTFIRjdiTE9Bdz09--ebe8be743cedad9f581eeee3b6edb212d9534e02\n"], ["error_id", 6], ["created_at", "2016-08-16 21:45:37.415891"], ["updated_at", "2016-08-16 21:45:37.415891"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''atches [GET] "/dasd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 21:45:37.415891"], ["updated_at", "2016-08-16 21:45:37.419699"], ["id", 6]]  (8.6ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-16 17:46:02 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 1.8ms) Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:46:04 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:46:04.727156"], ["updated_at", "2016-08-16 21:46:04.727156"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 21:46:04.727156"], ["updated_at", "2016-08-16 21:46:04.732752"], ["id", 1]]  (10.1ms) commit transaction Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:48:51 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:48:51.292276"], ["updated_at", "2016-08-16 21:48:51.292276"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-16 21:48:51.292276"], ["updated_at", "2016-08-16 21:48:51.296070"], ["id", 1]]  (9.7ms) commit transaction Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:49:13 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:49:13.850177"], ["updated_at", "2016-08-16 21:49:13.850177"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-08-16 21:49:13.850177"], ["updated_at", "2016-08-16 21:49:13.855620"], ["id", 1]]  (9.6ms) commit transaction Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:49:55 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:49:55.362640"], ["updated_at", "2016-08-16 21:49:55.362640"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-08-16 21:49:55.362640"], ["updated_at", "2016-08-16 21:49:55.368647"], ["id", 1]]  (11.9ms) commit transaction Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:49:57 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:49:57.445460"], ["updated_at", "2016-08-16 21:49:57.445460"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-08-16 21:49:57.445460"], ["updated_at", "2016-08-16 21:49:57.451757"], ["id", 1]]  (10.7ms) commit transaction Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-16 17:50:19 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Yi85UTI4bnFZSFZyRUNTZlFlNFNyRWZnWEMyZkdyZ09zMFVaY3lnTGYrM1dTb1ZDb1Z2TnJYelZ0bnJ4NzZ0U1RGQzZMU0dyZnpKV1lzdzZDV0hpb2k2ckgxNjM5ZWthS1krcm1oRm5lcWtnRVAvS1N5cjZDUGJ1K2dsQzJuWTRrQWdyajNaT3lNY3NvbW9pcDNQUkhxUXJqaUlQVWIzajdBQ0JVbnM2MkR1MFdnSjVVUnRuVTFuNEt3YnRUM3VHY3JwSTQvZVNacEVTSUQveHMxQmU1dE4yUVZ0K2FyYXo3K3crazRSMDIzNjk0TzVRaU9kVEZHb1VZYjlkTUozQlE1bW1QbS9VQlZSSXg1MldYRlBRYzlrODdxVWlQWnhJSXBaNFhRV3NCNXRuc25sUVJxUUUyd3FWMUZlN2wrYmM1MHRqWjV5aDNTNXpBU3g2eHlLNlZRVTMycHdXS0h0Ujh2dlZBNTROQ29FPS0tSG12SElCWmF2N1NXSE5kUWk5NWp6dz09--74647016693c9f329ea7107e0f0a0b4f6759e403\n"], ["error_id", 1], ["created_at", "2016-08-16 21:59:01.752902"], ["updated_at", "2016-08-16 21:59:01.752902"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 7], ["last_occurred_at", "2016-08-16 21:59:01.752902"], ["updated_at", "2016-08-16 21:59:01.763701"], ["id", 1]]  (7.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-08-16 17:59:25 -0400 Processing by StaticController#home as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered static/home.html.erb (1.6ms) Completed 200 OK in 15529ms (Views: 15.6ms | ActiveRecord: 1.3ms) Started GET "/asdf" for 127.0.0.1 at 2016-08-16 18:02:11 -0400 ActionController::RoutingError (No route matches [GET] "/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'atches [GET] \"/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''atches [GET] "/asdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/asdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/asdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'atches [GET] \"/asdf\"roller::RoutingError"], ["created_at", "2016-08-16 22:06:10.959432"], ["updated_at", "2016-08-16 22:06:10.959432"]]  (8.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: SE1rNXh6RW5wbEJTOG5ET3ZqQVZVaEVzZjMrbTNacnVVaTlZT3EyK2g5bFplTWEvS0NtZ3RKNEM0V3RhUjRxTndSTHRHSzFITmdEYjFjclI1RmtBdXh3czRlRFFaVHlQa2tNc3dGMUVCR0tvZ1FMZXprLzNEVzNRMmlmTHVoNjJ6TU5FOGx0bVRUaTVUWStWTDhzUER0bnBPZUVMZkRVajFLQ3NGcFFaSUp6SjYyNENpVitaeFRNZXA0N3E3M21hTEs5QmFBL250SURSYlJwelQ5ZFJsWXlJQlo2aEh6WU1wQ3dkY1JxaWZKTnpURWg0SkpRZlF6UlJ0dkpDaTN5MjRuLzRZYkNuNWxZcTFRNXpVWHlnN1VmWFhRczJKdW1QVU9HWHZqVmdpRVpiM21sVXFtTklJb0dwZ2pkSnZMeldvRHBGWlJUbE1jdzhtWkRtd3Q4NXJqcGE5bFZoa1l1ck9PbGg1UUdEWDBjPS0tNm9oSk5xTGZEdUhqU2plcGVTUEhpQT09--9f337702434f702b7dd40d1d8b1d8d6fe9a81bfc\n"], ["error_id", 7], ["created_at", "2016-08-16 22:06:10.985173"], ["updated_at", "2016-08-16 22:06:10.985173"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 7]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''atches [GET] "/asdf"roller::RoutingError' AND "errors"."id" != 7) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 22:06:10.985173"], ["updated_at", "2016-08-16 22:06:10.989561"], ["id", 7]]  (11.1ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 18:06:20 -0400 Processing by Errdo::ErrorsController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (66.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.1ms) Completed 200 OK in 353047ms (Views: 254.4ms | ActiveRecord: 4.2ms) Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 18:12:18 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: REtRdlQ2cXZXY1JwU01OY3djVzdUay8vajQ3c3hIYTd4UFJmRnZqa202SWQ0bnVvZlNRQ09nNUMxSEF4cnFaaUc0VUZFYWUzcUtuTU5qbU1oR3JMS2lGU0FDejlveUdRWHBRalE0cTA2K1NKVTkrNEtkOTFaNjE1eWdORWh6VS9FckRLTlVUTHpGLzBEWDZHM09qQmd3WlorQjVPemY5aW1ncEgwS01CWEp6NzEzK21jT1ZKWFpIeVh6NFA5UjZ2Q0hYU3k3SDFkWnp1NFF3RkxFNmRtY211UVVNYXBObjlURXRCb2pqY1F0L1FKUytQV0JFMzFVcU4yd21PNC9iL2hxZEdoWUVCc01OcVFIRW1xbzk3WmtlMHF3NXQwdFdXNlRjQjFDMXdqL25Kb2Q3Mmk0MWhOY1JZN0JPSDVCU3VueHliRE93Zi9zMEZ3NTkzSnlrd3o4L0tJV3pZRTkvcHNSaVdkM0lhODB3PS0tT3BnZWNWSExyU3Q4SGhsak1JZmV0Zz09--0c439c2784eb527ce2a4d18a88ba5636c857e561\n"], ["error_id", 4], ["created_at", "2016-08-16 22:20:01.921501"], ["updated_at", "2016-08-16 22:20:01.921501"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 22:20:01.921501"], ["updated_at", "2016-08-16 22:20:01.928776"], ["id", 4]]  (9.5ms) commit transaction Started GET "/errdo/errors/7" for 127.0.0.1 at 2016-08-16 18:20:01 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"7"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 7]] 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", 7]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 1.1ms) Started GET "/errdo/errors/7sdf" for 127.0.0.1 at 2016-08-16 18:37:15 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"7sdf"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 7]] 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", 7]] 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", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 40ms (Views: 19.2ms | ActiveRecord: 1.8ms) Started GET "/errdo/errors/7" for 127.0.0.1 at 2016-08-16 18:37:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"7"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 7]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (2.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 18:37:20 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 1.9ms) Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 18:37:23 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RTdNcytCemh4bFZFN3lZRjVGL1hnK3dVd0hJMDF2dml2RTZXemVXdWNkRzJ2WFF3MGVQVFgzSENPbXZqZy9mc0I0aVVJeTVaRFBXTnhKSkpBMVh6WGU0UWttdFhpTGRzd21odnp0SzB4MXpxRHZ4dlVmMk84OGdpN3lxbjBFYTM3TW5ZTGVrUjJoNmxjNXBOcWZHSk1wYzVhd0twenovMU9Cc3FmemZERDJNaWs3ajgrTHlXTG9wSHlnTjdxQ3l1NEhvcUhkUGJMdEh0ZGp0NEJIZ1g0aFIvV3FLZEZwZnQvcTVxUHZhVEhKdG16bkY3K1RDc3FXUFo3TnJGZG9FTHkreWsvTXQ0emFPQnM1LzRMSUVDYVRQTlhnSXdLaVdCc3d1WHMwV1FuNy9jY1J1YXQzRy9SbFgxTTExcFdiQmJZRGdzUzhVaG5UaHhENEIrMWlleisxcVU2ZHZPMXh1emg3YXBlbWErLzRBPS0tK1VzL3FxcHFpZXR5ZWFiM0o1Lzd5UT09--f54e0c1c332e99c74d637701bed8b2f5e1b2d4e0\n"], ["error_id", 4], ["created_at", "2016-08-16 22:37:39.889128"], ["updated_at", "2016-08-16 22:37:39.889128"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-16 22:37:39.889128"], ["updated_at", "2016-08-16 22:37:39.895041"], ["id", 4]]  (10.6ms) commit transaction Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 18:37:51 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 18:59:38 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 19:00:08 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 19:01:01 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 19:02:31 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Started GET "/errdo" for 127.0.0.1 at 2016-08-16 19:04:00 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (58.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.4ms) Completed 200 OK in 216ms (Views: 209.3ms | ActiveRecord: 2.1ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:04:06 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:08:35 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:09:26 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.2ms) begin transaction 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' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-16 23:10:34.827647"], ["updated_at", "2016-08-16 23:10:34.827647"]]  (10.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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_type", "Errdo::Models::User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bExaWElKOXJ2TTJrazRma2gzeHN3OWR5REFTcXd2ODhMTGY2eDhWQmJ5bmdib1BvQm9QVkEyd1oydEdXWk14Ynd6OHRXa2c2a3RBdDJabnVIMUlsZkRjY25rZ2ZHQk9SSVFwbVlJVVFKNm8zVHVEaHlDT2hBWmkxcFppMS96K2JqYlRKeldESjFDcVRTR3NQZTJralNaK0lVQzdjck51aEhwcVRYWC8zQXpncThRdmFzb0NVVUEwKytEeERTZVRpVTFRc3h6ajRUVktSR3llb1dZVlJlajB0VERidVJZaS9yVVMzS1hITkoyM3MrYVV2bEdDL2Z1UVE3NllKZUwvR2t6YjVCREI4aVZaQ2RiR283RkltYmtDY2c4b3VMc1VKOWV3dzFEVG01dGVVaVg3MDYwa0NJNkpkakZVUXFYVlBiNVE0dnNxSDQ2UnY2aHAvNnpiK1Q1d0UxV3BFVndxWEdxWW1JVmtoalQ4PS0tSGxDNXR5bVRJSCtCYk5sdDZ3QkgwUT09--eb3cb9b08573ea7bbbebbc1a58c5503e1e30a7ef\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-16 23:10:34.867360"], ["updated_at", "2016-08-16 23:10:34.867360"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] 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" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 23:10:34.867360"], ["updated_at", "2016-08-16 23:10:34.874456"], ["id", 8]]  (7.5ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:10:37 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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_type", "Errdo::Models::User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bExaWElKOXJ2TTJrazRma2gzeHN3OWR5REFTcXd2ODhMTGY2eDhWQmJ5bmdib1BvQm9QVkEyd1oydEdXWk14Ynd6OHRXa2c2a3RBdDJabnVIMUlsZkRjY25rZ2ZHQk9SSVFwbVlJVVFKNm8zVHVEaHlDT2hBWmkxcFppMS96K2JqYlRKeldESjFDcVRTR3NQZTJralNaK0lVQzdjck51aEhwcVRYWC8zQXpncThRdmFzb0NVVUEwKytEeERTZVRpVTFRc3h6ajRUVktSR3llb1dZVlJlajB0VERidVJZaS9yVVMzS1hITkoyM3MrYVV2bEdDL2Z1UVE3NllKZUwvR2t6YjVCREI4aVZaQ2RiR283RkltYmtDY2c4b3VMc1VKOWV3dzFEVG01dGVVaVg3MDYwa0NJNkpkakZVUXFYVlBiNVE0dnNxSDQ2UnY2aHAvNnpiK1Q1d0UxV3BFVndxWEdxWW1JVmtoalQ4PS0tSGxDNXR5bVRJSCtCYk5sdDZ3QkgwUT09--eb3cb9b08573ea7bbbebbc1a58c5503e1e30a7ef\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-16 23:10:52.936771"], ["updated_at", "2016-08-16 23:10:52.936771"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] 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" != 8) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-16 23:10:52.936771"], ["updated_at", "2016-08-16 23:10:52.944533"], ["id", 8]]  (10.8ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:11:45 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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_type", "Errdo::Models::User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bExaWElKOXJ2TTJrazRma2gzeHN3OWR5REFTcXd2ODhMTGY2eDhWQmJ5bmdib1BvQm9QVkEyd1oydEdXWk14Ynd6OHRXa2c2a3RBdDJabnVIMUlsZkRjY25rZ2ZHQk9SSVFwbVlJVVFKNm8zVHVEaHlDT2hBWmkxcFppMS96K2JqYlRKeldESjFDcVRTR3NQZTJralNaK0lVQzdjck51aEhwcVRYWC8zQXpncThRdmFzb0NVVUEwKytEeERTZVRpVTFRc3h6ajRUVktSR3llb1dZVlJlajB0VERidVJZaS9yVVMzS1hITkoyM3MrYVV2bEdDL2Z1UVE3NllKZUwvR2t6YjVCREI4aVZaQ2RiR283RkltYmtDY2c4b3VMc1VKOWV3dzFEVG01dGVVaVg3MDYwa0NJNkpkakZVUXFYVlBiNVE0dnNxSDQ2UnY2aHAvNnpiK1Q1d0UxV3BFVndxWEdxWW1JVmtoalQ4PS0tSGxDNXR5bVRJSCtCYk5sdDZ3QkgwUT09--eb3cb9b08573ea7bbbebbc1a58c5503e1e30a7ef\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-16 23:14:14.214050"], ["updated_at", "2016-08-16 23:14:14.214050"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] 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" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-16 23:14:14.214050"], ["updated_at", "2016-08-16 23:14:14.222109"], ["id", 8]]  (11.3ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-16 19:20:29 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bExaWElKOXJ2TTJrazRma2gzeHN3OWR5REFTcXd2ODhMTGY2eDhWQmJ5bmdib1BvQm9QVkEyd1oydEdXWk14Ynd6OHRXa2c2a3RBdDJabnVIMUlsZkRjY25rZ2ZHQk9SSVFwbVlJVVFKNm8zVHVEaHlDT2hBWmkxcFppMS96K2JqYlRKeldESjFDcVRTR3NQZTJralNaK0lVQzdjck51aEhwcVRYWC8zQXpncThRdmFzb0NVVUEwKytEeERTZVRpVTFRc3h6ajRUVktSR3llb1dZVlJlajB0VERidVJZaS9yVVMzS1hITkoyM3MrYVV2bEdDL2Z1UVE3NllKZUwvR2t6YjVCREI4aVZaQ2RiR283RkltYmtDY2c4b3VMc1VKOWV3dzFEVG01dGVVaVg3MDYwa0NJNkpkakZVUXFYVlBiNVE0dnNxSDQ2UnY2aHAvNnpiK1Q1d0UxV3BFVndxWEdxWW1JVmtoalQ4PS0tSGxDNXR5bVRJSCtCYk5sdDZ3QkgwUT09--eb3cb9b08573ea7bbbebbc1a58c5503e1e30a7ef\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-16 23:20:29.766757"], ["updated_at", "2016-08-16 23:20:29.766757"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] 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" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-08-16 23:20:29.766757"], ["updated_at", "2016-08-16 23:20:29.772768"], ["id", 8]]  (11.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-16 19:20:35 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (14.6ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 1.2ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 19:20:40 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (19.3ms) Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 1.9ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-16 19:20:49 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (97.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.8ms) Completed 200 OK in 279ms (Views: 268.9ms | ActiveRecord: 2.7ms) Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-16 19:21:10 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] 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", 8]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (22.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 50ms (Views: 37.9ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-16 19:38:49 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.9ms) Completed 200 OK in 26ms (Views: 22.2ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 19:38:49 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 19:38:50 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (42.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 59ms (Views: 57.1ms | ActiveRecord: 1.4ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 19:59:01 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (89.5ms) Completed 500 Internal Server Error in 97ms (ActiveRecord: 2.2ms) ActionView::Template::Error (undefined method `user_show_string' for #<#:0x007fa874568910> Did you mean? user_session): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ex_html_slim___1963526575422745401_70180741458820' mean? user_sessioniew::Template::Error"]]  (0.2ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ex_html_slim___1963526575422745401_70180741458820'' mean? user_sessioniew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `user_show_string' for #<#:0x007fa874568910>\nDid you mean? user_session"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ex_html_slim___1963526575422745401_70180741458820' mean? user_sessioniew::Template::Error"], ["created_at", "2016-08-16 23:59:02.150686"], ["updated_at", "2016-08-16 23:59:02.150686"]]  (7.1ms) commit transaction  (0.2ms) begin transaction 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: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: cnhSYkcrMEtBRHBsaDBobGtKSGk0bmpUOUhCMzViOXM4Umd5Z25kZUNJV1YyanY5OUFOVjF1TWc0QUFybGNiUmhxVzI3K1Nrd1FRUDg3TWFQeTVXWlN4cFE1dGc0V3lBVXE1ZkEwempwd0RwUnl5cWxzWVhMcVc2ZG9XTzRJZEw3WWlkdDRJOWhJOW15cCtXZlhZTzhHbjFjVjc0Snk1ZEx1YzB6U1pSVFBoZlBVV1cwSjc0N1JDWTVGZ1UyVmdyRlRNYlhtOTdzYWc5VnFYRmpOWDVNY3dMUkw1UUFROGpPUGVzVzdpOWxybHVrUzB0OC91Q3I0cTQ0dno0ay9LVjVzdnIvQi9yRUltV2U5K3dZSkc1dWdwaDBqb3oxdVBwdEJOTjRoa2MzK05YMVBhZndUUFpGU0IvV3NRL1lGQ3BldGFkVEpaNlVMM2had0svNi9QKzNLZ2VOL244aG96ak1kM1YyYzE2bDFNPS0tN1plc0gza0RlRmtGV0h3WUZGL3BEdz09--5fabef35e82242b64adcd6d1acfa301b8d33ad5e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 9], ["created_at", "2016-08-16 23:59:02.178654"], ["updated_at", "2016-08-16 23:59:02.178654"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ex_html_slim___1963526575422745401_70180741458820'' mean? user_sessioniew::Template::Error' AND "errors"."id" != 9) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-16 23:59:02.178654"], ["updated_at", "2016-08-16 23:59:02.186466"], ["id", 9]]  (10.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:00:42 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (66.0ms) Completed 500 Internal Server Error in 77ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `user_show_string' for #<#:0x007fa874a7a048> Did you mean? user_session): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ex_html_slim___1963526575422745401_70180741458820' mean? user_sessioniew::Template::Error"]]  (0.0ms) begin transaction 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: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: cnhSYkcrMEtBRHBsaDBobGtKSGk0bmpUOUhCMzViOXM4Umd5Z25kZUNJV1YyanY5OUFOVjF1TWc0QUFybGNiUmhxVzI3K1Nrd1FRUDg3TWFQeTVXWlN4cFE1dGc0V3lBVXE1ZkEwempwd0RwUnl5cWxzWVhMcVc2ZG9XTzRJZEw3WWlkdDRJOWhJOW15cCtXZlhZTzhHbjFjVjc0Snk1ZEx1YzB6U1pSVFBoZlBVV1cwSjc0N1JDWTVGZ1UyVmdyRlRNYlhtOTdzYWc5VnFYRmpOWDVNY3dMUkw1UUFROGpPUGVzVzdpOWxybHVrUzB0OC91Q3I0cTQ0dno0ay9LVjVzdnIvQi9yRUltV2U5K3dZSkc1dWdwaDBqb3oxdVBwdEJOTjRoa2MzK05YMVBhZndUUFpGU0IvV3NRL1lGQ3BldGFkVEpaNlVMM2had0svNi9QKzNLZ2VOL244aG96ak1kM1YyYzE2bDFNPS0tN1plc0gza0RlRmtGV0h3WUZGL3BEdz09--5fabef35e82242b64adcd6d1acfa301b8d33ad5e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 9], ["created_at", "2016-08-17 00:00:42.943741"], ["updated_at", "2016-08-17 00:00:42.943741"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ex_html_slim___1963526575422745401_70180741458820'' mean? user_sessioniew::Template::Error' AND "errors"."id" != 9) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-17 00:00:42.943741"], ["updated_at", "2016-08-17 00:00:42.950078"], ["id", 9]]  (10.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:00:51 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (58.1ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `user_show_string' for #<#:0x007fa875f35a28> Did you mean? user_session): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___1963526575422745401_70180741458820' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ex_html_slim___1963526575422745401_70180741458820' mean? user_sessioniew::Template::Error"]]  (0.0ms) begin transaction 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: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: cnhSYkcrMEtBRHBsaDBobGtKSGk0bmpUOUhCMzViOXM4Umd5Z25kZUNJV1YyanY5OUFOVjF1TWc0QUFybGNiUmhxVzI3K1Nrd1FRUDg3TWFQeTVXWlN4cFE1dGc0V3lBVXE1ZkEwempwd0RwUnl5cWxzWVhMcVc2ZG9XTzRJZEw3WWlkdDRJOWhJOW15cCtXZlhZTzhHbjFjVjc0Snk1ZEx1YzB6U1pSVFBoZlBVV1cwSjc0N1JDWTVGZ1UyVmdyRlRNYlhtOTdzYWc5VnFYRmpOWDVNY3dMUkw1UUFROGpPUGVzVzdpOWxybHVrUzB0OC91Q3I0cTQ0dno0ay9LVjVzdnIvQi9yRUltV2U5K3dZSkc1dWdwaDBqb3oxdVBwdEJOTjRoa2MzK05YMVBhZndUUFpGU0IvV3NRL1lGQ3BldGFkVEpaNlVMM2had0svNi9QKzNLZ2VOL244aG96ak1kM1YyYzE2bDFNPS0tN1plc0gza0RlRmtGV0h3WUZGL3BEdz09--5fabef35e82242b64adcd6d1acfa301b8d33ad5e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 9], ["created_at", "2016-08-17 00:00:51.577322"], ["updated_at", "2016-08-17 00:00:51.577322"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ex_html_slim___1963526575422745401_70180741458820'' mean? user_sessioniew::Template::Error' AND "errors"."id" != 9) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-17 00:00:51.577322"], ["updated_at", "2016-08-17 00:00:51.583121"], ["id", 9]]  (7.9ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:02:27 -0400 TypeError (wrong argument type Class (expected Module)): actionpack (4.2.7) lib/abstract_controller/helpers.rb:180:in `include' actionpack (4.2.7) lib/abstract_controller/helpers.rb:180:in `block in add_template_helper' actionpack (4.2.7) lib/abstract_controller/helpers.rb:180:in `module_eval' actionpack (4.2.7) lib/abstract_controller/helpers.rb:180:in `add_template_helper' actionpack (4.2.7) lib/abstract_controller/helpers.rb:109:in `block in helper' actionpack (4.2.7) lib/abstract_controller/helpers.rb:108:in `each' actionpack (4.2.7) lib/abstract_controller/helpers.rb:108:in `helper' /home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:3:in `' /home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:2:in `' /home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:1:in `' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:4:in `' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:3:in `' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ib/abstract_controller/helpers.rb:180:in `include'ss (expected Module)TypeError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ib/abstract_controller/helpers.rb:180:in `include''ss (expected Module)TypeError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "TypeError"], ["exception_message", "wrong argument type Class (expected Module)"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:180:in\n `include'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:180:in\n `block in add_template_helper'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:180:in\n `module_eval'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:180:in\n `add_template_helper'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:109:in\n `block in helper'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:108:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/helpers.rb:108:in\n `helper'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:3:in\n `'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:2:in\n `'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/application_controller.rb:1:in\n `'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `block in load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:647:in\n `new_constants_in'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:456:in\n `load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:354:in\n `require_or_load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:494:in\n `load_missing_constant'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:184:in\n `const_missing'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:4:in `'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:3:in `'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:457:in\n `block in load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:647:in\n `new_constants_in'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:456:in\n `load_file'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:354:in\n `require_or_load'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:494:in\n `load_missing_constant'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:184:in\n `const_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:263:in\n `const_get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:263:in\n `block in constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:566:in\n `get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/dependencies.rb:597:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:70:in\n `controller_reference'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:60:in\n `controller'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:39:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ib/abstract_controller/helpers.rb:180:in `include'ss (expected Module)TypeError"], ["created_at", "2016-08-17 00:02:28.082688"], ["updated_at", "2016-08-17 00:02:28.082688"]]  (5.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: cnhSYkcrMEtBRHBsaDBobGtKSGk0bmpUOUhCMzViOXM4Umd5Z25kZUNJV1YyanY5OUFOVjF1TWc0QUFybGNiUmhxVzI3K1Nrd1FRUDg3TWFQeTVXWlN4cFE1dGc0V3lBVXE1ZkEwempwd0RwUnl5cWxzWVhMcVc2ZG9XTzRJZEw3WWlkdDRJOWhJOW15cCtXZlhZTzhHbjFjVjc0Snk1ZEx1YzB6U1pSVFBoZlBVV1cwSjc0N1JDWTVGZ1UyVmdyRlRNYlhtOTdzYWc5VnFYRmpOWDVNY3dMUkw1UUFROGpPUGVzVzdpOWxybHVrUzB0OC91Q3I0cTQ0dno0ay9LVjVzdnIvQi9yRUltV2U5K3dZSkc1dWdwaDBqb3oxdVBwdEJOTjRoa2MzK05YMVBhZndUUFpGU0IvV3NRL1lGQ3BldGFkVEpaNlVMM2had0svNi9QKzNLZ2VOL244aG96ak1kM1YyYzE2bDFNPS0tN1plc0gza0RlRmtGV0h3WUZGL3BEdz09--5fabef35e82242b64adcd6d1acfa301b8d33ad5e\n"], ["error_id", 10], ["created_at", "2016-08-17 00:02:28.109495"], ["updated_at", "2016-08-17 00:02:28.109495"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 10]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ib/abstract_controller/helpers.rb:180:in `include''ss (expected Module)TypeError' AND "errors"."id" != 10) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:02:28.109495"], ["updated_at", "2016-08-17 00:02:28.114245"], ["id", 10]]  (9.6ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:02:49 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:03:27 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (113.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.6ms) Completed 200 OK in 300ms (Views: 287.1ms | ActiveRecord: 3.1ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:06:49 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.3ms) Completed 500 Internal Server Error in 49ms (ActiveRecord: 2.2ms) ActionView::Template::Error (undefined method `user_string' for Errdo:Module): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:5:in `user_show_string' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "do/helpers/views_helper.rb:5:in `user_show_string'ng' for Errdo:Moduleiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'do/helpers/views_helper.rb:5:in `user_show_string''ng'' for Errdo:Moduleiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `user_string' for Errdo:Module"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:5:in `user_show_string'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "do/helpers/views_helper.rb:5:in `user_show_string'ng' for Errdo:Moduleiew::Template::Error"], ["created_at", "2016-08-17 00:06:49.739903"], ["updated_at", "2016-08-17 00:06:49.739903"]]  (6.1ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RFQvU05XRDVGQWRUQ0Y0TW1ZblZZWmZxVWFFRXBNNW1PWTg3SFJkV3IxeVVrQS9mWFFSTEkyd0lFcWpyZ1RnZWExaWFvSkd1ZDZ3a3lWK1FicHRFbUZXU0xZd3BHT0h2MEdkcTAxdUx2MXJJU0ljL2ZjV1Z2Zld4dXlBU0psYzRNa1o1NThsS2J2TExyVlBpaVZnSFhYdkwzVmY0SUlWNlNXZEVxVlFPRjgxVndDTmZrRmdFWVVHSEVhZHZmQUQxbHZEeG5WWCt5cnh2YlNYMjBxRVRoS1FNRXE4UjFzRGlGSGxJdVYzVkMraXBsa2ZNaXhDKzNZVXdSd1NYU0llbWZ3TllkUWlkRVNYVE01QkMwaWFZNHB5THBTZ2VSbnhlVVVJdjJ3bWMxcFZRYml1Qmdpd0FVNnhpNWhsVUFjQW84TXR5bWxOZGZuSStQbjZUT0daOEY4UkcyWHNEMFVqdzk2cGMxQzQ3MjVFPS0tMEJ0VGcvclNJUU9WT0o4QUtNbzJWUT09--9dcb654852624509bac24fd506ab15ecb6f9ac9e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 11], ["created_at", "2016-08-17 00:06:49.762756"], ["updated_at", "2016-08-17 00:06:49.762756"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 11]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'do/helpers/views_helper.rb:5:in `user_show_string''ng'' for Errdo:Moduleiew::Template::Error' AND "errors"."id" != 11) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:06:49.762756"], ["updated_at", "2016-08-17 00:06:49.771094"], ["id", 11]]  (8.3ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:09:10 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (37.9ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `user_string' for Errdo:Module): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:5:in `user_show_string' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___845562143023769947_44140380' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "do/helpers/views_helper.rb:5:in `user_show_string'ng' for Errdo:Moduleiew::Template::Error"]]  (0.1ms) begin transaction 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: errdo/errors\naction: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RFQvU05XRDVGQWRUQ0Y0TW1ZblZZWmZxVWFFRXBNNW1PWTg3SFJkV3IxeVVrQS9mWFFSTEkyd0lFcWpyZ1RnZWExaWFvSkd1ZDZ3a3lWK1FicHRFbUZXU0xZd3BHT0h2MEdkcTAxdUx2MXJJU0ljL2ZjV1Z2Zld4dXlBU0psYzRNa1o1NThsS2J2TExyVlBpaVZnSFhYdkwzVmY0SUlWNlNXZEVxVlFPRjgxVndDTmZrRmdFWVVHSEVhZHZmQUQxbHZEeG5WWCt5cnh2YlNYMjBxRVRoS1FNRXE4UjFzRGlGSGxJdVYzVkMraXBsa2ZNaXhDKzNZVXdSd1NYU0llbWZ3TllkUWlkRVNYVE01QkMwaWFZNHB5THBTZ2VSbnhlVVVJdjJ3bWMxcFZRYml1Qmdpd0FVNnhpNWhsVUFjQW84TXR5bWxOZGZuSStQbjZUT0daOEY4UkcyWHNEMFVqdzk2cGMxQzQ3MjVFPS0tMEJ0VGcvclNJUU9WT0o4QUtNbzJWUT09--9dcb654852624509bac24fd506ab15ecb6f9ac9e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 11], ["created_at", "2016-08-17 00:09:10.796913"], ["updated_at", "2016-08-17 00:09:10.796913"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 11]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'do/helpers/views_helper.rb:5:in `user_show_string''ng'' for Errdo:Moduleiew::Template::Error' AND "errors"."id" != 11) LIMIT 1 SQL (0.7ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-17 00:09:10.796913"], ["updated_at", "2016-08-17 00:09:10.808750"], ["id", 11]]  (7.3ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:09:30 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (94.7ms) Completed 500 Internal Server Error in 116ms (ActiveRecord: 1.8ms) ActionView::Template::Error (undefined method `user_string' for Errdo:Module Did you mean? user_string_method): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:5:in `user_show_string' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "do/helpers/views_helper.rb:5:in `user_show_string' user_string_methodiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'do/helpers/views_helper.rb:5:in `user_show_string'' user_string_methodiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `user_string' for Errdo:Module\nDid you mean? user_string_method"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:5:in `user_show_string'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "do/helpers/views_helper.rb:5:in `user_show_string' user_string_methodiew::Template::Error"], ["created_at", "2016-08-17 00:09:30.646760"], ["updated_at", "2016-08-17 00:09:30.646760"]]  (9.6ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RFQvU05XRDVGQWRUQ0Y0TW1ZblZZWmZxVWFFRXBNNW1PWTg3SFJkV3IxeVVrQS9mWFFSTEkyd0lFcWpyZ1RnZWExaWFvSkd1ZDZ3a3lWK1FicHRFbUZXU0xZd3BHT0h2MEdkcTAxdUx2MXJJU0ljL2ZjV1Z2Zld4dXlBU0psYzRNa1o1NThsS2J2TExyVlBpaVZnSFhYdkwzVmY0SUlWNlNXZEVxVlFPRjgxVndDTmZrRmdFWVVHSEVhZHZmQUQxbHZEeG5WWCt5cnh2YlNYMjBxRVRoS1FNRXE4UjFzRGlGSGxJdVYzVkMraXBsa2ZNaXhDKzNZVXdSd1NYU0llbWZ3TllkUWlkRVNYVE01QkMwaWFZNHB5THBTZ2VSbnhlVVVJdjJ3bWMxcFZRYml1Qmdpd0FVNnhpNWhsVUFjQW84TXR5bWxOZGZuSStQbjZUT0daOEY4UkcyWHNEMFVqdzk2cGMxQzQ3MjVFPS0tMEJ0VGcvclNJUU9WT0o4QUtNbzJWUT09--9dcb654852624509bac24fd506ab15ecb6f9ac9e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 12], ["created_at", "2016-08-17 00:09:30.672203"], ["updated_at", "2016-08-17 00:09:30.672203"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 12]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'do/helpers/views_helper.rb:5:in `user_show_string'' user_string_methodiew::Template::Error' AND "errors"."id" != 12) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:09:30.672203"], ["updated_at", "2016-08-17 00:09:30.678279"], ["id", 12]]  (8.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:09:58 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (29.3ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 2.4ms) ActionView::Template::Error (nil is not a symbol nor a string): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: /= link_to error.last_occurrence.experiencer.try(:email), 28: = link_to user_show_string(error.last_occurrence.experiencer), 29: root_path, class: "errdo" 30: td.errdo.class-column 31: = link_to error.exception_class_name, error, class: "errdo" activemodel (4.2.7) lib/active_model/attribute_methods.rb:450:in `respond_to?' activemodel (4.2.7) lib/active_model/attribute_methods.rb:450:in `respond_to?' activerecord (4.2.7) lib/active_record/attribute_methods.rb:236:in `respond_to?' /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:6:in `user_show_string' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_model/attribute_methods.rb:450:in `respond_to?' symbol nor a stringiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 've_model/attribute_methods.rb:450:in `respond_to?'' symbol nor a stringiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "nil is not a symbol nor a string"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activemodel-4.2.7/lib/active_model/attribute_methods.rb:450:in\n `respond_to?'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activemodel-4.2.7/lib/active_model/attribute_methods.rb:450:in\n `respond_to?'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/attribute_methods.rb:236:in\n `respond_to?'\"\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:6:in `user_show_string'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim__3258362283381073390_38341380'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ve_model/attribute_methods.rb:450:in `respond_to?' symbol nor a stringiew::Template::Error"], ["created_at", "2016-08-17 00:09:58.833370"], ["updated_at", "2016-08-17 00:09:58.833370"]]  (8.6ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: RFQvU05XRDVGQWRUQ0Y0TW1ZblZZWmZxVWFFRXBNNW1PWTg3SFJkV3IxeVVrQS9mWFFSTEkyd0lFcWpyZ1RnZWExaWFvSkd1ZDZ3a3lWK1FicHRFbUZXU0xZd3BHT0h2MEdkcTAxdUx2MXJJU0ljL2ZjV1Z2Zld4dXlBU0psYzRNa1o1NThsS2J2TExyVlBpaVZnSFhYdkwzVmY0SUlWNlNXZEVxVlFPRjgxVndDTmZrRmdFWVVHSEVhZHZmQUQxbHZEeG5WWCt5cnh2YlNYMjBxRVRoS1FNRXE4UjFzRGlGSGxJdVYzVkMraXBsa2ZNaXhDKzNZVXdSd1NYU0llbWZ3TllkUWlkRVNYVE01QkMwaWFZNHB5THBTZ2VSbnhlVVVJdjJ3bWMxcFZRYml1Qmdpd0FVNnhpNWhsVUFjQW84TXR5bWxOZGZuSStQbjZUT0daOEY4UkcyWHNEMFVqdzk2cGMxQzQ3MjVFPS0tMEJ0VGcvclNJUU9WT0o4QUtNbzJWUT09--9dcb654852624509bac24fd506ab15ecb6f9ac9e\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-17 00:09:58.861898"], ["updated_at", "2016-08-17 00:09:58.861898"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 've_model/attribute_methods.rb:450:in `respond_to?'' symbol nor a stringiew::Template::Error' AND "errors"."id" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:09:58.861898"], ["updated_at", "2016-08-17 00:09:58.868831"], ["id", 13]]  (11.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:11:32 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (67.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.4ms) Completed 200 OK in 239ms (Views: 232.3ms | ActiveRecord: 4.8ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:11:49 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (69.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 121ms (Views: 112.3ms | ActiveRecord: 4.2ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 20:11:49 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:11:57 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (98.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 128ms (Views: 118.5ms | ActiveRecord: 4.8ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 20:11:58 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:13:14 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (119.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.4ms) Completed 200 OK in 300ms (Views: 288.8ms | ActiveRecord: 4.0ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 20:13:14 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:19:07 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (33.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 2.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:20:38 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (35.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 48ms (Views: 44.5ms | ActiveRecord: 3.1ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:52:09 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (46.3ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 2.3ms) ActionView::Template::Error (undefined method `user_show_path' for Errdo:Module): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:14:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___726136033354791492_70242587090500' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___726136033354791492_70242587090500' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rdo/helpers/views_helper.rb:14:in `user_show_path'th' for Errdo:Moduleiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:14:in `user_show_path''th'' for Errdo:Moduleiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `user_show_path' for Errdo:Module"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:14:in `user_show_path'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___726136033354791492_70242587090500'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___726136033354791492_70242587090500'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "rdo/helpers/views_helper.rb:14:in `user_show_path'th' for Errdo:Moduleiew::Template::Error"], ["created_at", "2016-08-17 00:52:09.859857"], ["updated_at", "2016-08-17 00:52:09.859857"]]  (10.5ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: SW5kZm9XdUJoMlRpdmJwOWVzQ1hQbHFsZGdpUE9uTFNaYTMwR1VMQmlkUjlBU2E4ZkI1QUtKR3RjNE1ldDYvN0s5V2FmWVpJeEFPZS9nQS9SM2o0UlY5aXVxRzRxNE41UWxyV2pSVUwvbjBIdjZKWW4wUWlrcnQwV1BNODhsZmtaUDEwaDhJTlA3bWp2ZXc3Z0JGME9IQ0FCcWJBajVvdklKejJBb0pkV1U5Q0o1Mm9xYVBSUzV2NCt2RGttWUZEY2x0OGtuYzhKNGVBNEo2cWY5UDZmNmhIMkwyV1hnSlhkTWRRSVBmUHN6bjdtZjN0NUEzMXdVVW53VmFrU29Dd3ZwZVBRQkF5Nk9LejJVdGN5TWVEOWpDTHNKV2JrZjVTakJjZHF4YVFscXZ2dHAwbVE5Z004bE96elJOYlJoT3RUNmNTeC9uVjFMUXhCUEFTVzhBT3dyQmthSWV2OVFTanphSDlVZlJtcEFBPS0tQnk2NktCVkJ2T0ZkdENZUXhseFpqUT09--6195fe695220d892f45c73fc3bf4c7416ffe3304\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 14], ["created_at", "2016-08-17 00:52:09.900205"], ["updated_at", "2016-08-17 00:52:09.900205"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 14]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:14:in `user_show_path''th'' for Errdo:Moduleiew::Template::Error' AND "errors"."id" != 14) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:52:09.900205"], ["updated_at", "2016-08-17 00:52:09.909615"], ["id", 14]]  (6.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:53:18 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (134.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.0ms) Completed 200 OK in 316ms (Views: 303.2ms | ActiveRecord: 5.4ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:53:53 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (140.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.6ms) Completed 200 OK in 328ms (Views: 315.1ms | ActiveRecord: 4.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 20:53:53 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:55:16 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (88.5ms) Completed 500 Internal Server Error in 111ms (ActiveRecord: 2.5ms) ActionView::Template::Error (wrong number of arguments (given 1, expected 0)): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column activesupport (4.2.7) lib/active_support/core_ext/module/attribute_accessors.rb:60:in `user_show_path' /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:15:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "dule/attribute_accessors.rb:60:in `user_show_path'given 1, expected 0)iew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'dule/attribute_accessors.rb:60:in `user_show_path''given 1, expected 0)iew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "wrong number of arguments (given 1, expected 0)"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/module/attribute_accessors.rb:60:in\n `user_show_path'\"\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:15:in `user_show_path'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "dule/attribute_accessors.rb:60:in `user_show_path'given 1, expected 0)iew::Template::Error"], ["created_at", "2016-08-17 00:55:16.691858"], ["updated_at", "2016-08-17 00:55:16.691858"]]  (6.2ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eXBvUnZMdWNnWVd3RDJIY2hYNDdnSWdBUk95YnRqNll6VlY0RGowaThjL0NIbkM5YzBnQVlBL01VMTlqQ3ZIUVV3REpxSDdxbGZ0b3FFc1ZaZWlXQU5uMUl4S2hJRTFwN2dMRXU4MTlWajNvc0ZKaUMzMHNndGgxWlJwZTROa1FFU1FlNHVSMkZodWlpakhvc3BGVjQ3Uy9PdllvKzI1cmw3SDJ1RlBZR1lQQ2Vybkd0bTV2M0N3emhRQ2wrelFpSmR3eko2SlF0dlpvQUxxS0Y1cUV5VXM0N2pqeUxhaVRVZGh0cm04RnFKSjd1bFFSOGZWODVpZllHWnRGTDE2RnpueGJOQjhWQk9TcDZNTVhsdDZrTlpCQnVNSm1ac2l2SkR6REt6RWw5Q3hENXZTaHZtMGo0MmVwWjE0M2puSGNHd3NDWWJsRFhMK2tGM2M2UjAwZE5Ja2pHeC9lWUVjSXZsMUZWUXBEMGZnPS0tS3BxdVNJV1dQWTRkd1FYU1ZCTGx5Zz09--bbcf4dcf25f8fa91fd8c2da6503b0a7b6e1e1ef0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-08-17 00:55:16.710722"], ["updated_at", "2016-08-17 00:55:16.710722"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'dule/attribute_accessors.rb:60:in `user_show_path''given 1, expected 0)iew::Template::Error' AND "errors"."id" != 15) LIMIT 1 SQL (0.9ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:55:16.710722"], ["updated_at", "2016-08-17 00:55:16.718533"], ["id", 15]]  (10.2ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:56:07 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (86.3ms) Completed 500 Internal Server Error in 96ms (ActiveRecord: 4.3ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper' /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:16:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "uting/route_set.rb:259:in `raise_generation_error'required keys: [:id]iew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'uting/route_set.rb:259:in `raise_generation_error''required keys: [:id]iew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "No route matches {:action=>\"show\", :controller=>\"users\", :id=>nil} missing required keys: [:id]"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:259:in\n `raise_generation_error'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:234:in\n `optimized_helper'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:220:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:345:in\n `block (2 levels) in define_url_helper'\"\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:16:in `user_show_path'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "uting/route_set.rb:259:in `raise_generation_error'required keys: [:id]iew::Template::Error"], ["created_at", "2016-08-17 00:56:07.266340"], ["updated_at", "2016-08-17 00:56:07.266340"]]  (10.4ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eXBvUnZMdWNnWVd3RDJIY2hYNDdnSWdBUk95YnRqNll6VlY0RGowaThjL0NIbkM5YzBnQVlBL01VMTlqQ3ZIUVV3REpxSDdxbGZ0b3FFc1ZaZWlXQU5uMUl4S2hJRTFwN2dMRXU4MTlWajNvc0ZKaUMzMHNndGgxWlJwZTROa1FFU1FlNHVSMkZodWlpakhvc3BGVjQ3Uy9PdllvKzI1cmw3SDJ1RlBZR1lQQ2Vybkd0bTV2M0N3emhRQ2wrelFpSmR3eko2SlF0dlpvQUxxS0Y1cUV5VXM0N2pqeUxhaVRVZGh0cm04RnFKSjd1bFFSOGZWODVpZllHWnRGTDE2RnpueGJOQjhWQk9TcDZNTVhsdDZrTlpCQnVNSm1ac2l2SkR6REt6RWw5Q3hENXZTaHZtMGo0MmVwWjE0M2puSGNHd3NDWWJsRFhMK2tGM2M2UjAwZE5Ja2pHeC9lWUVjSXZsMUZWUXBEMGZnPS0tS3BxdVNJV1dQWTRkd1FYU1ZCTGx5Zz09--bbcf4dcf25f8fa91fd8c2da6503b0a7b6e1e1ef0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 16], ["created_at", "2016-08-17 00:56:07.293705"], ["updated_at", "2016-08-17 00:56:07.293705"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'uting/route_set.rb:259:in `raise_generation_error''required keys: [:id]iew::Template::Error' AND "errors"."id" != 16) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:56:07.293705"], ["updated_at", "2016-08-17 00:56:07.299494"], ["id", 16]]  (6.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:56:44 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (97.2ms) Completed 500 Internal Server Error in 105ms (ActiveRecord: 4.8ms) ActionView::Template::Error (undefined method `id' for nil:NilClass): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:16:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rdo/helpers/views_helper.rb:16:in `user_show_path'id' for nil:NilClassiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:16:in `user_show_path''id'' for nil:NilClassiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `id' for nil:NilClass"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:16:in `user_show_path'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "rdo/helpers/views_helper.rb:16:in `user_show_path'id' for nil:NilClassiew::Template::Error"], ["created_at", "2016-08-17 00:56:44.784619"], ["updated_at", "2016-08-17 00:56:44.784619"]]  (5.3ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eXBvUnZMdWNnWVd3RDJIY2hYNDdnSWdBUk95YnRqNll6VlY0RGowaThjL0NIbkM5YzBnQVlBL01VMTlqQ3ZIUVV3REpxSDdxbGZ0b3FFc1ZaZWlXQU5uMUl4S2hJRTFwN2dMRXU4MTlWajNvc0ZKaUMzMHNndGgxWlJwZTROa1FFU1FlNHVSMkZodWlpakhvc3BGVjQ3Uy9PdllvKzI1cmw3SDJ1RlBZR1lQQ2Vybkd0bTV2M0N3emhRQ2wrelFpSmR3eko2SlF0dlpvQUxxS0Y1cUV5VXM0N2pqeUxhaVRVZGh0cm04RnFKSjd1bFFSOGZWODVpZllHWnRGTDE2RnpueGJOQjhWQk9TcDZNTVhsdDZrTlpCQnVNSm1ac2l2SkR6REt6RWw5Q3hENXZTaHZtMGo0MmVwWjE0M2puSGNHd3NDWWJsRFhMK2tGM2M2UjAwZE5Ja2pHeC9lWUVjSXZsMUZWUXBEMGZnPS0tS3BxdVNJV1dQWTRkd1FYU1ZCTGx5Zz09--bbcf4dcf25f8fa91fd8c2da6503b0a7b6e1e1ef0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 17], ["created_at", "2016-08-17 00:56:44.808983"], ["updated_at", "2016-08-17 00:56:44.808983"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 17]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:16:in `user_show_path''id'' for nil:NilClassiew::Template::Error' AND "errors"."id" != 17) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 00:56:44.808983"], ["updated_at", "2016-08-17 00:56:44.817122"], ["id", 17]]  (13.6ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 20:57:58 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (152990.9ms) Completed 500 Internal Server Error in 153000ms (ActiveRecord: 6.3ms) ActionView::Template::Error (undefined method `id' for nil:NilClass): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:17:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rdo/helpers/views_helper.rb:17:in `user_show_path'id' for nil:NilClassiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:17:in `user_show_path''id'' for nil:NilClassiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `id' for nil:NilClass"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:17:in `user_show_path'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "rdo/helpers/views_helper.rb:17:in `user_show_path'id' for nil:NilClassiew::Template::Error"], ["created_at", "2016-08-17 01:00:31.825159"], ["updated_at", "2016-08-17 01:00:31.825159"]]  (5.0ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eXBvUnZMdWNnWVd3RDJIY2hYNDdnSWdBUk95YnRqNll6VlY0RGowaThjL0NIbkM5YzBnQVlBL01VMTlqQ3ZIUVV3REpxSDdxbGZ0b3FFc1ZaZWlXQU5uMUl4S2hJRTFwN2dMRXU4MTlWajNvc0ZKaUMzMHNndGgxWlJwZTROa1FFU1FlNHVSMkZodWlpakhvc3BGVjQ3Uy9PdllvKzI1cmw3SDJ1RlBZR1lQQ2Vybkd0bTV2M0N3emhRQ2wrelFpSmR3eko2SlF0dlpvQUxxS0Y1cUV5VXM0N2pqeUxhaVRVZGh0cm04RnFKSjd1bFFSOGZWODVpZllHWnRGTDE2RnpueGJOQjhWQk9TcDZNTVhsdDZrTlpCQnVNSm1ac2l2SkR6REt6RWw5Q3hENXZTaHZtMGo0MmVwWjE0M2puSGNHd3NDWWJsRFhMK2tGM2M2UjAwZE5Ja2pHeC9lWUVjSXZsMUZWUXBEMGZnPS0tS3BxdVNJV1dQWTRkd1FYU1ZCTGx5Zz09--bbcf4dcf25f8fa91fd8c2da6503b0a7b6e1e1ef0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 18], ["created_at", "2016-08-17 01:00:31.853436"], ["updated_at", "2016-08-17 01:00:31.853436"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 18]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rdo/helpers/views_helper.rb:17:in `user_show_path''id'' for nil:NilClassiew::Template::Error' AND "errors"."id" != 18) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 01:00:31.853436"], ["updated_at", "2016-08-17 01:00:31.860594"], ["id", 18]]  (8.2ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:00:51 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (143.0ms) Completed 500 Internal Server Error in 152ms (ActiveRecord: 5.1ms) ActionView::Template::Error (No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]): 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" 31: td.errdo.message-column actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper' /home/eric/Projects/errdo/lib/errdo/helpers/views_helper.rb:15:in `user_show_path' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:28:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4586678531771998061_35613600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "uting/route_set.rb:259:in `raise_generation_error'required keys: [:id]iew::Template::Error"]]  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eXBvUnZMdWNnWVd3RDJIY2hYNDdnSWdBUk95YnRqNll6VlY0RGowaThjL0NIbkM5YzBnQVlBL01VMTlqQ3ZIUVV3REpxSDdxbGZ0b3FFc1ZaZWlXQU5uMUl4S2hJRTFwN2dMRXU4MTlWajNvc0ZKaUMzMHNndGgxWlJwZTROa1FFU1FlNHVSMkZodWlpakhvc3BGVjQ3Uy9PdllvKzI1cmw3SDJ1RlBZR1lQQ2Vybkd0bTV2M0N3emhRQ2wrelFpSmR3eko2SlF0dlpvQUxxS0Y1cUV5VXM0N2pqeUxhaVRVZGh0cm04RnFKSjd1bFFSOGZWODVpZllHWnRGTDE2RnpueGJOQjhWQk9TcDZNTVhsdDZrTlpCQnVNSm1ac2l2SkR6REt6RWw5Q3hENXZTaHZtMGo0MmVwWjE0M2puSGNHd3NDWWJsRFhMK2tGM2M2UjAwZE5Ja2pHeC9lWUVjSXZsMUZWUXBEMGZnPS0tS3BxdVNJV1dQWTRkd1FYU1ZCTGx5Zz09--bbcf4dcf25f8fa91fd8c2da6503b0a7b6e1e1ef0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 16], ["created_at", "2016-08-17 01:00:51.637643"], ["updated_at", "2016-08-17 01:00:51.637643"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'uting/route_set.rb:259:in `raise_generation_error''required keys: [:id]iew::Template::Error' AND "errors"."id" != 16) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-17 01:00:51.637643"], ["updated_at", "2016-08-17 01:00:51.651730"], ["id", 16]]  (8.7ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:01:48 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (134.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.2ms) Completed 200 OK in 346ms (Views: 337.6ms | ActiveRecord: 5.6ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:01:50 -0400 ActionController::RoutingError (uninitialized constant UsersController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'tant UsersControllerroller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''tant UsersControllerroller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "uninitialized constant UsersController"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/users/1"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:261:in\n `const_get'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:261:in\n `block in constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `inject'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/inflector/methods.rb:259:in\n `constantize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:70:in\n `controller_reference'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:60:in\n `controller'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/route_set.rb:39:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'tant UsersControllerroller::RoutingError"], ["created_at", "2016-08-17 01:01:50.951677"], ["updated_at", "2016-08-17 01:01:50.951677"]]  (8.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: users\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: OGNiSzRvSk1yMVUwWHlKSVhpRnBxTWJuL1YrZi9ta1FaOVc4OWUxMGhYY2pBUGxFRU43UjdUUTVIbmFFVVQrNUo1amt6TU5IeEZTZHFqT3hiVllNTUZpK3Vua3BuVmRUR0VTZTNZaVlUcWE0N09RQnVFYUhmYlBVS1JQTDhZY2xNZlJHSmNjQkNuaVJENTNmZTh3SlpteU1qbmtlb1pRZXdReUFTMUJvTWsxUzkwVkZOaVNmVkpxSzVFVGxaVmJJazdYUENWN1M0Mk5ZbmFBYUhpaXRybklPaHB6Y0pCRGlHVjMxU3BsVUdSeTZpN2ZNU3RXYmNtNW9TZXRNaEMrQXJteHdnUG4rLzlYSEdQc1h3bU5RbzJSTDlFMW9sRWV0Y3Z6STZvRzdEblZqbTlsanQ0WUFNYXJaVHJNdWJzVXRSSGo1V1VVVXd1RFpvblE5bnA1ektrdjNLMzBPaHlETXVvRnM5WExGYWZFPS0tdlJoSkhhb01nTEdlY1ZkRXVwZ3FIQT09--5a5c75d4a280a0abbb72ab78024c99be6ebbc1e8\n"], ["error_id", 19], ["created_at", "2016-08-17 01:01:50.971554"], ["updated_at", "2016-08-17 01:01:50.971554"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''tant UsersControllerroller::RoutingError' AND "errors"."id" != 19) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 01:01:50.971554"], ["updated_at", "2016-08-17 01:01:50.976850"], ["id", 19]]  (10.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:02:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (183.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 208ms (Views: 197.7ms | ActiveRecord: 7.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:02:34 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:02:50 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (1.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (172.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.2ms) Completed 200 OK in 202ms (Views: 194.2ms | ActiveRecord: 7.2ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:02:51 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:03:42 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (127.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 148ms (Views: 139.0ms | ActiveRecord: 6.4ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:03:43 -0400 Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:03:44 -0400 ActionController::RoutingError (uninitialized constant UsersController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'tant UsersControllerroller::RoutingError"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: users\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: bDlMbzVMbWMyWFdtSkI4RGVKcjRRN20ycHJBMG8weUtPTXpsbGxFNGxSQWhrQUdJbEhiaC83UktkWXdxY1Z0REhQbGZadDkvb2ZObkdlQ1R6WE9MaHNhcWJGVTM0elk3RTM2ME5xbHhHZ29IM1NwZ2hlWnJrSHdzMEdjUERaWU1zNUtrMUlwT3F5SXg1TE9GNHBOY2NCamZqZnQ4SUh0OTJOdmQwOTYzQzYrcisvMEtyQ1dGSTZQK1FsUHNOUTB3TGFDV0pDSzE1eTV3VEd4TVpmdFJYTnpaUmtXTjV3WWdseUkyZEVHV2R1eXd0bGgweUw4YVBlUEEzVXBDbW9neEtUWHJyZjdIT3FpYURaWUFMeFd6Z1owdUozRnBCVUlwK2dxdXlWakY4ZVRMdExTcEVPQ2JHTjhTdDVZUno0eG1xMSs5VS83YVpiVGRPamgwZ0pCMjNWNEhlL21hMDNnMkp2TVY4QXJTRUVrPS0tL1dLdkRUMzFLQ3VWT2lqZGxMZ0wvdz09--90464b9c3fde2ff14aea4f9cbae9983a4f97f2ce\n"], ["error_id", 19], ["created_at", "2016-08-17 01:03:44.262751"], ["updated_at", "2016-08-17 01:03:44.262751"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''tant UsersControllerroller::RoutingError' AND "errors"."id" != 19) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-17 01:03:44.262751"], ["updated_at", "2016-08-17 01:03:44.272407"], ["id", 19]]  (9.9ms) commit transaction Started GET "/errdo/errors/19" for 127.0.0.1 at 2016-08-16 21:03:48 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"19"} Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 19]] Errdo::ErrorOccurrence Load (0.9ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 19]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 19]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (24.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 63ms (Views: 49.4ms | ActiveRecord: 2.1ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:03:51 -0400 ActionController::RoutingError (uninitialized constant UsersController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'tant UsersControllerroller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: users\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TjBLQkdNSGxTWUg3SjEwRnJSSXdRamQrd3IxRVZOcjFGc0JDNXFiWXozdFFSNE5ydHMwWWpIS2pPNlozN2oySm42eGc2VGJUMVJZMVVGYlhQNStsU09rbC9oYTU3Sll2K1dWY2VJbUVBS3JkM1RTaFZYMnhDL21HU2FqY3pOejJGTGJ6ZEhrMHlnNUNGaGltTmdNcWMwcWVLNjJMbWd6cW9qd0xYL250N2M5RTVLdGtxeDRSMTlGY3lDUE5UdDI0TlZjUU12M0NhVjhxcUFDcVRsR0VzRDRjbEUvUldpWEsvdG1PZWtwcHBTSjJKSkovTjl2cnpZQ0xTaHh5S0F1cXVoMU9tS2F6WkZLTndHY29lOGhEVzN4L2ltNWc5UG01ZVhFUXZCM2tVbGczMlAwcWdBbWtpQlF1aStIU2RESnI5TkI0Mno0K0pBdGE4WktvUVFVUUZuZ2dDVUsrTUEzRUM5bHAyL2svZHl3PS0tNmxWREc1TnBVQjNscVNmWXl6ODZmQT09--3c9dbdb875094a3f2a4ed2177ff1ed2989ffd222\n"], ["error_id", 19], ["created_at", "2016-08-17 01:03:51.471380"], ["updated_at", "2016-08-17 01:03:51.471380"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''tant UsersControllerroller::RoutingError' AND "errors"."id" != 19) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-17 01:03:51.471380"], ["updated_at", "2016-08-17 01:03:51.478110"], ["id", 19]]  (11.1ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:04:00 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (116.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 139ms (Views: 131.7ms | ActiveRecord: 6.0ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:04:00 -0400 Started GET "/errdo/errors/19" for 127.0.0.1 at 2016-08-16 21:04:02 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"19"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 19]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 19]] 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", 19]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:04:15 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (269.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.8ms) Completed 200 OK in 502ms (Views: 483.5ms | ActiveRecord: 7.3ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:04:16 -0400 Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:04:17 -0400 ActionController::RoutingError (uninitialized constant UsersController): activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ve_support/inflector/methods.rb:261:in `const_get'tant UsersControllerroller::RoutingError"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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"], ["referer", "http://localhost:3000/errdo/"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: users\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y2IwbkI2WlFsL0NXaWZQU1BPV3F6RjV1UkhXT2hrVDdPYlpNOS9YUGUzMm5KKy80MGxsSDFTSGdMSG1aR05FbXJneGdVaTRacmx5QkRQS3hHSlZGYzFKWUJrMzBJVDlmelZpYTFVV0k3a2d5U0FoTFpZVWxpNWFZUThodzE1Q3c2SXZBNmdFVm5aSk1tYjZQZGhVWG5vY3diK1F5eEpGRTI0UURrV0VGRW5jcHZkL2lTalZoamdQSTVsWmJrZDZpZmxTVkJKbTRBc2FpRnk2RCt1WVp3N2hGaVJyQ3ZTZUc4TE1tUzU1VEluemRoek1UYUp1bGJqTS9aZ0oralprTGNOMmdpckc0TGpwdnhTUDJJa1lUaTJxdndTYTIyMW1oclBWVG1keElGdjZFbEFuUVdsVjhLdW5PSGdlaXkyK2RHaDF4Z2tVbVc3ZzQyY0RrZ0VDcHlnYmpxS2I4WmtrM0dRUERJaWJQSmhzPS0tVkZ4d1BWbUhmZVpRY1JieG1nUWs1dz09--015f7e24be047791a55719c5e2c997db31903ee4\n"], ["error_id", 19], ["created_at", "2016-08-17 01:04:17.179934"], ["updated_at", "2016-08-17 01:04:17.179934"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 've_support/inflector/methods.rb:261:in `const_get''tant UsersControllerroller::RoutingError' AND "errors"."id" != 19) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-08-17 01:04:17.179934"], ["updated_at", "2016-08-17 01:04:17.195404"], ["id", 19]]  (8.8ms) commit transaction Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:05:05 -0400 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Rendered users/show.html.erb (0.4ms) Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:05:08 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (113.2ms) Completed 500 Internal Server Error in 123ms (ActiveRecord: 3.1ms) ActionView::Template::Error (undefined method `user_show_string' for #<#:0x000000032a7fa8> Did you mean? user_session): 24: td.errdo.time-column 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:27:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rs_index_html_slim___4155677896186832806_31071680' mean? user_sessioniew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'rs_index_html_slim___4155677896186832806_31071680'' mean? user_sessioniew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `user_show_string' for #<#:0x000000032a7fa8>\nDid you mean? user_session"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:27:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/relation/delegation.rb:46:in\n `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "rs_index_html_slim___4155677896186832806_31071680' mean? user_sessioniew::Template::Error"], ["created_at", "2016-08-17 01:05:08.646383"], ["updated_at", "2016-08-17 01:05:08.646383"]]  (7.2ms) commit transaction  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y2IwbkI2WlFsL0NXaWZQU1BPV3F6RjV1UkhXT2hrVDdPYlpNOS9YUGUzMm5KKy80MGxsSDFTSGdMSG1aR05FbXJneGdVaTRacmx5QkRQS3hHSlZGYzFKWUJrMzBJVDlmelZpYTFVV0k3a2d5U0FoTFpZVWxpNWFZUThodzE1Q3c2SXZBNmdFVm5aSk1tYjZQZGhVWG5vY3diK1F5eEpGRTI0UURrV0VGRW5jcHZkL2lTalZoamdQSTVsWmJrZDZpZmxTVkJKbTRBc2FpRnk2RCt1WVp3N2hGaVJyQ3ZTZUc4TE1tUzU1VEluemRoek1UYUp1bGJqTS9aZ0oralprTGNOMmdpckc0TGpwdnhTUDJJa1lUaTJxdndTYTIyMW1oclBWVG1keElGdjZFbEFuUVdsVjhLdW5PSGdlaXkyK2RHaDF4Z2tVbVc3ZzQyY0RrZ0VDcHlnYmpxS2I4WmtrM0dRUERJaWJQSmhzPS0tVkZ4d1BWbUhmZVpRY1JieG1nUWs1dz09--015f7e24be047791a55719c5e2c997db31903ee4\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 20], ["created_at", "2016-08-17 01:05:08.668983"], ["updated_at", "2016-08-17 01:05:08.668983"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rs_index_html_slim___4155677896186832806_31071680'' mean? user_sessioniew::Template::Error' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 01:05:08.668983"], ["updated_at", "2016-08-17 01:05:08.676115"], ["id", 20]]  (6.6ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:05:10 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (66.9ms) Completed 500 Internal Server Error in 75ms (ActiveRecord: 1.6ms) ActionView::Template::Error (undefined method `user_show_string' for #<#:0x000000036c3600> Did you mean? user_session): 24: td.errdo.time-column 25: = link_to time_ago_in_words(error.last_occurred_at) + " ago", error, class: "errdo" 26: td.errdo.user-column 27: = link_to user_show_string(error.last_occurrence.experiencer), 28: user_show_path(error.last_occurrence.experiencer), class: "errdo" 29: td.errdo.class-column 30: = link_to error.exception_class_name, error, class: "errdo" /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:27:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7) lib/active_record/relation/delegation.rb:46:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim:22:in `__home_eric__rojects_errdo_app_views_errdo_errors_index_html_slim___4155677896186832806_31071680' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "rs_index_html_slim___4155677896186832806_31071680' mean? user_sessioniew::Template::Error"]]  (0.1ms) begin transaction 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: index\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y2IwbkI2WlFsL0NXaWZQU1BPV3F6RjV1UkhXT2hrVDdPYlpNOS9YUGUzMm5KKy80MGxsSDFTSGdMSG1aR05FbXJneGdVaTRacmx5QkRQS3hHSlZGYzFKWUJrMzBJVDlmelZpYTFVV0k3a2d5U0FoTFpZVWxpNWFZUThodzE1Q3c2SXZBNmdFVm5aSk1tYjZQZGhVWG5vY3diK1F5eEpGRTI0UURrV0VGRW5jcHZkL2lTalZoamdQSTVsWmJrZDZpZmxTVkJKbTRBc2FpRnk2RCt1WVp3N2hGaVJyQ3ZTZUc4TE1tUzU1VEluemRoek1UYUp1bGJqTS9aZ0oralprTGNOMmdpckc0TGpwdnhTUDJJa1lUaTJxdndTYTIyMW1oclBWVG1keElGdjZFbEFuUVdsVjhLdW5PSGdlaXkyK2RHaDF4Z2tVbVc3ZzQyY0RrZ0VDcHlnYmpxS2I4WmtrM0dRUERJaWJQSmhzPS0tVkZ4d1BWbUhmZVpRY1JieG1nUWs1dz09--015f7e24be047791a55719c5e2c997db31903ee4\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 20], ["created_at", "2016-08-17 01:05:10.762411"], ["updated_at", "2016-08-17 01:05:10.762411"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rs_index_html_slim___4155677896186832806_31071680'' mean? user_sessioniew::Template::Error' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-17 01:05:10.762411"], ["updated_at", "2016-08-17 01:05:10.780699"], ["id", 20]]  (11.8ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:05:28 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (194.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.5ms) Completed 200 OK in 410ms (Views: 395.3ms | ActiveRecord: 7.5ms) Started GET "/errdo/errors/20" for 127.0.0.1 at 2016-08-16 21:05:38 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"20"} Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] 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", 20]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (17.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 44ms (Views: 33.4ms | ActiveRecord: 1.5ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:43 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 30ms (Views: 25.5ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:45 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:46 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:51 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/20?occurrence_id=40" for 127.0.0.1 at 2016-08-16 21:05:52 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"40", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 40]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.2ms) Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:53 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 40ms (Views: 36.0ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/20?occurrence_id=40" for 127.0.0.1 at 2016-08-16 21:05:54 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"40", "id"=>"20"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 40]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 62ms (Views: 55.4ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:05:54 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 40ms (Views: 36.3ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:06:44 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (27.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 58ms (Views: 53.7ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:45 -0400 Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:07:02 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:07:02 -0400 Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:07:04 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.8ms) Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:07:47 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (22.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 0.9ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-16 21:07:47 -0400 Started GET "/errdo/errors/20?occurrence_id=40" for 127.0.0.1 at 2016-08-16 21:07:55 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"40", "id"=>"20"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 40]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.7ms) Started GET "/errdo/errors/20?occurrence_id=41" for 127.0.0.1 at 2016-08-16 21:07:56 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"41", "id"=>"20"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 41]] 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", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (13.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 41ms (Views: 33.6ms | ActiveRecord: 1.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:07:59 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (127.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 148ms (Views: 141.1ms | ActiveRecord: 5.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:27:21 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (102.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 118ms (Views: 111.1ms | ActiveRecord: 6.0ms) Started GET "/errdo/errors/20" for 127.0.0.1 at 2016-08-16 21:27:23 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"20"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 20]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.5ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-16 21:27:30 -0400 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Rendered users/show.html.erb (0.4ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:27:47 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (111.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 132ms (Views: 124.3ms | ActiveRecord: 6.5ms) Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-16 21:28:26 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: YmFwcU1qOFd0a1dyQlF2b3dyV2MyWVpraVVmNVVLclZlNUVhY0ViNmpnYlB6LzUyUXZtcHRuTlJHVVNSWW4xMzRqQWhBMlFyUTBjYnozSjhNT1QzS0JtQlpsY3FMb3FIdkNObWpiQ0ZFNFY4bU5WUEZtdSs2V3FPK01oUnpHRU5wTVdFOTJRWmFScVZYaHZwQkticG93RmY5bGYraTczZUZFUmdEcnVxOUxSR1Z4T2dXdmszUmRJU0M2Y0hMSXplTUhUbzk5NXprM0laQ1BsK25HM09xRFFNd2cwZ1Z1MnkvZ2NxOGVWclFvSVAzd2M5TmVjYWtOaFJDdDBjREl5VGNiUGlDVHh2VnBRVUxIYjZ1bk9jY0prckFhbFF3Und3UGRtWGZvc1NuNmNHY2RISDJYdjd0VXpudENSRFhDL25XenMzdWl2bmZTL2lzMEVhUERiSzRGd1VCZzkrR1BkVUhhOTZwQ2Z6WVI0PS0tOXN0TnB5Y1dYZGFrOWpLS0RrRDU2QT09--d44464135291d5c637735e0bfb4b59c1cb498394\n"], ["error_id", 4], ["created_at", "2016-08-17 01:28:26.019387"], ["updated_at", "2016-08-17 01:28:26.019387"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-08-17 01:28:26.019387"], ["updated_at", "2016-08-17 01:28:26.029314"], ["id", 4]]  (5.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:28:28 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (2.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (135.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 164ms (Views: 154.1ms | ActiveRecord: 9.1ms) Started GET "/errdo/dfsfaf" for 127.0.0.1 at 2016-08-16 21:28:36 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfsfaf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/dfsfaf\"roller::RoutingError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/dfsfaf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfsfaf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfsfaf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/dfsfaf\"roller::RoutingError"], ["created_at", "2016-08-17 01:28:36.212304"], ["updated_at", "2016-08-17 01:28:36.212304"]]  (8.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: QjEybU9rOEJ0c1U5R0JUd1NuRFFTTjRsV2I4T3FRTGpYbWFOcFhneHRwT0NpdVVVVnFRYkVuM0E1S2E2ZDArZi8rdzlSa0U4SWxkdWJ5Z0M2YVJuOHhnVU1IQmlPK3llM0Q0U3dVTU0rdjhKWWpNdXRWM0hJSkhwNTNXcUQxbHNyS2RTYVhzUk5UaDNMNW5IdHJMbExOVE5jdFBoL0hJQmNxUVNnYVV5TCthcjFRMjlTMXFDOEdWUjh1dmZld2U2MjFxWGo1ZEFrb09zcVZyWXpzaXRPWGhqbUd1VkoycjRQMFNJODJFTkF6WXRsZlJmbW83cTBKbVhWaHdmWHVvTk5HeWp6OTh4anBGcjJEaG03QURjT1U4bkVPK1c3V241OXljNk5jaGc2TUZscFV6cThFSE1DREZSVW5LQ1NxVWtOd1RWNnZIODlEeU5TZEhJTjRFNjdVcUc1TnlqYnlCeFFZQzNRWkJRWW04PS0takl6bzVPc1NHZkY2RHFLWm5EalpEdz09--48bb6305c8bed616ab6817e6089a39fbedb1b350\n"], ["error_id", 21], ["created_at", "2016-08-17 01:28:36.234377"], ["updated_at", "2016-08-17 01:28:36.234377"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 21]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/dfsfaf"roller::RoutingError' AND "errors"."id" != 21) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-17 01:28:36.234377"], ["updated_at", "2016-08-17 01:28:36.241112"], ["id", 21]]  (6.1ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 21:28:38 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.7ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (2.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (167.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 201ms (Views: 189.7ms | ActiveRecord: 10.1ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:04:36 -0400 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (213.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.0ms) Completed 200 OK in 418ms (Views: 402.4ms | ActiveRecord: 7.5ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:08:32 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (178.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 202ms (Views: 192.4ms | ActiveRecord: 6.8ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:08:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (167.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 192ms (Views: 185.2ms | ActiveRecord: 5.7ms) Started GET "/errdo/errors/21" for 127.0.0.1 at 2016-08-16 22:08:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"21"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 21]] 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", 21]] 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", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (31.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 69ms (Views: 56.1ms | ActiveRecord: 1.4ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-16 22:08:38 -0400 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Rendered users/show.html.erb (0.4ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:08:40 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (161.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 182ms (Views: 174.1ms | ActiveRecord: 6.9ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:23:52 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (156.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 177ms (Views: 167.0ms | ActiveRecord: 7.1ms) Started GET "/errdo/errors?page=2" for 127.0.0.1 at 2016-08-16 22:24:48 -0400 Processing by Errdo::ErrorsController#index as HTML Parameters: {"page"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 20 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 2]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (14.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-16 22:24:50 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (140.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 156ms (Views: 149.8ms | ActiveRecord: 6.1ms) Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-08-16 22:40:51 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] 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", 18]] 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", 18]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 48ms (Views: 28.9ms | ActiveRecord: 1.9ms) Started GET "/errdo/errors/18?occurrence_id=34" for 127.0.0.1 at 2016-08-16 22:40:55 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"34", "id"=>"18"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 34]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 18]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 31ms (Views: 26.7ms | ActiveRecord: 1.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-16 22:41:04 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 21]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 4]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 20]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 19]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 16]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 18]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 17]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 15]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 14]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 13]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 7]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 5]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] CACHE (0.0ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC LIMIT 1 [["error_id", 3]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (145.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 167ms (Views: 159.2ms | ActiveRecord: 6.6ms)  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (6.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (8.6ms) commit transaction Migrating to ErrdoCreateErrors (20160818002056)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "experiencer_type" varchar, "experiencer_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.9ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.2ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160818002056"]]  (11.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.5ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (9.9ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) select sqlite_version(*)  (7.2ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (10.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (10.9ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (10.9ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "experiencer_type" varchar, "experiencer_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.6ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (7.5ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (9.4ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("")  (11.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (11.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (8.7ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (8.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (9.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160818002056')  (9.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941')  (10.8ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (7.6ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (7.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (9.7ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (12.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "experiencer_type" varchar, "experiencer_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.8ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (7.7ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (7.3ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("")  (9.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (11.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (11.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (8.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (9.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160818002056')  (9.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (10.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (7.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (7.8ms) commit transaction Migrating to ErrdoCreateErrors (20160818002608)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160818002608"]]  (11.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 20:28:18 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (12.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.6ms) Started GET "/errdo/asdfasdf" for 127.0.0.1 at 2016-08-17 20:28:21 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfasdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfasdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'T] \"/errdo/asdfasdf\"roller::RoutingError"], ["created_at", "2016-08-18 00:28:21.438549"], ["updated_at", "2016-08-18 00:28:21.438549"]]  (8.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eGZMQTcySjlYNEFQOVo2bGFzNWFGL2N3MEtiVE5uRmw3NHVoeEg0WUt4aHR5OGZBQ2RDWDlvTzlEZHhmUzhVa2lITGZRdFgwM3hxMCttelFRdFJycUZ1L09oS09Wazk1cU1RNFpTaE11SkNmejZhdUYxZThEdDZ5dGRnRGpUTDhTVzNrNW55WVdvWkd1VlFVcHgyZk84N0FwdFNWSnNXdDR4MzhMNE10OHVzSHhDVmoxZS9WVTk5ME4yTDM4UkxhdlFkaURPM0FLZVJ2NTNaTmEzZUlQVFNaZFpkdkhlY1VtRzMzelpYVitJWG5mRzE0N2dLRnB4dndub3NIb0wxZmpDVGxvaWlqZTM2ek9hQ3UyVTVrSVRnbmZ3RG5FTU5PQ1VrNjQrdzB3M0tkaldKRjNTM3JmRkRORjJDWWtCcVd5WUJKMjRwenBlOEozVldDc21OaFNJYmNic3dFSXN0bjExYUxrdnl3dEl3PS0tZXRjbm5VcS9vc1l0MmJDaGl5N1RiQT09--d0ff4d6ed8b6166d13703d211519555a46828a8a\n"], ["error_id", 1], ["created_at", "2016-08-18 00:28:21.465340"], ["updated_at", "2016-08-18 00:28:21.465340"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:21.465340"], ["updated_at", "2016-08-18 00:28:21.469512"], ["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''T] "/errdo/asdfasdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1  (7.5ms) commit transaction Started GET "/errdo/asdfas" for 127.0.0.1 at 2016-08-17 20:28:23 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfas"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/asdfas\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/asdfas"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfas\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfas"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/asdfas\"roller::RoutingError"], ["created_at", "2016-08-18 00:28:23.188696"], ["updated_at", "2016-08-18 00:28:23.188696"]]  (6.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eGZMQTcySjlYNEFQOVo2bGFzNWFGL2N3MEtiVE5uRmw3NHVoeEg0WUt4aHR5OGZBQ2RDWDlvTzlEZHhmUzhVa2lITGZRdFgwM3hxMCttelFRdFJycUZ1L09oS09Wazk1cU1RNFpTaE11SkNmejZhdUYxZThEdDZ5dGRnRGpUTDhTVzNrNW55WVdvWkd1VlFVcHgyZk84N0FwdFNWSnNXdDR4MzhMNE10OHVzSHhDVmoxZS9WVTk5ME4yTDM4UkxhdlFkaURPM0FLZVJ2NTNaTmEzZUlQVFNaZFpkdkhlY1VtRzMzelpYVitJWG5mRzE0N2dLRnB4dndub3NIb0wxZmpDVGxvaWlqZTM2ek9hQ3UyVTVrSVRnbmZ3RG5FTU5PQ1VrNjQrdzB3M0tkaldKRjNTM3JmRkRORjJDWWtCcVd5WUJKMjRwenBlOEozVldDc21OaFNJYmNic3dFSXN0bjExYUxrdnl3dEl3PS0tZXRjbm5VcS9vc1l0MmJDaGl5N1RiQT09--d0ff4d6ed8b6166d13703d211519555a46828a8a\n"], ["error_id", 2], ["created_at", "2016-08-18 00:28:23.203683"], ["updated_at", "2016-08-18 00:28:23.203683"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/asdfas"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:23.203683"], ["updated_at", "2016-08-18 00:28:23.209430"], ["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/asdfas"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1  (9.2ms) commit transaction Started GET "/errdo/asdfasasdfasdf" for 127.0.0.1 at 2016-08-17 20:28:24 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasasdfasdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'rrdo/asdfasasdfasdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''rrdo/asdfasasdfasdf"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfasasdfasdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfasasdfasdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'rrdo/asdfasasdfasdf\"roller::RoutingError"], ["created_at", "2016-08-18 00:28:24.781064"], ["updated_at", "2016-08-18 00:28:24.781064"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eGZMQTcySjlYNEFQOVo2bGFzNWFGL2N3MEtiVE5uRmw3NHVoeEg0WUt4aHR5OGZBQ2RDWDlvTzlEZHhmUzhVa2lITGZRdFgwM3hxMCttelFRdFJycUZ1L09oS09Wazk1cU1RNFpTaE11SkNmejZhdUYxZThEdDZ5dGRnRGpUTDhTVzNrNW55WVdvWkd1VlFVcHgyZk84N0FwdFNWSnNXdDR4MzhMNE10OHVzSHhDVmoxZS9WVTk5ME4yTDM4UkxhdlFkaURPM0FLZVJ2NTNaTmEzZUlQVFNaZFpkdkhlY1VtRzMzelpYVitJWG5mRzE0N2dLRnB4dndub3NIb0wxZmpDVGxvaWlqZTM2ek9hQ3UyVTVrSVRnbmZ3RG5FTU5PQ1VrNjQrdzB3M0tkaldKRjNTM3JmRkRORjJDWWtCcVd5WUJKMjRwenBlOEozVldDc21OaFNJYmNic3dFSXN0bjExYUxrdnl3dEl3PS0tZXRjbm5VcS9vc1l0MmJDaGl5N1RiQT09--d0ff4d6ed8b6166d13703d211519555a46828a8a\n"], ["error_id", 3], ["created_at", "2016-08-18 00:28:24.797189"], ["updated_at", "2016-08-18 00:28:24.797189"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''rrdo/asdfasasdfasdf"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:24.797189"], ["updated_at", "2016-08-18 00:28:24.801716"], ["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''rrdo/asdfasasdfasdf"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1  (6.1ms) commit transaction Started GET "/errdo/asdfasasdfwqerer" for 127.0.0.1 at 2016-08-17 20:28:28 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfasasdfwqerer"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'do/asdfasasdfwqerer\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''do/asdfasasdfwqerer"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfasasdfwqerer\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfasasdfwqerer"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'do/asdfasasdfwqerer\"roller::RoutingError"], ["created_at", "2016-08-18 00:28:28.650494"], ["updated_at", "2016-08-18 00:28:28.650494"]]  (6.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eGZMQTcySjlYNEFQOVo2bGFzNWFGL2N3MEtiVE5uRmw3NHVoeEg0WUt4aHR5OGZBQ2RDWDlvTzlEZHhmUzhVa2lITGZRdFgwM3hxMCttelFRdFJycUZ1L09oS09Wazk1cU1RNFpTaE11SkNmejZhdUYxZThEdDZ5dGRnRGpUTDhTVzNrNW55WVdvWkd1VlFVcHgyZk84N0FwdFNWSnNXdDR4MzhMNE10OHVzSHhDVmoxZS9WVTk5ME4yTDM4UkxhdlFkaURPM0FLZVJ2NTNaTmEzZUlQVFNaZFpkdkhlY1VtRzMzelpYVitJWG5mRzE0N2dLRnB4dndub3NIb0wxZmpDVGxvaWlqZTM2ek9hQ3UyVTVrSVRnbmZ3RG5FTU5PQ1VrNjQrdzB3M0tkaldKRjNTM3JmRkRORjJDWWtCcVd5WUJKMjRwenBlOEozVldDc21OaFNJYmNic3dFSXN0bjExYUxrdnl3dEl3PS0tZXRjbm5VcS9vc1l0MmJDaGl5N1RiQT09--d0ff4d6ed8b6166d13703d211519555a46828a8a\n"], ["error_id", 4], ["created_at", "2016-08-18 00:28:28.663408"], ["updated_at", "2016-08-18 00:28:28.663408"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''do/asdfasasdfwqerer"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:28.663408"], ["updated_at", "2016-08-18 00:28:28.670506"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''do/asdfasasdfwqerer"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1  (8.2ms) commit transaction Started GET "/errdo/aswerww" for 127.0.0.1 at 2016-08-17 20:28:31 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/aswerww"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/aswerww\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/aswerww"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/aswerww\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/aswerww"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/aswerww\"roller::RoutingError"], ["created_at", "2016-08-18 00:28:31.639318"], ["updated_at", "2016-08-18 00:28:31.639318"]]  (6.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: eGZMQTcySjlYNEFQOVo2bGFzNWFGL2N3MEtiVE5uRmw3NHVoeEg0WUt4aHR5OGZBQ2RDWDlvTzlEZHhmUzhVa2lITGZRdFgwM3hxMCttelFRdFJycUZ1L09oS09Wazk1cU1RNFpTaE11SkNmejZhdUYxZThEdDZ5dGRnRGpUTDhTVzNrNW55WVdvWkd1VlFVcHgyZk84N0FwdFNWSnNXdDR4MzhMNE10OHVzSHhDVmoxZS9WVTk5ME4yTDM4UkxhdlFkaURPM0FLZVJ2NTNaTmEzZUlQVFNaZFpkdkhlY1VtRzMzelpYVitJWG5mRzE0N2dLRnB4dndub3NIb0wxZmpDVGxvaWlqZTM2ek9hQ3UyVTVrSVRnbmZ3RG5FTU5PQ1VrNjQrdzB3M0tkaldKRjNTM3JmRkRORjJDWWtCcVd5WUJKMjRwenBlOEozVldDc21OaFNJYmNic3dFSXN0bjExYUxrdnl3dEl3PS0tZXRjbm5VcS9vc1l0MmJDaGl5N1RiQT09--d0ff4d6ed8b6166d13703d211519555a46828a8a\n"], ["error_id", 5], ["created_at", "2016-08-18 00:28:31.661525"], ["updated_at", "2016-08-18 00:28:31.661525"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/aswerww"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:31.661525"], ["updated_at", "2016-08-18 00:28:31.677990"], ["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/aswerww"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1  (10.9ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 20:28:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.7ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:28:38 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (7.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.4ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-17 20:28:40 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-18 00:28:40.243320"], ["updated_at", "2016-08-18 00:28:40.243320"]]  (7.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: MFgvY0VHTUpiOGxvVGFvNVBJczZ4T1R6d2xxUXpzekRVR3NvTzFrTmVHWWxqZVdLVWhNU1NFQXc2blNrdXpFUkhNaUozaUZMYjAwZWYzUzBINkFQdGpWbDA5TXE3Ym1paDdyeEhCcGlBOVRWTFNJSFYrUTFwdEJXT1VkK2RIakIwK1h3bTJCalJVSUdEMVFqeUhFYWZuTDJsYmhwTzhHa2tFVW9rQVp6LzlmSFNPdURNV21ISjJ3RXJTRGh0NVdjeXlXT0E0RXUrL0VLcklvVmhNbXlUbk1uZTlBRGRtLy8wZm9DWUZmZTN6bkRxVlZMV3VFV1JnUzI5WXdYRVlHK0YweFpuS1hIYllIRDg1WDBCenFpQWY0NmYwMDdLaE80N2NQWnJvbTZpZ01qV2xaQk9MRTlHUnM1THIxTmdadDNzOVBkWmQxSFdjdUx6TmVXL2wwcUIrby9qMXg0dHp4ekF1eWswdUlnOUxVPS0tTitKcERwRHVLZC92bDZXWmlvZFhEZz09--2bc8071d032f6f442297828ffdb40a77642ffe68\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-08-18 00:28:40.263503"], ["updated_at", "2016-08-18 00:28:40.263503"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] 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" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 00:28:40.263503"], ["updated_at", "2016-08-18 00:28:40.271123"], ["id", 6]] 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" != 6) LIMIT 1  (10.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:28:44 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.4ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 20:28:47 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 20:28:55 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 20:29:17 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] 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", 6]] 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", 6]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 28ms (Views: 23.7ms | ActiveRecord: 0.6ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:29:29 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (8.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-08-17 20:29:31 -0400 Processing by Devise::SessionsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (1.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (15.2ms) Completed 200 OK in 34ms (Views: 23.5ms | ActiveRecord: 0.1ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-17 20:29:34 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rQfMXslNuQwDHIEnk87vPgsUGK3VY6pZKKUEj1BbESUEJHEvESZJDmTtP/cTEw3jdUO/eBcTsbpm+Phuw8UR+A==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "admin@drnkbuy.com"]] Completed 401 Unauthorized in 4ms (ActiveRecord: 0.5ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rQfMXslNuQwDHIEnk87vPgsUGK3VY6pZKKUEj1BbESUEJHEvESZJDmTtP/cTEw3jdUO/eBcTsbpm+Phuw8UR+A==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (2.5ms) Completed 200 OK in 153ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-17 20:29:41 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Fn/+90aASjWKTeV9k3sZ96fvJqnzJnEEAGyxefPQJWu/XEOGnuu6N+28W60Tpvsq2biBfDFWaudOMU2YYE4ltg==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "user@example.com"]] Completed 401 Unauthorized in 3ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Fn/+90aASjWKTeV9k3sZ96fvJqnzJnEEAGyxefPQJWu/XEOGnuu6N+28W60Tpvsq2biBfDFWaudOMU2YYE4ltg==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (2.4ms) Completed 200 OK in 149ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-17 20:29:43 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dbG3TpLeeY6iGRcT83UUgspF26TyMcHFlquyPh05ipzckgo/SrWJjMXoqcNzqPZftBJ8cTBB2ibY9k7fjqeKQQ==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "user@example.com"]] Completed 401 Unauthorized in 8ms (ActiveRecord: 0.4ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dbG3TpLeeY6iGRcT83UUgspF26TyMcHFlquyPh05ipzckgo/SrWJjMXoqcNzqPZftBJ8cTBB2ibY9k7fjqeKQQ==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (2.2ms) Completed 200 OK in 159ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-17 20:29:50 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iz7sSJ0RyD/x7q/MelCfEyEJWmsxILp6KskQs8mGfH4iHVE5RXo4PZYfERz6jX3OX179vvNQoZlklOxSWhh8ow==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "user@example.com"]] Completed 401 Unauthorized in 5ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iz7sSJ0RyD/x7q/MelCfEyEJWmsxILp6KskQs8mGfH4iHVE5RXo4PZYfERz6jX3OX179vvNQoZlklOxSWhh8ow==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (3.3ms) Completed 200 OK in 152ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-17 20:29:56 -0400 Processing by Devise::RegistrationsController#new as HTML Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/registrations/new.html.erb (3.9ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2016-08-17 20:30:05 -0400 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wp8cIqHkc2/iUcS45I6Xs1dz+0ljGCaTc+c7R+BRcjDzvKFTeY+DbYWgemhkU3VuKSRcnKFoPXA9usemc89y7Q==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@example.com' LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "user@example.com"], ["encrypted_password", "$2a$11$h2EkHuoC9Wh3DMnhE2gri.TxlqRf9TJVK94.80fsyYjGIGMfcNjvW"], ["created_at", "2016-08-18 00:30:05.753088"], ["updated_at", "2016-08-18 00:30:05.753088"]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) 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-08-18 00:30:05.762746"], ["current_sign_in_at", "2016-08-18 00:30:05.762746"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-08-18 00:30:05.763447"], ["id", 1]]  (9.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 176ms (ActiveRecord: 17.9ms) Started GET "/" for 127.0.0.1 at 2016-08-17 20:30:05 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.3ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-17 20:30:09 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: UGNFV1ZvWmgzY21CVVFFMlBTRmNUZURnUHlLMWQrYkx6RnIzMk1QU28yVTI5dzN1OHJ1aWJ5WHZhK24vQkxVdEloaW43RlZUWmh1dWRzVnN3RnJvMnhOVE5oRktra3V0NUI2cnhYc01MRE9jcE5qK1BVaGVMajlTaTBDdnlwL04yNHZOenVmSFM0ZEw1WWpYUHIrR3BiNGFRU1hhWUJFd0gyU3VMcHYzWmE4M0tpSk5SOFMwN3B0YjQ1M2pXQ1g1a0ZHU0FEMlh5VzJiV1hpT2x2WTVtZWVGODhnVTVUNk85ekVabGZuWjRmcllQaG4yN1RTQjZTWkFScG5mR0ZSZ1FOMXFVNG9vMVoyU1orbUpNUkVrSGhUNG5wSnpLZFlnSnpvam81cVBoSGF4UlZkVVhndHEzZkJKMWkvczR2TWVJMnZIRG0zVFc2SmxIL21MMk9pOVBSVHlPbERMUGd1Vlo3N3NIVDkvZHFRPS0tYXhNTXFvNnpmZytkbEdldFN1QmNoZz09--3d33fdf46138b3d237ccc5d4988f629376782497\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-08-18 00:30:09.367526"], ["updated_at", "2016-08-18 00:30:09.367526"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] 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" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-18 00:30:09.367526"], ["updated_at", "2016-08-18 00:30:09.373960"], ["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 00:30:09.381998"], ["id", 6]]  (12.3ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:30:13 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (19.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 48ms (Views: 45.3ms | ActiveRecord: 0.9ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-17 20:30:17 -0400 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Rendered users/show.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 20:30:19 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] 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", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 0.7ms) Started GET "/users/1" for 127.0.0.1 at 2016-08-17 20:30:43 -0400 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} Rendered users/show.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:30:53 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (12.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.6ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 20:30:58 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.4ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160818002608)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) DROP INDEX "index_error_occurrences_on_error_id"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_occurrences_on_experiencer_type"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) DROP INDEX "index_error_occurrences_on_experiencer_id"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) DROP INDEX "index_errors_on_last_experiencer_type"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) DROP INDEX "index_errors_on_last_experiencer_id"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) DROP INDEX "index_errors_on_backtrace_hash"  (0.2ms) DROP TABLE "error_occurrences"  (0.3ms) DROP TABLE "errors" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160818002608"]]  (9.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20160818011744)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160818011744"]]  (8.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:19:08 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (3.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 22ms (Views: 18.1ms | ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-17 21:19:19 -0400 Processing by Devise::RegistrationsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 12ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-08-17 21:19:19 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.0ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-17 21:19:23 -0400 Processing by Devise::RegistrationsController#new as HTML User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 9ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-08-17 21:19:23 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:19:30 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (4.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.5ms) Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-17 21:19:32 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"], ["created_at", "2016-08-18 01:19:32.457215"], ["updated_at", "2016-08-18 01:19:32.457215"]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y2dvQUtBcktlZnFDV2tPZTFZUHExOGpqSmpTWFNhZW1UVC9jUGduVmJMVEN5QVByU2k1K2t3VTRGUTJjOEwwVVgzbnlyU2UvVjhscE9wUFZFUy9sS2pFNmFCT1FvWUhYbjE3YmJCZi90eFBkNURzd2hXS2s3K1BMK3pGcUVCQmtPamZVRmJJcEtDS1B6ZWhCbnhoT2puZWVOaUNkMlRwYTNJaWVWbXE1RkIvc0RwMldxSWdXb0VITFJoSHZ4WVVrU2hwSG5WRnNQZzRMT2xUMk5xOTM0QmRMVDJVajlDOTdLcFlvZW1tdXhxc0NvNmM0UDZWaGJlbHlGV0NBUEdoTHkzZ3FscWZSOGRaR2xYd0pqU0F3RDVhSVhtSHFjdkVSWVpLdTByMzduZGJkT0NUelRRM29LdzFzekJaRUJDQWprNEpqM2xSNURWYkxFQVFkcnJnWHRnPT0tLU1OY2RCMkd3TUNWNHc0bjA3MlN0aXc9PQ==--aebd67b1f6211154ed382decafbfc8544fe4a95c\n"], ["error_id", 1], ["created_at", "2016-08-18 01:19:32.501752"], ["updated_at", "2016-08-18 01:19:32.501752"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:19:32.501752"], ["updated_at", "2016-08-18 01:19:32.506346"], ["id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:19:32.514282"], ["id", 1]]  (6.3ms) commit transaction Started GET "/errdo/asdfdfd" for 127.0.0.1 at 2016-08-17 21:19:34 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdfdfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/asdfdfd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/asdfdfd"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdfdfd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdfdfd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/asdfdfd\"roller::RoutingError"], ["created_at", "2016-08-18 01:19:34.134227"], ["updated_at", "2016-08-18 01:19:34.134227"]]  (7.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: Y2dvQUtBcktlZnFDV2tPZTFZUHExOGpqSmpTWFNhZW1UVC9jUGduVmJMVEN5QVByU2k1K2t3VTRGUTJjOEwwVVgzbnlyU2UvVjhscE9wUFZFUy9sS2pFNmFCT1FvWUhYbjE3YmJCZi90eFBkNURzd2hXS2s3K1BMK3pGcUVCQmtPamZVRmJJcEtDS1B6ZWhCbnhoT2puZWVOaUNkMlRwYTNJaWVWbXE1RkIvc0RwMldxSWdXb0VITFJoSHZ4WVVrU2hwSG5WRnNQZzRMT2xUMk5xOTM0QmRMVDJVajlDOTdLcFlvZW1tdXhxc0NvNmM0UDZWaGJlbHlGV0NBUEdoTHkzZ3FscWZSOGRaR2xYd0pqU0F3RDVhSVhtSHFjdkVSWVpLdTByMzduZGJkT0NUelRRM29LdzFzekJaRUJDQWprNEpqM2xSNURWYkxFQVFkcnJnWHRnPT0tLU1OY2RCMkd3TUNWNHc0bjA3MlN0aXc9PQ==--aebd67b1f6211154ed382decafbfc8544fe4a95c\n"], ["error_id", 2], ["created_at", "2016-08-18 01:19:34.150030"], ["updated_at", "2016-08-18 01:19:34.150030"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/asdfdfd"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:19:34.150030"], ["updated_at", "2016-08-18 01:19:34.154017"], ["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/asdfdfd"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.1ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:19:34.160252"], ["id", 2]]  (9.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:19:36 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (10.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.4ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-17 21:19:37 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-18 01:19:37.693778"], ["updated_at", "2016-08-18 01:19:37.693778"]]  (10.5ms) commit transaction  (0.1ms) begin transaction 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_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: WThPYncvcDZQNVFuUkkzbThMaDBRcTF5NjBjd0dwaUNEVDJ2ZFJ2VXV2L2tRS0JSUnR4ZnAzeGpVZC9HMmRmU09OaXVOTHhLdlJYcjFVM3hQZmV2YS9BeHYvdWI5bVJ3dEVCKzFoazhNLy9aVnFyWVVGSlgyZXo3VHNyaVREQStvYTlCME42MkhENm9HZVdWZXg0dmh2UFZlS3k0ZHE1YjZNZHdXUFlYZWViRm5iOWwrbGpsSnJKL29uU2dwTUpzNnVITjlJZ1FxUjNveGRWbjhVYVdiQjB4VnJKSjdmUGpRTk1EWUVzUWpGbVZnS2tCUjFQbEluRnE0VXVoMkZqa0ZtY1dVeGkyejVTT3NVcmRKYjYyR0hIUXdqaFlJVkFCQkpvRTBwWXNHQ0hEeVN6TnFXS3F4MXdFRFBCYVByTWtydkprM1NsTWhrN01DTnFJUU9qYU1BPT0tLUtwMzlvL0xIMHJNZUpoNEIya0tsakE9PQ==--2c46ef86cd6f23b39478b169a5a47461ce1f7ea4\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 3], ["created_at", "2016-08-18 01:19:37.718065"], ["updated_at", "2016-08-18 01:19:37.718065"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] 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" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:19:37.718065"], ["updated_at", "2016-08-18 01:19:37.724388"], ["id", 3]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:19:37.731819"], ["id", 3]]  (5.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 21:19:41 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (53.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 87ms (Views: 83.2ms | ActiveRecord: 2.5ms)  (8.6ms) DROP TABLE "error_occurrences"  (5.4ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (8.6ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (8.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (9.4ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (7.9ms) DROP TABLE "errors"  (6.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.3ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (8.5ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (9.3ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (13.3ms) DROP TABLE "users"  (6.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (5.9ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.2ms) SELECT version FROM "schema_migrations"  (8.4ms) DROP TABLE "error_occurrences"  (9.7ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) select sqlite_version(*)  (9.5ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (8.0ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (5.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (6.2ms) DROP TABLE "errors"  (6.9ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (9.6ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (9.6ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (10.0ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (6.2ms) DROP TABLE "users"  (6.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (5.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (9.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.2ms) SELECT version FROM "schema_migrations"  (9.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160818011744') Started GET "/" for 127.0.0.1 at 2016-08-17 21:37:07 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-17 21:37:12 -0400 Processing by Devise::RegistrationsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/registrations/new.html.erb (3.9ms) Completed 200 OK in 26ms (Views: 12.1ms | ActiveRecord: 1.3ms) Started POST "/users" for 127.0.0.1 at 2016-08-17 21:37:19 -0400 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yqbkv8PgDH7oX3cLHxUd7YYWGdTosO/59am+B28QNz7LhVnOG4v8fI+uydufyP8w+EG+ASrA9Bq79ELm/I434w==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@example.com' LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "user@example.com"], ["encrypted_password", "$2a$11$pNbpisyMOUoRrSLVU1hA/OdItxW5zUg3BttufXi1.YDrIRSvRInLi"], ["created_at", "2016-08-18 01:37:19.282067"], ["updated_at", "2016-08-18 01:37:19.282067"]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) 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-08-18 01:37:19.292890"], ["current_sign_in_at", "2016-08-18 01:37:19.292890"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-08-18 01:37:19.293437"], ["id", 1]]  (5.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 178ms (ActiveRecord: 14.3ms) Started GET "/" for 127.0.0.1 at 2016-08-17 21:37:19 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:37:23 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (3.3ms) Completed 200 OK in 13ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/errdo/ser" for 127.0.0.1 at 2016-08-17 21:37:25 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/ser"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ser\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/ser\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/ser"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ser\"roller::RoutingError"], ["created_at", "2016-08-18 01:37:25.757011"], ["updated_at", "2016-08-18 01:37:25.757011"]]  (5.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: QVl4Mk9jdG5tdTkxdnV5YTZTbG1BQTBsTEo2Zm9yRzlsU0NmSHBCSllXUXliV05xVnVweUpINStkZHE2aExQOTVyVTZEdjA1TU1pSmc0VGc0RDRNVkR4NGNFR3JNVU5ZNU56S2NjNVNvYWFUS3o1SkhwMncyTkhtbnVieEVOei8vMUFZMyswQ051RFdVVTBpUm9CWk1qLzlxbFlHd0Z0OU1LUjRoZVNhNVAzcjVmdFV1MnJSTXJTcVh5RkZKSzlJZm1GT05hZVdQRXNUNWoyb1paUm5HcXZtZExuWmsxb0s1aitNQ0QwU0IrcElzbG4xa0xXc0VFRU1BMFFyWDFwZWsrQWUzb1lZR0ZjN2d2QllrbEZaNkJmalRTYzNkeUdZWEUyTFVaWEIrTDArSlpBK0xsYURzVWU0c2dGWnhzRUluT3ovcDlqTUF5eTZSODRUL2FKZlFqT0FoNHlWSnJoQzF5UG1UYUZrQ2V3K3JRb2dqQUZwUW9UWEoxVTdSSlNmdkdzSk1NajNncWQzeXdnTXJqUGx2QT09LS1BS1RhUitOMXBMT0tYYWRqM2MwUER3PT0=--492c54e9c8545a1d9958ec4a570e225f0df2a61d\n"], ["error_id", 1], ["created_at", "2016-08-18 01:37:25.786827"], ["updated_at", "2016-08-18 01:37:25.786827"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:37:25.786827"], ["updated_at", "2016-08-18 01:37:25.790938"], ["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:37:25.796683"], ["id", 1]]  (8.1ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:37:29 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim (14.0ms) Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 1.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-17 21:37:41 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (55.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.4ms) Completed 200 OK in 252ms (Views: 227.8ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:37:45 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 60ms (Views: 31.0ms | ActiveRecord: 1.1ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:47:40 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] 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", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (26.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 93ms (Views: 44.1ms | ActiveRecord: 2.0ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-17 21:47:40 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:47:52 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (40.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 66ms (Views: 62.9ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-874ce129f1e4bcd2f85fdb4794bcbcf882ec246753684d8f3f98c4228868a7c4.css?body=1" for 127.0.0.1 at 2016-08-17 21:47:52 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:48:56 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (32.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 1180ms (Views: 1176.1ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-016a3b41a32bae581613e9371d77d0c1b81bfe4ab69d92da5d86a3bfb4af3032.css?body=1" for 127.0.0.1 at 2016-08-17 21:48:57 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:50:06 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 53ms (Views: 43.5ms | ActiveRecord: 1.5ms) Started GET "/assets/errdo/errdo.self-016a3b41a32bae581613e9371d77d0c1b81bfe4ab69d92da5d86a3bfb4af3032.css?body=1" for 127.0.0.1 at 2016-08-17 21:50:07 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:51:11 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1147ms (Views: 1143.6ms | ActiveRecord: 0.5ms) Started GET "/assets/errdo/errdo.self-a7f10ed1d2981140b44d55dd9b0c24a7a22ca370698137765f65f1b86c325c36.css?body=1" for 127.0.0.1 at 2016-08-17 21:51:12 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:53:23 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (19.6ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `merge' for "":String): 11: = " " + user_show_string(occurrence.experiencer) 12: 13: = form_for @error do |f| 14: = f.select(:status, Errdo::Error.statuses.keys, "",class: "errdo-status-select") 15: = f.submit 16: 17: .col-md-7 actionview (4.2.7) lib/action_view/helpers/form_helper.rb:1870:in `objectify_options' actionview (4.2.7) lib/action_view/helpers/form_options_helper.rb:777:in `select' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:14:in `block (2 levels) in __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400' actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7) lib/action_view/helpers/form_helper.rb:444:in `form_for' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:13:in `block in __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each' /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "helpers/form_helper.rb:1870:in `objectify_options'merge' for \"\":Stringiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'helpers/form_helper.rb:1870:in `objectify_options''merge'' for "":Stringiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `merge' for \"\":String"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/1"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/form_helper.rb:1870:in\n `objectify_options'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/form_options_helper.rb:777:in\n `select'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:14:in `block (2\n levels) in __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/capture_helper.rb:38:in\n `block in capture'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/capture_helper.rb:202:in\n `with_output_buffer'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/capture_helper.rb:38:in\n `capture'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/helpers/form_helper.rb:444:in\n `form_for'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:13:in `block in\n __home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `each'\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:6:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295034027400'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "helpers/form_helper.rb:1870:in `objectify_options'merge' for \"\":Stringiew::Template::Error"], ["created_at", "2016-08-18 01:53:23.783014"], ["updated_at", "2016-08-18 01:53:23.783014"]]  (9.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: c2ErMEF0cW94dTZTenRvNHNFeXJxZmlsUVcwTE00cVkrdzF6TkU5WWFKbEdldmxOUEpsU2x2QzRrdXk1SW5QUXdoRVdCaVNTbWFzbmtwVXZvQmFHQ1Y4c2VGUTI5Q241OFNZM3U5ZjNOTkdsR285ZGl0WjVVczdwcndYVitZL1ltUVlkN1J1cUFtT3B1VHRUSGM1dDQwY1lUUnNEQTlqOUY1V2JxdE4wL0ZYaVh1YTZOSEFWNldEbDdWSWVZamVsYklWSDUycitoVVlVenIrYVZJSVljV1l3Y2kyUTdYbVpBaE1rOGh0V3F2a2NEM3dPZFVRREFKQjBKUy90endLQm43b3NjcEhDWnREK1NOR2pjVTY3UWVJSTN3N0llNVBzNW9wVEJEcStKVTZpZ1N2MTcrTFVKSlZUZ29Ja3dIYVdOZ2IzWFBsQzBIbTczZm9YeXl1Vm1YV3BML1kvNkFuV1gxUmVFeEljZzZ1QW8zUmtQeG1OOWFjcTdiQ21jdndmL0VwcWhFaUpncHVHd3FQcFZJZTBrUT09LS13STRXb0ppWW1XeWhYc2c3T1ZPWGd3PT0=--255ab658983c45bc67c06eccd799bf2ca3797d81\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 2], ["created_at", "2016-08-18 01:53:23.811681"], ["updated_at", "2016-08-18 01:53:23.811681"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'helpers/form_helper.rb:1870:in `objectify_options''merge'' for "":Stringiew::Template::Error' AND "errors"."id" != 2) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:53:23.811681"], ["updated_at", "2016-08-18 01:53:23.820729"], ["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'helpers/form_helper.rb:1870:in `objectify_options''merge'' for "":Stringiew::Template::Error' AND "errors"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:53:23.837637"], ["id", 2]]  (6.3ms) commit transaction Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:53:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (21.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 46ms (Views: 41.7ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-a7f10ed1d2981140b44d55dd9b0c24a7a22ca370698137765f65f1b86c325c36.css?body=1" for 127.0.0.1 at 2016-08-17 21:53:34 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:54:07 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] 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", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (34.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1629ms (Views: 1617.3ms | ActiveRecord: 2.6ms) Started GET "/assets/errdo/errdo.self-1c7c3dc375d472e1a41b7ad05756663da9ebb48e6582dc8149b8d0d5b1afd8dc.css?body=1" for 127.0.0.1 at 2016-08-17 21:54:09 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:55:10 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] 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", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (26.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-1c7c3dc375d472e1a41b7ad05756663da9ebb48e6582dc8149b8d0d5b1afd8dc.css?body=1" for 127.0.0.1 at 2016-08-17 21:55:10 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:55:27 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.2ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.6ms) SyntaxError (/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected tLABEL, expecting '=' ...ape_html_safe((f.submit, class: "btn btn-primary"))).to_s)); ... ^): /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected tLABEL, expecting '=' ...ape_html_safe((f.submit, class: "btn btn-primary"))).to_s)); ... ^ actionview (4.2.7) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.7) lib/action_view/template.rb:296:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "15: syntax error, unexpected tLABEL, expecting '=' ^SyntaxError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '15: syntax error, unexpected tLABEL, expecting ''='' ^SyntaxError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SyntaxError"], ["exception_message", "/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected tLABEL, expecting '='\n...ape_html_safe((f.submit, class: \"btn btn-primary\"))).to_s)); \n... ^"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/1"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error,\n unexpected tLABEL, expecting '='\"\n- '...ape_html_safe((f.submit, class: \"btn btn-primary\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error,\n unexpected tLABEL, expecting '='\"\n- '...ape_html_safe((f.submit, class: \"btn btn-primary\"))).to_s)); '\n- \"... ^\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `module_eval'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "15: syntax error, unexpected tLABEL, expecting '=' ^SyntaxError"], ["created_at", "2016-08-18 01:55:27.975061"], ["updated_at", "2016-08-18 01:55:27.975061"]]  (8.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TForRjlFSUJMaDdoMW5PamNvR0tFWHJmMUg3U1hHYzNnK2JIZTVuRGRuUE1MUm5yK3JudEhjQzJSMzRNZTFTOU9ORXZCMGxLUll3V3hnNWtGd0w2NmlOaG5Dc3dZQnY0dE1acDlibktCVmxtL0lnTUlOUUF3TWFhOU1ZNXVkdnViR2hqUkMxazhmUHkwZUQ5TVYrWjhTU2s0clNVSUZNM0NydXRWekxQS0VjVEpuUW4wUkVZZnB3MFpRM2IyL01rY2tJWXBpMnNzbUJPRDRwQjVMMnBpbXBjV1ZWTzF1TDBYTExJZHc5Z2crOWtnNG5HNTU4bkRiN3BhY1J4TzNDTGh3SGxuRllzWFYzSEpOMWNsMHZsTUlFNSs3RnFDdVhuVjF6UkFWZ2VpRlBuVWRuWHBPYWFTVkNrV1BVR3YxMDArWW92anJiTWt3WFFrL0RDeE03MHh5Q25MZEpWNGZXbmt4cE0wMjl4QzdqUTV5R2NpdWYvakthcHhwTnYzWHN4NDUvaGdvT3kxRjZCMEErUVAvc0JhZz09LS13VWxZZTBQUXNpeXBNK0FRZ1I4MDdRPT0=--45377d68405b24b6dfe57c7898e59435fab9d13b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 3], ["created_at", "2016-08-18 01:55:28.004660"], ["updated_at", "2016-08-18 01:55:28.004660"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '15: syntax error, unexpected tLABEL, expecting ''='' ^SyntaxError' AND "errors"."id" != 3) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:55:28.004660"], ["updated_at", "2016-08-18 01:55:28.013598"], ["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '15: syntax error, unexpected tLABEL, expecting ''='' ^SyntaxError' AND "errors"."id" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:55:28.028603"], ["id", 3]]  (11.0ms) commit transaction Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:55:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.1ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) SyntaxError (/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected ',', expecting &. or :: or '[' or '.' ...escape_html_safe((f.submit, "", class: "btn btn-primary"))).... ... ^): /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected ',', expecting &. or :: or '[' or '.' ...escape_html_safe((f.submit, "", class: "btn btn-primary"))).... ... ^ actionview (4.2.7) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.7) lib/action_view/template.rb:296:in `compile' actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", ", unexpected ',', expecting &. or :: or '[' or '.' ^SyntaxError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = ', unexpected '','', expecting &. or :: or ''['' or ''.'' ^SyntaxError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SyntaxError"], ["exception_message", "/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error, unexpected ',', expecting &. or :: or '[' or '.'\n...escape_html_safe((f.submit, \"\", class: \"btn btn-primary\")))....\n... ^"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/1"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error,\n unexpected ',', expecting &. or :: or '[' or '.'\"\n- '...escape_html_safe((f.submit, \"\", class: \"btn btn-primary\")))....'\n- \"... ^\"\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:15: syntax error,\n unexpected ',', expecting &. or :: or '[' or '.'\"\n- '...escape_html_safe((f.submit, \"\", class: \"btn btn-primary\")))....'\n- \"... ^\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `module_eval'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:296:in\n `compile'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:245:in\n `block (2 levels) in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:244:in\n `block in compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `synchronize'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:232:in\n `compile!'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:144:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/implicit_render.rb:5:in\n `send_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", ", unexpected ',', expecting &. or :: or '[' or '.' ^SyntaxError"], ["created_at", "2016-08-18 01:55:35.848785"], ["updated_at", "2016-08-18 01:55:35.848785"]]  (10.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: errdo/errors\naction: show\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: TForRjlFSUJMaDdoMW5PamNvR0tFWHJmMUg3U1hHYzNnK2JIZTVuRGRuUE1MUm5yK3JudEhjQzJSMzRNZTFTOU9ORXZCMGxLUll3V3hnNWtGd0w2NmlOaG5Dc3dZQnY0dE1acDlibktCVmxtL0lnTUlOUUF3TWFhOU1ZNXVkdnViR2hqUkMxazhmUHkwZUQ5TVYrWjhTU2s0clNVSUZNM0NydXRWekxQS0VjVEpuUW4wUkVZZnB3MFpRM2IyL01rY2tJWXBpMnNzbUJPRDRwQjVMMnBpbXBjV1ZWTzF1TDBYTExJZHc5Z2crOWtnNG5HNTU4bkRiN3BhY1J4TzNDTGh3SGxuRllzWFYzSEpOMWNsMHZsTUlFNSs3RnFDdVhuVjF6UkFWZ2VpRlBuVWRuWHBPYWFTVkNrV1BVR3YxMDArWW92anJiTWt3WFFrL0RDeE03MHh5Q25MZEpWNGZXbmt4cE0wMjl4QzdqUTV5R2NpdWYvakthcHhwTnYzWHN4NDUvaGdvT3kxRjZCMEErUVAvc0JhZz09LS13VWxZZTBQUXNpeXBNK0FRZ1I4MDdRPT0=--45377d68405b24b6dfe57c7898e59435fab9d13b\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-08-18 01:55:35.875679"], ["updated_at", "2016-08-18 01:55:35.875679"]] SQL (0.9ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = ', unexpected '','', expecting &. or :: or ''['' or ''.'' ^SyntaxError' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:55:35.875679"], ["updated_at", "2016-08-18 01:55:35.884700"], ["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = ', unexpected '','', expecting &. or :: or ''['' or ''.'' ^SyntaxError' AND "errors"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:55:35.897993"], ["id", 4]]  (11.8ms) commit transaction Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:56:20 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] 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", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (47.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 86ms (Views: 80.0ms | ActiveRecord: 2.7ms) Started GET "/assets/errdo/errdo.self-1c7c3dc375d472e1a41b7ad05756663da9ebb48e6582dc8149b8d0d5b1afd8dc.css?body=1" for 127.0.0.1 at 2016-08-17 21:56:20 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:56:31 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (41.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 77ms (Views: 68.9ms | ActiveRecord: 1.1ms) Started GET "/assets/errdo/errdo.self-1c7c3dc375d472e1a41b7ad05756663da9ebb48e6582dc8149b8d0d5b1afd8dc.css?body=1" for 127.0.0.1 at 2016-08-17 21:56:31 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:56:59 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (17.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-1c7c3dc375d472e1a41b7ad05756663da9ebb48e6582dc8149b8d0d5b1afd8dc.css?body=1" for 127.0.0.1 at 2016-08-17 21:56:59 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:57:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (28.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1460ms (Views: 1451.8ms | ActiveRecord: 1.8ms) Started GET "/assets/errdo/errdo.self-3eda9539a0f8f222969a451c99b59ad55d634225993664115b846bf79e461adc.css?body=1" for 127.0.0.1 at 2016-08-17 21:57:06 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:57:13 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 1144ms (Views: 1133.5ms | ActiveRecord: 1.8ms) Started GET "/assets/errdo/errdo.self-f50126fa2c520b2190d50e8a9ebd5d70d69feb5c00fc0eeccd8ffee7ae1977cc.css?body=1" for 127.0.0.1 at 2016-08-17 21:57:14 -0400 Started PATCH "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 21:57:23 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LBPptV2eTfa/g3Fxc4mDZvkb6iGWEtCZe/wpT+o1Ri6FMFTEhfW99Nhyz6HzVGG7h0xN9FRiy3o1odWueatG8w==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update error", "id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-18 01:57:23.747828"], ["id", 1]]  (11.5ms) commit transaction Completed 500 Internal Server Error in 24ms (ActiveRecord: 12.7ms) NoMethodError (undefined method `save' for true:TrueClass): /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:20:in `update' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/errdo/errors_controller.rb:20:in `update'' for true:TrueClassNoMethodError"]]  (0.2ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'trollers/errdo/errors_controller.rb:20:in `update'''' for true:TrueClassNoMethodError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `save' for true:TrueClass"], ["http_method", "PATCH"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/1"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:20:in `update'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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:38: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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/errdo/errors_controller.rb:20:in `update'' for true:TrueClassNoMethodError"], ["created_at", "2016-08-18 01:57:23.778965"], ["updated_at", "2016-08-18 01:57:23.778965"]]  (8.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo/errors/1"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nutf8: \"✓\"\n_method: patch\nauthenticity_token: LBPptV2eTfa/g3Fxc4mDZvkb6iGWEtCZe/wpT+o1Ri6FMFTEhfW99Nhyz6HzVGG7h0xN9FRiy3o1odWueatG8w==\nerror: !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n status: wontfix\ncommit: Update error\ncontroller: errdo/errors\naction: update\nid: '1'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: NTY4OU9QTTZVcEF6bDlIMVBsZDlQb3daSmZveVUvWEJoaDg2ZGdXU3hMUlZvaThVV25oRlhzU0o3RTQyVk1XeVJkVmRFbXl3Ukg5bzJpUjZ3UDRIaHRwMGQwT0t0KzNIVGN6S0hjNTVwNEdzMHFwVnNDWmplMUFuTzRod2g1UTJPSVBLSGVMODlNMUJ5d3JGZkxKcDdXNW1TVjJDYnErRHAyaGU5aUw0UTdjaTVtVVcvN0ZYYzR5bFF0UkNIZk5RUFFVUjdyV1NDS01SZ0VoR0sxaDh6MGxqWTc1d2F5Q2QxcUV0cndUUVdHUU12UTJEMGQ0R1d3ZXRXK1plSTUxODc4SnhNcDhZUnlzZlRmUHM4VjFYNk5OMVRFcnFkbTNxQWROamlraFZmeHV4ZHRwd21jSHgwTnNwUW9Ed1B1RGxqMk0wR25aWm1wbGl6VzRKbEk1QXpOeVNyMkRWdEp6c0tJUjNmMEE2b0owdkdjcjcyNm4wWmVRRndhV2xKU29wRU9zOUZSNFAzbDZheDYzdTU2QUdkUT09LS1oUzZSU1IzVTAvS0R3UzVzNjVMSFlBPT0=--96bb88c073c23ce61b7b43154f846f4e908390fb\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-08-18 01:57:23.804789"], ["updated_at", "2016-08-18 01:57:23.804789"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/errdo/errors_controller.rb:20:in `update'''' for true:TrueClassNoMethodError' AND "errors"."id" != 5) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:57:23.804789"], ["updated_at", "2016-08-18 01:57:23.815567"], ["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'trollers/errdo/errors_controller.rb:20:in `update'''' for true:TrueClassNoMethodError' AND "errors"."id" != 5) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:57:23.829832"], ["id", 5]]  (7.4ms) commit transaction Started GET "/errdo/errors" for 127.0.0.1 at 2016-08-17 21:58:14 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/errors"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/errors\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/errors\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/errors\"roller::RoutingError"], ["created_at", "2016-08-18 01:58:14.632428"], ["updated_at", "2016-08-18 01:58:14.632428"]]  (8.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: NTY4OU9QTTZVcEF6bDlIMVBsZDlQb3daSmZveVUvWEJoaDg2ZGdXU3hMUlZvaThVV25oRlhzU0o3RTQyVk1XeVJkVmRFbXl3Ukg5bzJpUjZ3UDRIaHRwMGQwT0t0KzNIVGN6S0hjNTVwNEdzMHFwVnNDWmplMUFuTzRod2g1UTJPSVBLSGVMODlNMUJ5d3JGZkxKcDdXNW1TVjJDYnErRHAyaGU5aUw0UTdjaTVtVVcvN0ZYYzR5bFF0UkNIZk5RUFFVUjdyV1NDS01SZ0VoR0sxaDh6MGxqWTc1d2F5Q2QxcUV0cndUUVdHUU12UTJEMGQ0R1d3ZXRXK1plSTUxODc4SnhNcDhZUnlzZlRmUHM4VjFYNk5OMVRFcnFkbTNxQWROamlraFZmeHV4ZHRwd21jSHgwTnNwUW9Ed1B1RGxqMk0wR25aWm1wbGl6VzRKbEk1QXpOeVNyMkRWdEp6c0tJUjNmMEE2b0owdkdjcjcyNm4wWmVRRndhV2xKU29wRU9zOUZSNFAzbDZheDYzdTU2QUdkUT09LS1oUzZSU1IzVTAvS0R3UzVzNjVMSFlBPT0=--96bb88c073c23ce61b7b43154f846f4e908390fb\n"], ["error_id", 6], ["created_at", "2016-08-18 01:58:14.673351"], ["updated_at", "2016-08-18 01:58:14.673351"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:58:14.673351"], ["updated_at", "2016-08-18 01:58:14.678858"], ["id", 6]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:58:14.686517"], ["id", 6]]  (6.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 21:58:15 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 71ms (Views: 68.7ms | ActiveRecord: 1.1ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 21:58:20 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (42.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.2ms) Completed 200 OK in 68ms (Views: 66.3ms | ActiveRecord: 1.0ms) Started GET "/assets/errdo/errdo.self-f50126fa2c520b2190d50e8a9ebd5d70d69feb5c00fc0eeccd8ffee7ae1977cc.css?body=1" for 127.0.0.1 at 2016-08-17 21:58:20 -0400 Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 21:58:22 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 66ms (Views: 64.5ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 21:58:41 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (12.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 40ms (Views: 34.5ms | ActiveRecord: 1.6ms) Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 21:58:54 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 43ms (Views: 37.1ms | ActiveRecord: 1.7ms) Started PATCH "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 21:58:56 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IUUhR5Pyiqg+0ipPw5878e3MbGlu/Nl2gQj2e/+AVZeIZpw2S5l6qlkjlJ9DQtksk5vLvKyMwpXPVQqabB5VSg==", "error"=>{"status"=>"resolved"}, "commit"=>"Update error", "id"=>"6"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]]  (0.3ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.7ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 2], ["updated_at", "2016-08-18 01:58:56.767614"], ["id", 6]]  (13.7ms) commit transaction 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", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.7ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 15.6ms) ActionView::Template::Error (undefined method `created_at' for nil:NilClass): 17: .col-md-7 18: 19: h3 Time Occurred 20: div = @occurrence.created_at 21: 22: h3 Exception Class 23: div = @error.exception_class_name /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:20:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295035174600' actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7) lib/action_view/template.rb:143:in `render' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:25:in `update' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ow_html_slim___3442512685930769397_70295035174600'at' for nil:NilClassiew::Template::Error"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ow_html_slim___3442512685930769397_70295035174600''at'' for nil:NilClassiew::Template::Error' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::Template::Error"], ["exception_message", "undefined method `created_at' for nil:NilClass"], ["http_method", "PATCH"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/6"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim:20:in `__home_eric__rojects_errdo_app_views_errdo_errors_show_html_slim___3442512685930769397_70295035174600'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:145:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:166:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:333:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/template.rb:143:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:54:in\n `block (2 levels) in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `block in instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/abstract_renderer.rb:39:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:53:in\n `block in render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:61:in\n `render_with_layout'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:52:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/template_renderer.rb:14:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:25:in `update'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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:38: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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "ow_html_slim___3442512685930769397_70295035174600'at' for nil:NilClassiew::Template::Error"], ["created_at", "2016-08-18 01:58:56.816090"], ["updated_at", "2016-08-18 01:58:56.816090"]]  (9.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo/errors/6"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nutf8: \"✓\"\n_method: patch\nauthenticity_token: IUUhR5Pyiqg+0ipPw5878e3MbGlu/Nl2gQj2e/+AVZeIZpw2S5l6qlkjlJ9DQtksk5vLvKyMwpXPVQqabB5VSg==\nerror: !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n status: resolved\ncommit: Update error\ncontroller: errdo/errors\naction: update\nid: '6'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: b0haS0NTUFVCU0p4WmdMWEZCUExqeW0ybjV0bGZjQUVxY2hxZlVhYkVsZncrQnBmcW9wbi85QzMwdjROVWduK3VpN1hhdjBDbFUwVTcreFlYRFFEV0tLVThyNXljTEJJbXFrS29MVnAxV1pyeWdQSlpVRWpIQlNwekJDTitBKzBISEp1c3pWT2l4c0cwaVZpM2ZkUWt5SmorN3lNZjhDSmh0SlpNaW1XM3UwTzExQWpTcjByVVYyclhtSXZnOStXZTcrKzBIUEZyZlIwK1dndW0vQ3haandWRjl1ZisrSlRtNE1IdjFLaTNlZFMweUNlNkJuam42d1Q3bnpsMVFvSlh4WnJSVnpDZlR5Rlhxdkd1QitqMlV5ZnE4WjlrZlZsZWZkTTI0eWh4WUdOSXB6K1FMbTc5bnA1VWwwRWcvdFcycFBNbVNjWldpdEVRVUMwUTdzMjFCanJ5S25BQXgyVkZxUWluNDZ5d2lBczFqYzJxc3Awb0lWMzVLZEZ4SnFKNzhxeXovODNoU21jaTVkajBsTDNpZz09LS1CcmJ1V1g2TUJzR0RjdzRsUGFWcHNRPT0=--3f71a9a712310a36cebe3d7ede3debadf11cd4d8\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 7], ["created_at", "2016-08-18 01:58:56.848652"], ["updated_at", "2016-08-18 01:58:56.848652"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 7]] Errdo::Error Exists (0.5ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ow_html_slim___3442512685930769397_70295035174600''at'' for nil:NilClassiew::Template::Error' AND "errors"."id" != 7) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 01:58:56.848652"], ["updated_at", "2016-08-18 01:58:56.859654"], ["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ow_html_slim___3442512685930769397_70295035174600''at'' for nil:NilClassiew::Template::Error' AND "errors"."id" != 7) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 01:58:56.879629"], ["id", 7]]  (6.9ms) commit transaction Started PATCH "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 22:00:29 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IUUhR5Pyiqg+0ipPw5878e3MbGlu/Nl2gQj2e/+AVZeIZpw2S5l6qlkjlJ9DQtksk5vLvKyMwpXPVQqabB5VSg==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update error", "id"=>"6"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]]  (0.3ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.6ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-18 02:00:29.205436"], ["id", 6]]  (15.3ms) commit transaction Redirected to Completed 500 Internal Server Error in 65ms (ActiveRecord: 17.3ms) NoMethodError (undefined method `show_url' for #): actionpack (4.2.7) lib/action_dispatch/routing/polymorphic_routes.rb:239:in `handle_string_call' actionpack (4.2.7) lib/action_dispatch/routing/url_for.rb:161:in `url_for' actionpack (4.2.7) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' actionpack (4.2.7) lib/action_controller/metal/redirecting.rb:75:in `redirect_to' actionpack (4.2.7) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:63:in `redirect_to' /home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:25:in `update' actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/railtie.rb:194:in `public_send' railties (4.2.7) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.7) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/polymorphic_routes.rb:239:in `handle_string_call'er:0x007fddc4691e88>NoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `show_url' for #"], ["http_method", "PATCH"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/errors/6"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/polymorphic_routes.rb:239:in\n `handle_string_call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/url_for.rb:161:in\n `url_for'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/redirecting.rb:95:in\n `_compute_redirect_to_location'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/redirecting.rb:75:in\n `redirect_to'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/flash.rb:57:in\n `redirect_to'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:64:in\n `block in redirect_to'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal/instrumentation.rb:63:in\n `redirect_to'\"\n- \"/home/eric/Projects/errdo/app/controllers/errdo/errors_controller.rb:25:in `update'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `public_send'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/railtie.rb:194:in\n `method_missing'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/routing/mapper.rb:51:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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:38: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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "/polymorphic_routes.rb:239:in `handle_string_call'er:0x007fddc4691e88>NoMethodError"], ["created_at", "2016-08-18 02:00:29.299088"], ["updated_at", "2016-08-18 02:00:29.299088"]]  (8.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "referer", "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"], ["referer", "http://localhost:3000/errdo/errors/6"], ["query_string", ""], ["experiencer_id", 1], ["experiencer_type", "User"], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\nutf8: \"✓\"\n_method: patch\nauthenticity_token: IUUhR5Pyiqg+0ipPw5878e3MbGlu/Nl2gQj2e/+AVZeIZpw2S5l6qlkjlJ9DQtksk5vLvKyMwpXPVQqabB5VSg==\nerror: !ruby/hash:ActiveSupport::HashWithIndifferentAccess\n status: wontfix\ncommit: Update error\ncontroller: errdo/errors\naction: update\nid: '6'\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: b0haS0NTUFVCU0p4WmdMWEZCUExqeW0ybjV0bGZjQUVxY2hxZlVhYkVsZncrQnBmcW9wbi85QzMwdjROVWduK3VpN1hhdjBDbFUwVTcreFlYRFFEV0tLVThyNXljTEJJbXFrS29MVnAxV1pyeWdQSlpVRWpIQlNwekJDTitBKzBISEp1c3pWT2l4c0cwaVZpM2ZkUWt5SmorN3lNZjhDSmh0SlpNaW1XM3UwTzExQWpTcjByVVYyclhtSXZnOStXZTcrKzBIUEZyZlIwK1dndW0vQ3haandWRjl1ZisrSlRtNE1IdjFLaTNlZFMweUNlNkJuam42d1Q3bnpsMVFvSlh4WnJSVnpDZlR5Rlhxdkd1QitqMlV5ZnE4WjlrZlZsZWZkTTI0eWh4WUdOSXB6K1FMbTc5bnA1VWwwRWcvdFcycFBNbVNjWldpdEVRVUMwUTdzMjFCanJ5S25BQXgyVkZxUWluNDZ5d2lBczFqYzJxc3Awb0lWMzVLZEZ4SnFKNzhxeXovODNoU21jaTVkajBsTDNpZz09LS1CcmJ1V1g2TUJzR0RjdzRsUGFWcHNRPT0=--3f71a9a712310a36cebe3d7ede3debadf11cd4d8\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 8], ["created_at", "2016-08-18 02:00:29.341238"], ["updated_at", "2016-08-18 02:00:29.341238"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' AND "errors"."id" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-18 02:00:29.341238"], ["updated_at", "2016-08-18 02:00:29.349652"], ["id", 8]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' AND "errors"."id" != 8) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-18 02:00:29.362689"], ["id", 8]]  (9.7ms) commit transaction Started GET "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 22:01:53 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"6"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]] 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", 6]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (29.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 78ms (Views: 46.7ms | ActiveRecord: 2.5ms) Started PATCH "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 22:01:57 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tgiOjyvJCGoPiuZ6O2+UsOBy+sT3nO9E/aKtY3oO2WIfKzP+86L4aGh7WKq7snZtniVdETXs9Kez/1GC6ZDZvw==", "error"=>{"status"=>"resolved"}, "commit"=>"Update error", "id"=>"6"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 2], ["updated_at", "2016-08-18 02:01:57.565953"], ["id", 6]]  (11.5ms) commit transaction Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 53ms (Views: 26.3ms | ActiveRecord: 12.7ms) Started PATCH "/errdo/errors/6" for 127.0.0.1 at 2016-08-17 22:02:03 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ncVjE+IhNtVeRKNSm5i43nOotxzT4zo7R759WmGb2qQ05t5iOkrG1zm1HYIbRVoDDf8QyRGTIdgJ44G78gXaeQ==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update error", "id"=>"6"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/errors"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-18 02:02:03.019271"], ["id", 6]]  (7.7ms) commit transaction Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 6]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 6]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 57ms (Views: 35.9ms | ActiveRecord: 8.9ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:02:04 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (52.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 72ms (Views: 70.2ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:02:06 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] 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", 8]] 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", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 32ms (Views: 26.9ms | ActiveRecord: 1.0ms) Started PATCH "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:02:09 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cf7Tx3a+MOvyjY3i2lK9r2qMTLun5nFBJ9kY/yvUxiDY3W62rtXA6ZV8MzJaj19yFNvrbmWWaqJphOQeuErG/Q==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update error", "id"=>"8"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' AND "errors"."id" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-18 02:02:09.945436"], ["id", 8]]  (9.0ms) commit transaction Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (7.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 53ms (Views: 25.9ms | ActiveRecord: 10.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:02:10 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 70ms (Views: 67.9ms | ActiveRecord: 1.4ms) Started GET "/errdo/errors/7" for 127.0.0.1 at 2016-08-17 22:02:11 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"7"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 7]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 7]] 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", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 29ms (Views: 25.6ms | ActiveRecord: 0.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:02:13 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (43.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 70ms (Views: 68.1ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:02:14 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (26.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.0ms) Completed 200 OK in 69ms (Views: 57.4ms | ActiveRecord: 1.9ms) Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:02:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] 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", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (53.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 101ms (Views: 85.4ms | ActiveRecord: 1.6ms) Started GET "/assets/errdo/errdo.self-f50126fa2c520b2190d50e8a9ebd5d70d69feb5c00fc0eeccd8ffee7ae1977cc.css?body=1" for 127.0.0.1 at 2016-08-17 22:02:35 -0400 Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:03:08 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (17.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 1168ms (Views: 1165.7ms | ActiveRecord: 0.4ms) Started GET "/assets/errdo/errdo.self-a963427b893b389085e8979ea453fa0b2898e00cee661d76908e6b4706b11aa9.css?body=1" for 127.0.0.1 at 2016-08-17 22:03:09 -0400 Started GET "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:03:22 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"8"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (20.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 41ms (Views: 37.0ms | ActiveRecord: 0.6ms) Started GET "/assets/errdo/errdo.self-a963427b893b389085e8979ea453fa0b2898e00cee661d76908e6b4706b11aa9.css?body=1" for 127.0.0.1 at 2016-08-17 22:03:22 -0400 Started PATCH "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:03:33 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2c6wqKQI6TrPs49M5nyOw9kADQMgqlsND6M23xnU0ctw7Q3ZfGMZOKhCMZxmoWwep1eq1uLaQO5B/so+ikrRFg==", "error"=>{"status"=>"active"}, "commit"=>"Update status", "id"=>"8"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' AND "errors"."id" != 8) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 0], ["updated_at", "2016-08-18 02:03:33.944531"], ["id", 8]]  (13.8ms) commit transaction 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", 8]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 61ms (Views: 29.2ms | ActiveRecord: 15.0ms) Started PATCH "/errdo/errors/8" for 127.0.0.1 at 2016-08-17 22:07:30 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E3MXFYNMY9RNDi7wnKtCCblEscEzXXBotaycGgJI6We6UKpkWyeT1ir/kCAcdqDUxxMWFPEta4v78WD7kdbpug==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update status", "id"=>"8"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/polymorphic_routes.rb:239:in `handle_string_call''er:0x007fddc4691e88>NoMethodError' AND "errors"."id" != 8) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-18 02:07:48.879779"], ["id", 8]]  (9.2ms) commit transaction 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", 8]] 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", 8]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (17.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 18801ms (Views: 36.9ms | ActiveRecord: 12.7ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:39:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 68ms (Views: 63.6ms | ActiveRecord: 1.5ms) Started GET "/errdo/ser" for 127.0.0.1 at 2016-08-17 22:39:28 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/ser"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ser\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: M1JyU2V3S0xPcjYyZ2VVRVo5NCszVUtmQ1k4VWphNXJkVThmSmNtV2FEN3pEcW56MnNjSmxkWGgrdTFhMjBCUHVtcDR6ajA5Z3d1VXp2NmU0OFZDMHRqM0NFTXR4ZjJTVTRhU2FyNWhjbVNqTnpNb2VnL0I3bWJqWlVORmQ5aHhuZlIwUHYrYjRzSUlwZUh2V1ViYjdzZitzbWdjbUgrbVNmQXZMdjhPdUZ0d0dMTlFGSkxLVDVkQTNRUjdSZlJHQzFKTnJvWStpczFKMmdNYWc3QVFvbHhXYUNUdmFINmQ5SjNOZTJnMGFETVBPenE1R1AvNi9YT3ROZjVNbVg5cEw3czFBM3k3UFFXeUM0Y3dibVNLVDhJdTRWck9EWlYrLy9SUVkzVFRadkFyMVVMSTJpTnpoV1RwY3dLazM0SGthRTNiOWxaZlNqWGcwalhkVFUzUW9RPT0tLVZJYVNBdVljdlY0MW16dDQ4UEYrNnc9PQ==--993f4ee9c6f070959670f59f6a2e856851dd2b32\n"], ["error_id", 1], ["created_at", "2016-08-18 02:39:28.590415"], ["updated_at", "2016-08-18 02:39:28.590415"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-18 02:39:28.590415"], ["updated_at", "2016-08-18 02:39:28.595474"], ["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1  (6.4ms) commit transaction Started GET "/errdo/ser" for 127.0.0.1 at 2016-08-17 22:39:30 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/ser"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ser\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: M1JyU2V3S0xPcjYyZ2VVRVo5NCszVUtmQ1k4VWphNXJkVThmSmNtV2FEN3pEcW56MnNjSmxkWGgrdTFhMjBCUHVtcDR6ajA5Z3d1VXp2NmU0OFZDMHRqM0NFTXR4ZjJTVTRhU2FyNWhjbVNqTnpNb2VnL0I3bWJqWlVORmQ5aHhuZlIwUHYrYjRzSUlwZUh2V1ViYjdzZitzbWdjbUgrbVNmQXZMdjhPdUZ0d0dMTlFGSkxLVDVkQTNRUjdSZlJHQzFKTnJvWStpczFKMmdNYWc3QVFvbHhXYUNUdmFINmQ5SjNOZTJnMGFETVBPenE1R1AvNi9YT3ROZjVNbVg5cEw3czFBM3k3UFFXeUM0Y3dibVNLVDhJdTRWck9EWlYrLy9SUVkzVFRadkFyMVVMSTJpTnpoV1RwY3dLazM0SGthRTNiOWxaZlNqWGcwalhkVFUzUW9RPT0tLVZJYVNBdVljdlY0MW16dDQ4UEYrNnc9PQ==--993f4ee9c6f070959670f59f6a2e856851dd2b32\n"], ["error_id", 1], ["created_at", "2016-08-18 02:39:30.303772"], ["updated_at", "2016-08-18 02:39:30.303772"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-18 02:39:30.303772"], ["updated_at", "2016-08-18 02:39:30.309653"], ["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1  (8.3ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:39:33 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (40.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 59ms (Views: 57.5ms | ActiveRecord: 0.7ms) Started GET "/assets/errdo/errdo.self-a963427b893b389085e8979ea453fa0b2898e00cee661d76908e6b4706b11aa9.css?body=1" for 127.0.0.1 at 2016-08-17 22:39:33 -0400 Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 22:39:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] 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", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 1.7ms) Started GET "/errdo/errors/1?occurrence_id=1" for 127.0.0.1 at 2016-08-17 22:39:56 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"1", "id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 30ms (Views: 25.6ms | ActiveRecord: 1.0ms) Started GET "/errdo/errors/1?occurrence_id=10" for 127.0.0.1 at 2016-08-17 22:40:09 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"10", "id"=>"1"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.2ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 10]] 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", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.9ms) Started GET "/errdo/errors/1?occurrence_id=1" for 127.0.0.1 at 2016-08-17 22:40:10 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"1", "id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.6ms) Started PATCH "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 22:40:20 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JU0D/TKG6A/2npTphzWPpJfBP8C7HXQkHiKOQY0F2FCMbr6M6u0YDZFvKjkH6G156ZaYFXltb8dQf3KgHpvYjQ==", "error"=>{"status"=>"resolved"}, "commit"=>"Update status", "id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 2], ["updated_at", "2016-08-18 02:40:20.769326"], ["id", 1]]  (11.3ms) commit transaction 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 53ms (Views: 27.1ms | ActiveRecord: 12.8ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-17 22:40:25 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (38.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 56ms (Views: 54.8ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 22:40:26 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] 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", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (9.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.7ms) Started PATCH "/errdo/errors/1" for 127.0.0.1 at 2016-08-17 22:40:35 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bxCklXxWeBMDntEwORoMliwKAZMf37AF0t41eYg5QjvGMxnkpD2IEWRvb+C5x+5LUl2mRt2vq+acg8mYG6dC5g==", "error"=>{"status"=>"active"}, "commit"=>"Update status", "id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ser"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 0], ["updated_at", "2016-08-18 02:40:35.058428"], ["id", 1]]  (11.3ms) commit transaction Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] 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", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 45ms (Views: 23.8ms | ActiveRecord: 12.3ms)  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (7.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (7.5ms) commit transaction Migrating to ErrdoCreateErrors (20160818011744)  (0.4ms) begin transaction  (0.7ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.4ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.3ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.3ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160818011744"]]  (11.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  Started GET "/errdo" for 127.0.0.1 at 2016-08-20 20:25:52 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (22.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.9ms) Completed 200 OK in 257ms (Views: 226.1ms | ActiveRecord: 1.2ms) Started GET "/assets/errdo/errdo.self-a963427b893b389085e8979ea453fa0b2898e00cee661d76908e6b4706b11aa9.css?body=1" for 127.0.0.1 at 2016-08-20 20:25:52 -0400 Started GET "/errdo/asdf" for 127.0.0.1 at 2016-08-20 20:26:03 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/asdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/asdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/asdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/asdf\"roller::RoutingError"], ["created_at", "2016-08-21 00:26:03.820729"], ["updated_at", "2016-08-21 00:26:03.820729"]]  (10.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_drnk_session: U3BBZkd6Q3JjcWtOYlNOa1RITnB4Z2xsRzB0UFI5UDlUWHY5VU1aM3pVQnBSc2ZvdFd0UUsyaWp3aWVxWTkxTFA3eHhIZ3JsNVRwNzlxdXpSRnJvMTdDZlRlOGhVc09oZmRVdzNUUnlJTno3WXBWVzZQRFExYVQ2MkcybjdTbGV1ZUZkb200Tmg1eDdIdCtZRmFxUXd2a3IwMWEyMHlBdFZYc3F4K2h3UlIrcGJzcGZ2Z3kzbVZEOExJd0JaQk1XcFBzV1VuOUFncXlJeHZLYXNkZFdyK2JiWkJ3dS9MRUZTVnBjOEloaGwyYjNjdG1nYnNaZVl4Y3M5ZGJIMmYwayt6Z1pycEtvUW42OG9Sdnd4Z2hxTUE9PS0tQWNQU0swaWh6UHZqQkJxTDhQL2dPdz09--a830fa60494e1c7432d8e2d3124996b5f41db6dc\n_dummy_session: QWdQa0tjQk9ZcVg1OE9vd0hzdkI3SDZZZDBhbTBjNmhCNXIycUsyTTZkT3pMUzJWenFpT2ZQaTVEZ1o2elFDd0ZBVklsbEFaYnp4b1cyZ1RxdnJOMHVEc2w2bjhkNkhENHd0cW1BajVsWi9aVk9BdFYxendVcVVCRndmb0xnS1cvQ3cvWmNmVW5hY1FPYnhLTFM1aENmVEVQeE5hU3pMS1d4TXBuNXBONVZrWktYOE1VZHVBN2wvYkFhMjRGYThnNU5CVFB3NmlSdWFHOEhDNGpuUTRISGEra2xWbWNSVm1sZWJRdTN6MVh5L011MEZDUGF3OHBvUCtWbmNOS0EyZC0tZkxnL3dhT3A1dlFSWXRBVnVhc3c4QT09--bf7fa4c9bc5d3f18ca8773979b2aebfa7c7ff43a\n"], ["error_id", 1], ["created_at", "2016-08-21 00:26:03.864443"], ["updated_at", "2016-08-21 00:26:03.864443"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-21 00:26:03.864443"], ["updated_at", "2016-08-21 00:26:03.869005"], ["id", 1]] Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1  (11.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-08-20 20:26:05 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.6ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (32.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 71ms (Views: 63.4ms | ActiveRecord: 1.6ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-20 20:26:07 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] 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", 1]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (21.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 48ms (Views: 41.4ms | ActiveRecord: 0.9ms) Started PATCH "/errdo/errors/1" for 127.0.0.1 at 2016-08-20 20:26:11 -0400 Processing by Errdo::ErrorsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zZlUlQ5AEZYtHRdddxKPooynZ+SPpkiPl5geV54u3Dpkuunk1ivhlErsqY33z21/8vDAMU3WU2zZxeK2DbDc5w==", "error"=>{"status"=>"wontfix"}, "commit"=>"Update status", "id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/asdf"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "status" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["status", 1], ["updated_at", "2016-08-21 00:26:11.753219"], ["id", 1]]  (8.6ms) commit transaction 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", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 60ms (Views: 37.2ms | ActiveRecord: 9.6ms) Started GET "/errdo/" for 127.0.0.1 at 2016-08-20 20:26:17 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (6.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.5ms) Started GET "/errdo/errors/1" for 127.0.0.1 at 2016-08-20 20:26:18 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"1"} Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 1]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.0ms) Completed 200 OK in 36ms (Views: 30.9ms | ActiveRecord: 0.4ms)  (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (6.3ms) commit transaction Migrating to ErrdoCreateErrors (20160821003229)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160821003229"]]  (6.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  Started GET "/" for 127.0.0.1 at 2016-08-29 14:17:47 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#home as HTML Rendered static/home.html.erb (1.2ms) Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-29 14:17:54 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.8ms) Completed 200 OK in 1544ms (Views: 1524.5ms | ActiveRecord: 0.4ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-29 14:17:56 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (2.0ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.3ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-08-29 14:17:56 -0400 Started GET "/errdo/cool" for 127.0.0.1 at 2016-08-29 14:17:59 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/cool"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/cool\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/cool"roller::RoutingError' LIMIT 1 SQL (1.0ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/cool\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/cool"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/cool\"roller::RoutingError"], ["created_at", "2016-08-29 18:17:59.888098"], ["updated_at", "2016-08-29 18:17:59.888098"]]  (9.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: L3dhSFNESjBpaTYxUjVhWUtEL2hRU1JrUk5raEZldGtZZXAwaTNreUdxMElnc2N6Sm1mUXNqQlVwS0NQZHhlaXp3ZHY5Wk83MG1RVlQxblBiMGdRS2tMald2blBHYmkrTWllMXV0ZzJpZ2wyL2JGSS9VNWI3UmFySDNxYUdMNHFob1I0Y29rWS92cXpBbDBQdEZNSzl3PT0tLUVJU3hYeGVEQk95TmFhcXVzMjliRGc9PQ==--ba3f0c7d0402fc9c0e9d9b23b9e8778236a26c94\n"], ["error_id", 1], ["created_at", "2016-08-29 18:17:59.935508"], ["updated_at", "2016-08-29 18:17:59.935508"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/cool"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:17:59.935508"], ["updated_at", "2016-08-29 18:17:59.941741"], ["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/cool"roller::RoutingError' AND "errors"."id" != 1) LIMIT 1  (6.4ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-29 14:19:12 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (18.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 42ms (Views: 36.4ms | ActiveRecord: 1.3ms) Started GET "/errdo/;" for 127.0.0.1 at 2016-08-29 14:19:15 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/;"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdo/;\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdo/;"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/;\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/;"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'hes [GET] \"/errdo/;\"roller::RoutingError"], ["created_at", "2016-08-29 18:19:15.080500"], ["updated_at", "2016-08-29 18:19:15.080500"]]  (10.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Zmp6MjVRenJ0d3VUaXd3YnFuOWdnR0pDMXZwQlhVeFNUU0tkWHAwTTBKYmNvcHV6VWdLQWJjZURCRXI1S1Buek9jVy9vWXZldGlMdzVmazV1OVJLL0JVVi9adWZpTEZna2x6aDRxZWs2TUlWOVhxSjVZTGlSa3k2TzZSWlZwRGppVHdtaDBJTzhQc25Wb0Fzbys1UE53PT0tLWxuMkpucVg5OVBtR3BuZURTUDM2Ymc9PQ==--750daff9c27383aaeb96c21b316e0dddc6bbca68\n"], ["error_id", 2], ["created_at", "2016-08-29 18:19:15.112825"], ["updated_at", "2016-08-29 18:19:15.112825"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdo/;"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:19:15.112825"], ["updated_at", "2016-08-29 18:19:15.117042"], ["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''hes [GET] "/errdo/;"roller::RoutingError' AND "errors"."id" != 2) LIMIT 1  (9.9ms) commit transaction Started GET "/errdo/;l" for 127.0.0.1 at 2016-08-29 14:19:36 -0400 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/;l"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'es [GET] \"/errdo/;l\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errdo/;l"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/;l\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/;l"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'es [GET] \"/errdo/;l\"roller::RoutingError"], ["created_at", "2016-08-29 18:19:36.778758"], ["updated_at", "2016-08-29 18:19:36.778758"]]  (6.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Zmp6MjVRenJ0d3VUaXd3YnFuOWdnR0pDMXZwQlhVeFNUU0tkWHAwTTBKYmNvcHV6VWdLQWJjZURCRXI1S1Buek9jVy9vWXZldGlMdzVmazV1OVJLL0JVVi9adWZpTEZna2x6aDRxZWs2TUlWOVhxSjVZTGlSa3k2TzZSWlZwRGppVHdtaDBJTzhQc25Wb0Fzbys1UE53PT0tLWxuMkpucVg5OVBtR3BuZURTUDM2Ymc9PQ==--750daff9c27383aaeb96c21b316e0dddc6bbca68\n"], ["error_id", 3], ["created_at", "2016-08-29 18:19:36.817384"], ["updated_at", "2016-08-29 18:19:36.817384"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errdo/;l"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:19:36.817384"], ["updated_at", "2016-08-29 18:19:36.821997"], ["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errdo/;l"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1  (10.6ms) commit transaction uninitialized constant Errdo::Slack Started GET "/errdo/;l" for 127.0.0.1 at 2016-08-29 14:21:19 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/;l"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'es [GET] \"/errdo/;l\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Zmp6MjVRenJ0d3VUaXd3YnFuOWdnR0pDMXZwQlhVeFNUU0tkWHAwTTBKYmNvcHV6VWdLQWJjZURCRXI1S1Buek9jVy9vWXZldGlMdzVmazV1OVJLL0JVVi9adWZpTEZna2x6aDRxZWs2TUlWOVhxSjVZTGlSa3k2TzZSWlZwRGppVHdtaDBJTzhQc25Wb0Fzbys1UE53PT0tLWxuMkpucVg5OVBtR3BuZURTUDM2Ymc9PQ==--750daff9c27383aaeb96c21b316e0dddc6bbca68\n"], ["error_id", 3], ["created_at", "2016-08-29 18:21:19.632256"], ["updated_at", "2016-08-29 18:21:19.632256"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errdo/;l"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-29 18:21:19.632256"], ["updated_at", "2016-08-29 18:21:19.636897"], ["id", 3]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''es [GET] "/errdo/;l"roller::RoutingError' AND "errors"."id" != 3) LIMIT 1  (11.6ms) commit transaction uninitialized constant Errdo::Slack uninitialized constant Errdo::Slack Started GET "/errdo/" for 127.0.0.1 at 2016-08-29 14:22:08 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.9ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (5.9ms) Completed 200 OK in 289ms (Views: 268.0ms | ActiveRecord: 0.8ms) Started GET "/errdo/sfd" for 127.0.0.1 at 2016-08-29 14:22:12 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/sfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sfd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' LIMIT 1 SQL (0.9ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/sfd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/sfd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sfd\"roller::RoutingError"], ["created_at", "2016-08-29 18:22:12.904562"], ["updated_at", "2016-08-29 18:22:12.904562"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Rmx4djlDbGJEdmlYTmwrdGxPcmUwMWlZV2NkSTg5NFJ0WTg5eGJrNlpMemlFQTN5VU8wdnFUU2NZSGRpeEFabTFUVXlVWUJhWnJ0UDM0YWlES1Q5U2d5VUZjNCtNbUM4UmYyTlp5TTBsOUFiVlFwbG5oQmpSa3VUMjVldWlIUGxrRVdwakVPMlBSVnQwTE12bkgyVlhBPT0tLW5LQjNnOEFGcW85bTM5U0RsdEFFenc9PQ==--afc600e6c56994ddc7fcddf687122051b45bb58a\n"], ["error_id", 4], ["created_at", "2016-08-29 18:22:12.998843"], ["updated_at", "2016-08-29 18:22:12.998843"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:22:12.998843"], ["updated_at", "2016-08-29 18:22:13.007303"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1  (7.8ms) commit transaction uninitialized constant Errdo::Slack uninitialized constant Errdo::Slack Started GET "/errdo/sfd" for 127.0.0.1 at 2016-08-29 14:24:06 -0400 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/sfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sfd\"roller::RoutingError"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Rmx4djlDbGJEdmlYTmwrdGxPcmUwMWlZV2NkSTg5NFJ0WTg5eGJrNlpMemlFQTN5VU8wdnFUU2NZSGRpeEFabTFUVXlVWUJhWnJ0UDM0YWlES1Q5U2d5VUZjNCtNbUM4UmYyTlp5TTBsOUFiVlFwbG5oQmpSa3VUMjVldWlIUGxrRVdwakVPMlBSVnQwTE12bkgyVlhBPT0tLW5LQjNnOEFGcW85bTM5U0RsdEFFenc9PQ==--afc600e6c56994ddc7fcddf687122051b45bb58a\n"], ["error_id", 4], ["created_at", "2016-08-29 18:24:06.440314"], ["updated_at", "2016-08-29 18:24:06.440314"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-29 18:24:06.440314"], ["updated_at", "2016-08-29 18:24:06.451792"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1  (13.3ms) commit transaction Started GET "/errdo/sfd" for 127.0.0.1 at 2016-08-29 14:25:47 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/sfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sfd\"roller::RoutingError"]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Rmx4djlDbGJEdmlYTmwrdGxPcmUwMWlZV2NkSTg5NFJ0WTg5eGJrNlpMemlFQTN5VU8wdnFUU2NZSGRpeEFabTFUVXlVWUJhWnJ0UDM0YWlES1Q5U2d5VUZjNCtNbUM4UmYyTlp5TTBsOUFiVlFwbG5oQmpSa3VUMjVldWlIUGxrRVdwakVPMlBSVnQwTE12bkgyVlhBPT0tLW5LQjNnOEFGcW85bTM5U0RsdEFFenc9PQ==--afc600e6c56994ddc7fcddf687122051b45bb58a\n"], ["error_id", 4], ["created_at", "2016-08-29 18:25:47.806889"], ["updated_at", "2016-08-29 18:25:47.806889"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-29 18:25:47.806889"], ["updated_at", "2016-08-29 18:25:47.818496"], ["id", 4]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sfd"roller::RoutingError' AND "errors"."id" != 4) LIMIT 1  (13.8ms) commit transaction Started GET "/errdo/sfdsd" for 127.0.0.1 at 2016-08-29 14:29:19 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/sfdsd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdo/sfdsd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/sfdsd"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/sfdsd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/sfdsd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdo/sfdsd\"roller::RoutingError"], ["created_at", "2016-08-29 18:29:19.799864"], ["updated_at", "2016-08-29 18:29:19.799864"]]  (10.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Rmx4djlDbGJEdmlYTmwrdGxPcmUwMWlZV2NkSTg5NFJ0WTg5eGJrNlpMemlFQTN5VU8wdnFUU2NZSGRpeEFabTFUVXlVWUJhWnJ0UDM0YWlES1Q5U2d5VUZjNCtNbUM4UmYyTlp5TTBsOUFiVlFwbG5oQmpSa3VUMjVldWlIUGxrRVdwakVPMlBSVnQwTE12bkgyVlhBPT0tLW5LQjNnOEFGcW85bTM5U0RsdEFFenc9PQ==--afc600e6c56994ddc7fcddf687122051b45bb58a\n"], ["error_id", 5], ["created_at", "2016-08-29 18:29:19.826236"], ["updated_at", "2016-08-29 18:29:19.826236"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/sfdsd"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:29:19.826236"], ["updated_at", "2016-08-29 18:29:19.830210"], ["id", 5]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/sfdsd"roller::RoutingError' AND "errors"."id" != 5) LIMIT 1  (11.5ms) commit transaction Started GET "/errdo/" for 127.0.0.1 at 2016-08-29 14:49:27 -0400 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (49.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.6ms) Completed 200 OK in 300ms (Views: 276.9ms | ActiveRecord: 0.8ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-29 14:49:30 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (8.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.5ms) Started GET "/errdo/dfd" for 127.0.0.1 at 2016-08-29 14:49:31 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/dfd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/dfd\"roller::RoutingError"], ["created_at", "2016-08-29 18:49:31.347352"], ["updated_at", "2016-08-29 18:49:31.347352"]]  (10.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 6], ["created_at", "2016-08-29 18:49:31.400702"], ["updated_at", "2016-08-29 18:49:31.400702"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:49:31.400702"], ["updated_at", "2016-08-29 18:49:31.407520"], ["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1  (6.8ms) commit transaction Started GET "/errdo/dfd" for 127.0.0.1 at 2016-08-29 14:50:08 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/errdo/dfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/dfd\"roller::RoutingError"]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 6], ["created_at", "2016-08-29 18:50:08.255989"], ["updated_at", "2016-08-29 18:50:08.255989"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-29 18:50:08.255989"], ["updated_at", "2016-08-29 18:50:08.267151"], ["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1  (12.2ms) commit transaction Started GET "/errdo/dfdd" for 127.0.0.1 at 2016-08-29 14:50:44 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfdd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/dfdd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/dfdd"roller::RoutingError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfdd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfdd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call' [GET] \"/errdo/dfdd\"roller::RoutingError"], ["created_at", "2016-08-29 18:50:44.425169"], ["updated_at", "2016-08-29 18:50:44.425169"]]  (6.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 7], ["created_at", "2016-08-29 18:50:44.449171"], ["updated_at", "2016-08-29 18:50:44.449171"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 7]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/dfdd"roller::RoutingError' AND "errors"."id" != 7) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:50:44.449171"], ["updated_at", "2016-08-29 18:50:44.455125"], ["id", 7]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call'' [GET] "/errdo/dfdd"roller::RoutingError' AND "errors"."id" != 7) LIMIT 1  (10.8ms) commit transaction Started GET "/errdo/dfddd" for 127.0.0.1 at 2016-08-29 14:51:04 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfddd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdo/dfddd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/dfddd"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfddd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfddd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'[GET] \"/errdo/dfddd\"roller::RoutingError"], ["created_at", "2016-08-29 18:51:04.971949"], ["updated_at", "2016-08-29 18:51:04.971949"]]  (7.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 8], ["created_at", "2016-08-29 18:51:05.000634"], ["updated_at", "2016-08-29 18:51:05.000634"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 8]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/dfddd"roller::RoutingError' AND "errors"."id" != 8) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:51:05.000634"], ["updated_at", "2016-08-29 18:51:05.005506"], ["id", 8]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''[GET] "/errdo/dfddd"roller::RoutingError' AND "errors"."id" != 8) LIMIT 1  (6.5ms) commit transaction Started GET "/errdo/dfdddd" for 127.0.0.1 at 2016-08-29 14:51:37 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfdddd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/dfdddd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/dfdddd"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfdddd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfdddd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'GET] \"/errdo/dfdddd\"roller::RoutingError"], ["created_at", "2016-08-29 18:51:37.061462"], ["updated_at", "2016-08-29 18:51:37.061462"]]  (10.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 9], ["created_at", "2016-08-29 18:51:37.087258"], ["updated_at", "2016-08-29 18:51:37.087258"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 9]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/dfdddd"roller::RoutingError' AND "errors"."id" != 9) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:51:37.087258"], ["updated_at", "2016-08-29 18:51:37.099206"], ["id", 9]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''GET] "/errdo/dfdddd"roller::RoutingError' AND "errors"."id" != 9) LIMIT 1  (7.3ms) commit transaction Started GET "/errdo/dfddddd" for 127.0.0.1 at 2016-08-29 14:52:19 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfddddd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/dfddddd\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/dfddddd"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/dfddddd\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/dfddddd"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'ET] \"/errdo/dfddddd\"roller::RoutingError"], ["created_at", "2016-08-29 18:52:19.278824"], ["updated_at", "2016-08-29 18:52:19.278824"]]  (7.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 10], ["created_at", "2016-08-29 18:52:19.308431"], ["updated_at", "2016-08-29 18:52:19.308431"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 10]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/dfddddd"roller::RoutingError' AND "errors"."id" != 10) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:52:19.308431"], ["updated_at", "2016-08-29 18:52:19.312524"], ["id", 10]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''ET] "/errdo/dfddddd"roller::RoutingError' AND "errors"."id" != 10) LIMIT 1  (6.7ms) commit transaction Started GET "/errdo/dfd" for 127.0.0.1 at 2016-08-29 14:53:29 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/dfd"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/dfd\"roller::RoutingError"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: WUo2VDFCUUtHYmdwbCtFOXFYMU5kVzBKQmdTNFhJdzNQaWUweUwwUmkzRi9hT3lhTWVHY3dZY3ZEVGtHNjljZ1NJTGRkVThwd1RseTc2RFEyamdVTjFPMkZWdkkyd21QRGJYSDc0d0xaVVo0ekZ5YkJSd09DMnZvY2ZibXhraWhhTG8xTjhHTWs0MFMwVjZ4UGRIVmJRPT0tLW5pNWFCMWNaNGllVHZtQm9nSVEzbWc9PQ==--595bcb076ac040ac2987da4e1c219e2c79673f56\n"], ["error_id", 6], ["created_at", "2016-08-29 18:53:29.202626"], ["updated_at", "2016-08-29 18:53:29.202626"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-29 18:53:29.202626"], ["updated_at", "2016-08-29 18:53:29.207673"], ["id", 6]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/dfd"roller::RoutingError' AND "errors"."id" != 6) LIMIT 1  (11.2ms) commit transaction Started GET "/users/sign_in" for 127.0.0.1 at 2016-08-29 14:54:40 -0400 Processing by Devise::SessionsController#new as HTML Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (3.0ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (32.9ms) Completed 200 OK in 65ms (Views: 43.9ms | ActiveRecord: 0.7ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-29 14:54:42 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rOlNhNYc/lYp4I2g+83rhxKSdcd/IhiMyl0jdZJEM2iAKDYMW6OEG6jibQSt6/powrRLmAdClhxVrHfMlRR4sQ==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "admin@drnkbuy.com"]] Completed 401 Unauthorized in 4ms (ActiveRecord: 0.3ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rOlNhNYc/lYp4I2g+83rhxKSdcd/IhiMyl0jdZJEM2iAKDYMW6OEG6jibQSt6/powrRLmAdClhxVrHfMlRR4sQ==", "user"=>{"email"=>"admin@drnkbuy.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (4.0ms) Completed 200 OK in 155ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-29 14:54:53 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oDRaZcoZ86rWpJBApUnh15MdwsTlAuWYs/lt2tHuumGM9SHtR6aJ51emcOTzb/A4Qzv8m51iawgsCDlj1r7xuA==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "user@example.com"]] Completed 401 Unauthorized in 3ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oDRaZcoZ86rWpJBApUnh15MdwsTlAuWYs/lt2tHuumGM9SHtR6aJ51emcOTzb/A4Qzv8m51iawgsCDlj1r7xuA==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (2.5ms) Completed 200 OK in 149ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-08-29 14:54:58 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xa+5UEgcFF07lern6TBP2x4Oo/dS29FKQ5jozzUaTzPpbsLYxaNuELqXCkO/Fl40ziidqCq7X9rcabx2MkoE6g==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "user@example.com"]] Completed 401 Unauthorized in 4ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xa+5UEgcFF07lern6TBP2x4Oo/dS29FKQ5jozzUaTzPpbsLYxaNuELqXCkO/Fl40ziidqCq7X9rcabx2MkoE6g==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb (2.4ms) Completed 200 OK in 153ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-08-29 14:55:07 -0400 Processing by Devise::RegistrationsController#new as HTML Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.1.1/app/views/devise/registrations/new.html.erb (6.2ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2016-08-29 14:55:14 -0400 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KrnbRIcjZbdCyWXLnWJ74/X1TnY00CdLv6SgbOhS7DMGeKDMCpwf+sPLhW/LRGoMJdNwKUywqdsgVfTV7wKn6g==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@example.com' LIMIT 1 SQL (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "user@example.com"], ["encrypted_password", "$2a$11$Cfuur/2HzKijnZcmksD7k.bZY601jewaXWV/oiVUbAKsRTXcSY.96"], ["created_at", "2016-08-29 18:55:14.922441"], ["updated_at", "2016-08-29 18:55:14.922441"]]  (8.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) 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-08-29 18:55:14.932338"], ["current_sign_in_at", "2016-08-29 18:55:14.932338"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-08-29 18:55:14.934056"], ["id", 1]]  (8.4ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 176ms (ActiveRecord: 17.3ms) Started GET "/" for 127.0.0.1 at 2016-08-29 14:55:14 -0400 Processing by StaticController#home as HTML Rendered static/home.html.erb (0.3ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-08-29 14:55:19 -0400 Processing by Errdo::ErrorsController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (37.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (2.9ms) Completed 200 OK in 261ms (Views: 256.0ms | ActiveRecord: 0.8ms) Started GET "/errdo/sdf" for 127.0.0.1 at 2016-08-29 14:55:24 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/sdf"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sdf\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sdf"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/sdf\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/sdf"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/sdf\"roller::RoutingError"], ["created_at", "2016-08-29 18:55:24.173723"], ["updated_at", "2016-08-29 18:55:24.173723"]]  (8.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["error_id", 11], ["created_at", "2016-08-29 18:55:24.196674"], ["updated_at", "2016-08-29 18:55:24.196674"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 11]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sdf"roller::RoutingError' AND "errors"."id" != 11) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:55:24.196674"], ["updated_at", "2016-08-29 18:55:24.202213"], ["id", 11]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/sdf"roller::RoutingError' AND "errors"."id" != 11) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-29 18:55:24.208302"], ["id", 11]]  (11.3ms) commit transaction Started GET "/errdo/ers" for 127.0.0.1 at 2016-08-29 14:58:30 -0400 ActionController::RoutingError (No route matches [GET] "/errdo/ers"): actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7) lib/rails/engine.rb:518:in `call' railties (4.2.7) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ers\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ers"roller::RoutingError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/errdo/ers\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/errdo/ers"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:21:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call's [GET] \"/errdo/ers\"roller::RoutingError"], ["created_at", "2016-08-29 18:58:30.812398"], ["updated_at", "2016-08-29 18:58:30.812398"]]  (10.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "experiencer_id", "experiencer_type", "param_values", "cookie_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 {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["error_id", 12], ["created_at", "2016-08-29 18:58:30.839878"], ["updated_at", "2016-08-29 18:58:30.839878"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 12]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ers"roller::RoutingError' AND "errors"."id" != 12) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:58:30.839878"], ["updated_at", "2016-08-29 18:58:30.843727"], ["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''s [GET] "/errdo/ers"roller::RoutingError' AND "errors"."id" != 12) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-29 18:58:30.849781"], ["id", 12]]  (8.8ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 14:59:08 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "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/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/lib/abstract_controller/base.rb:198:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/lib/active_support/callbacks.rb:117:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:505:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/callbacks.rb:92:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/abstract_controller/callbacks.rb:19:in\n `process_action'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/notifications.rb:164:in\n `instrument'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/abstract_controller/base.rb:137:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7/lib/action_view/rendering.rb:30:in\n `process'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_controller/metal.rb:196:in\n `dispatch'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/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/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/lib/action_dispatch/journey/router.rb:30:in\n `each'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/journey/router.rb:30:in\n `serve'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/action_dispatch/middleware/cookies.rb:560:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/lib/active_record/query_cache.rb:36:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7/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/lib/active_record/migration.rb:377:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/lib/active_support/callbacks.rb:88:in\n `__run_callbacks__'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/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/lib/active_support/callbacks.rb:81:in\n `run_callbacks'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/lib/action_dispatch/middleware/reloader.rb:73:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/rack/logger.rb:38:in\n `call_app'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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/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/lib/active_support/tagged_logging.rb:26:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7/lib/active_support/tagged_logging.rb:68:in\n `tagged'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/lib/rails/rack/logger.rb:20:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7/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/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/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/lib/rails/engine.rb:518:in\n `call'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/railties-4.2.7/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"], ["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"], ["created_at", "2016-08-29 18:59:08.292208"], ["updated_at", "2016-08-29 18:59:08.292208"]]  (13.9ms) commit transaction  (0.0ms) begin transaction 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 18:59:08.325535"], ["updated_at", "2016-08-29 18:59:08.325535"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-08-29 18:59:08.325535"], ["updated_at", "2016-08-29 18:59:08.332424"], ["id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", 1], ["last_experiencer_type", "User"], ["updated_at", "2016-08-29 18:59:08.344841"], ["id", 13]]  (7.7ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 14:59:14 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] Errdo::Error Load (1.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "trollers/static_controller.rb:7:in `generic_error'standard-errorRuntimeError"]]  (0.3ms) begin transaction SQL (0.6ms) 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 18:59:14.947789"], ["updated_at", "2016-08-29 18:59:14.947789"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-08-29 18:59:14.947789"], ["updated_at", "2016-08-29 18:59:14.963493"], ["id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1  (14.2ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 15:00:41 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.0ms) begin transaction 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 19:00:41.747178"], ["updated_at", "2016-08-29 19:00:41.747178"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-08-29 19:00:41.747178"], ["updated_at", "2016-08-29 19:00:41.754604"], ["id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1  (13.0ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 15:10:31 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 19:10:31.787320"], ["updated_at", "2016-08-29 19:10:31.787320"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-08-29 19:10:31.787320"], ["updated_at", "2016-08-29 19:10:31.794139"], ["id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1  (9.8ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 15:14:11 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 19:14:11.998949"], ["updated_at", "2016-08-29 19:14:11.998949"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-08-29 19:14:11.998949"], ["updated_at", "2016-08-29 19:14:12.009674"], ["id", 13]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1  (14.3ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-08-29 15:15:08 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] 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"]]  (0.1ms) begin transaction 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: Z1YzcjBoMWZHMDRIZit4Z0tSNXEwWUtOVHArempQcWJSREhUVFNxV2RxNFpZUnlMTysvYWxTREdacGl4NjJhSklJVzlIRUpBaHRIc1diNEFyYmREc3hwVmR5MkRGbVBkY3JqWGttdlFRNFlmWlA3bG5IWVlYWHYvWHozWmJvNS9oeWdZNHNOZDFoeGppSjR5amh1bWRRNVduZFJieU5nTm5FYWVvcXFEK3laUWdOczlMZFRNOTI0Q0V5eE80WEJFNGRTcll1MEJHdVF2YkxUUXFZVEMxSDk1UW5HWlNXcFlicExGNmpSVXZkRGg2V2xsbzhFaXZNeFB2eWkzN1BYSXFUd2pvOGV5a0Z6ZytEeENONE5iZkduRlM2cTJkNmlZTDl4dzREa3FSdVlwcDNubExtNldCNzdKWTFKMzQwdnFaQVJ1c21EMWdpZFNrUmJMZVFUNDhTbDRVZlErSHJpYm5DR0ZrSTdCNUVvPS0tM281QnFnMVBtY2ltdVNFUDNpczdYdz09--22df84190aecdf249703e578d8d755b33cb3ed52\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-08-29 19:15:08.830617"], ["updated_at", "2016-08-29 19:15:08.830617"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-08-29 19:15:08.830617"], ["updated_at", "2016-08-29 19:15:08.842814"], ["id", 13]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] 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" != 13) LIMIT 1  (14.3ms) commit transaction Started GET "/static/generic_error" for 127.0.0.1 at 2016-09-18 10:23:14 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' Started GET "/static/generic_error" for 127.0.0.1 at 2016-09-18 10:27:41 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' 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"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-09-18 14:27:41.927280"], ["updated_at", "2016-09-18 14:27:41.927280"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 7], ["last_occurred_at", "2016-09-18 14:27:41.927280"], ["updated_at", "2016-09-18 14:27:41.940372"], ["id", 13]] 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" != 13) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "last_experiencer_id" = ?, "last_experiencer_type" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["last_experiencer_id", nil], ["last_experiencer_type", nil], ["updated_at", "2016-09-18 14:27:41.948433"], ["id", 13]]  (7.9ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 19:52:33 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#log as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ror_logger_parser.rb:49:in `set_accessible_params'NilClass"]]  (0.2ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ror_logger_parser.rb:49:in `set_accessible_params''NilClass' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["exception_class_name", "NilClass"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/models/error_logger_parser.rb:49:in `set_accessible_params'\"\n- \"/home/eric/Projects/errdo/lib/errdo/models/error_logger_parser.rb:11:in `initialize'\"\n- \"/home/eric/Projects/errdo/lib/errdo/logger.rb:8:in `new'\"\n- \"/home/eric/Projects/errdo/lib/errdo/logger.rb:8:in `initialize'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `new'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `error'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "ror_logger_parser.rb:49:in `set_accessible_params'NilClass"], ["created_at", "2016-10-03 23:52:33.249842"], ["updated_at", "2016-10-03 23:52:33.249842"]]  (6.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 14], ["created_at", "2016-10-03 23:52:33.288750"], ["updated_at", "2016-10-03 23:52:33.288750"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 14]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ror_logger_parser.rb:49:in `set_accessible_params''NilClass' AND "errors"."id" != 14) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-03 23:52:33.288750"], ["updated_at", "2016-10-03 23:52:33.294156"], ["id", 14]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ror_logger_parser.rb:49:in `set_accessible_params''NilClass' AND "errors"."id" != 14) LIMIT 1  (8.3ms) commit transaction Completed 500 Internal Server Error in 119ms (ActiveRecord: 17.4ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionView::MissingTemplate"], ["exception_message", "Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:\n * \"/home/eric/Projects/errdo/test/dummy/app/views\"\n * \"/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views\"\n * \"/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views\"\n * \"/home/eric/Projects/errdo/app/views\"\n"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/log"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/path_set.rb:46:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/lookup_context.rb:121:in\n `find'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/renderer/abstract_renderer.rb:18:in\n `find_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/renderer/template_renderer.rb:40:in\n `determine_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/renderer/template_renderer.rb:8:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/renderer/renderer.rb:46:in\n `render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/renderer/renderer.rb:27:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:100:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/streaming.rb:217:in\n `_render_template'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionview-4.2.7.1/lib/action_view/rendering.rb:83:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:32:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/renderers.rb:37:in\n `render_to_body'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/abstract_controller/rendering.rb:25:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:16:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:44:in\n `block (2 levels) in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/core_ext/benchmark.rb:12:in\n `block in ms'\"\n- \"/home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activesupport-4.2.7.1/lib/active_support/core_ext/benchmark.rb:12:in\n `ms'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:44:in\n `block in render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:87:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/activerecord-4.2.7.1/lib/active_record/railties/controller_runtime.rb:25:in\n `cleanup_view_runtime'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/instrumentation.rb:43:in\n `render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:10:in\n `default_render'\"\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:5: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"], ["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"], ["created_at", "2016-10-03 23:52:33.350367"], ["updated_at", "2016-10-03 23:52:33.350367"]]  (11.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-03 23:52:33.378984"], ["updated_at", "2016-10-03 23:52:33.378984"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-03 23:52:33.378984"], ["updated_at", "2016-10-03 23:52:33.388883"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (10.5ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-03 19:52:55 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (85.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (2.9ms) Completed 200 OK in 1659ms (Views: 1655.9ms | ActiveRecord: 1.2ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-10-03 19:52:57 -0400 Started GET "/errdo/errors/14" for 127.0.0.1 at 2016-10-03 19:53:05 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"14"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 14]] 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", 14]] 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", 14]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (20.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 44ms (Views: 38.3ms | ActiveRecord: 0.8ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 19:57:36 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["exception_class_name", "NilClass"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"], ["created_at", "2016-10-03 23:57:36.261868"], ["updated_at", "2016-10-03 23:57:36.261868"]]  (6.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-03 23:57:36.291164"], ["updated_at", "2016-10-03 23:57:36.291164"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-03 23:57:36.291164"], ["updated_at", "2016-10-03 23:57:36.295422"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (10.8ms) commit transaction Completed 500 Internal Server Error in 87ms (ActiveRecord: 20.6ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: Uy8xekxOcHg2bklGT0JjcndzV1JYa21DV0lQeFFYMkJGVWlTY0trZXJXZVVvcWkvK0RtYVRTOGQrZW1jTy9WcWljRGhYSXo5YldBaytCZDdVWTU1bHExUG9VYlVXODJIMCtUREhvaHBuTXkyaGJJY09uZHRoaUtMcFByZnE2VkY0a290eFVLVVZHcWVRU25FYmhlQUp3PT0tLUttdlpZSkIxc3FIdWZLRFZNa3JJN2c9PQ==--cda56a2a179c2ca72f4f374cda1ea4e36fca36f0\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-03 23:57:36.338257"], ["updated_at", "2016-10-03 23:57:36.338257"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-03 23:57:36.338257"], ["updated_at", "2016-10-03 23:57:36.344389"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (9.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-03 19:57:40 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 60ms (Views: 57.5ms | ActiveRecord: 1.1ms) Started GET "/errdo/errors/16" for 127.0.0.1 at 2016-10-03 19:57:44 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"16"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 16]] 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", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 30ms (Views: 20.2ms | ActiveRecord: 1.2ms) Started GET "/log" for 127.0.0.1 at 2016-10-03 19:58:49 -0400 ActionController::RoutingError (No route matches [GET] "/log"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'matches [GET] \"/log\"roller::RoutingError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''matches [GET] "/log"roller::RoutingError' LIMIT 1 SQL (0.2ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "ActionController::RoutingError"], ["exception_message", "No route matches [GET] \"/log\""], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/log"], ["backtrace", "---\n- \"/home/eric/.rvm/gems/ruby-2.3.1/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/debug_exceptions.rb:21: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"], ["backtrace_hash", "spatch/middleware/debug_exceptions.rb:21:in `call'matches [GET] \"/log\"roller::RoutingError"], ["created_at", "2016-10-03 23:58:49.157269"], ["updated_at", "2016-10-03 23:58:49.157269"]]  (4.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "param_values", "cookie_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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QXVDSE84VU5tOUNsREhrMjYxd2xSQnJpVCsyWTNxSXZUcTl0SVF4YlgxM3lISEVsdFBNaW9mREhOWFpMNHdINlZyeVd0d1BTZWpaYTJUUXFQc1p2MzlGd3d0S1VxWENsOGxvakVNWWd2ZzhBVTFEZEpVUFpqeUpPamI3ZG5zanNkMXZWMEI0SkhVOXhrUVVWc25iTXZRPT0tLUN3Zk95R3Rmbm5EaE41c0pSMldXNnc9PQ==--ea39c705dc96aa26271e160ec40a2cefc1fdbd15\n"], ["error_id", 17], ["created_at", "2016-10-03 23:58:49.179618"], ["updated_at", "2016-10-03 23:58:49.179618"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 17]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''matches [GET] "/log"roller::RoutingError' AND "errors"."id" != 17) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-03 23:58:49.179618"], ["updated_at", "2016-10-03 23:58:49.183410"], ["id", 17]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'spatch/middleware/debug_exceptions.rb:21:in `call''matches [GET] "/log"roller::RoutingError' AND "errors"."id" != 17) LIMIT 1  (7.7ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 19:58:54 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-03 23:58:55.012964"], ["updated_at", "2016-10-03 23:58:55.012964"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-03 23:58:55.012964"], ["updated_at", "2016-10-03 23:58:55.022092"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (11.6ms) commit transaction Completed 500 Internal Server Error in 47ms (ActiveRecord: 13.0ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: QXVDSE84VU5tOUNsREhrMjYxd2xSQnJpVCsyWTNxSXZUcTl0SVF4YlgxM3lISEVsdFBNaW9mREhOWFpMNHdINlZyeVd0d1BTZWpaYTJUUXFQc1p2MzlGd3d0S1VxWENsOGxvakVNWWd2ZzhBVTFEZEpVUFpqeUpPamI3ZG5zanNkMXZWMEI0SkhVOXhrUVVWc25iTXZRPT0tLUN3Zk95R3Rmbm5EaE41c0pSMldXNnc9PQ==--ea39c705dc96aa26271e160ec40a2cefc1fdbd15\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-03 23:58:55.061253"], ["updated_at", "2016-10-03 23:58:55.061253"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-10-03 23:58:55.061253"], ["updated_at", "2016-10-03 23:58:55.070366"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (9.4ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-03 19:58:58 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (47.8ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 74ms (Views: 69.6ms | ActiveRecord: 1.3ms) Started GET "/errdo/errors/16" for 127.0.0.1 at 2016-10-03 19:59:03 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"16"} Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] 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", 16]] 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", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (3.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 28ms (Views: 20.6ms | ActiveRecord: 1.6ms) Started GET "/errdo/errors/16?occurrence_id=27" for 127.0.0.1 at 2016-10-03 19:59:16 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"27", "id"=>"16"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 27]] 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", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 27ms (Views: 21.7ms | ActiveRecord: 0.8ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 20:12:55 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-04 00:12:55.688180"], ["updated_at", "2016-10-04 00:12:55.688180"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-10-04 00:12:55.688180"], ["updated_at", "2016-10-04 00:12:55.693403"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (6.9ms) commit transaction Completed 500 Internal Server Error in 30089ms (ActiveRecord: 8.7ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: ODlzSS8zS295SEdRREo0Q0RtV1RibWZTQnpCZlArV2FJOG02K09PU01mUUo5aGxoVmdCcXFjUzNlRVUvK2tySStIVlRRbEp3UzdaZUxNS1BGQWJvcDMvU00zcm9IaHVia2VuTTZwTVJMdEY1ZU9VcVRUa09zMmFJMmVSN1pIamc1cDdBQ2FDblFWdW9EY3pxMEM5Wnh3PT0tLUJTcU9McFM2MUpzSXBLajlBVzFKbXc9PQ==--a20e670f8b182a7a7a82ee349a8bff4242da5e30\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-04 00:13:25.769879"], ["updated_at", "2016-10-04 00:13:25.769879"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-10-04 00:13:25.769879"], ["updated_at", "2016-10-04 00:13:25.777962"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (11.5ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 20:13:25 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-04 00:13:25.812364"], ["updated_at", "2016-10-04 00:13:25.812364"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-10-04 00:13:25.812364"], ["updated_at", "2016-10-04 00:13:25.817745"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (6.0ms) commit transaction Completed 500 Internal Server Error in 1770ms (ActiveRecord: 8.1ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: ODlzSS8zS295SEdRREo0Q0RtV1RibWZTQnpCZlArV2FJOG02K09PU01mUUo5aGxoVmdCcXFjUzNlRVUvK2tySStIVlRRbEp3UzdaZUxNS1BGQWJvcDMvU00zcm9IaHVia2VuTTZwTVJMdEY1ZU9VcVRUa09zMmFJMmVSN1pIamc1cDdBQ2FDblFWdW9EY3pxMEM5Wnh3PT0tLUJTcU9McFM2MUpzSXBLajlBVzFKbXc9PQ==--a20e670f8b182a7a7a82ee349a8bff4242da5e30\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-04 00:13:27.588623"], ["updated_at", "2016-10-04 00:13:27.588623"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-10-04 00:13:27.588623"], ["updated_at", "2016-10-04 00:13:27.595258"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (6.0ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 20:13:41 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:16:in `log'NilClass"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''NilClass' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["exception_class_name", "NilClass"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:16:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:16:in `log'NilClass"], ["created_at", "2016-10-04 00:13:56.744548"], ["updated_at", "2016-10-04 00:13:56.744548"]]  (8.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 18], ["created_at", "2016-10-04 00:13:56.773980"], ["updated_at", "2016-10-04 00:13:56.773980"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 18]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''NilClass' AND "errors"."id" != 18) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 00:13:56.773980"], ["updated_at", "2016-10-04 00:13:56.779517"], ["id", 18]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''NilClass' AND "errors"."id" != 18) LIMIT 1  (9.5ms) commit transaction Completed 500 Internal Server Error in 15468ms (ActiveRecord: 21.5ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: ODlzSS8zS295SEdRREo0Q0RtV1RibWZTQnpCZlArV2FJOG02K09PU01mUUo5aGxoVmdCcXFjUzNlRVUvK2tySStIVlRRbEp3UzdaZUxNS1BGQWJvcDMvU00zcm9IaHVia2VuTTZwTVJMdEY1ZU9VcVRUa09zMmFJMmVSN1pIamc1cDdBQ2FDblFWdW9EY3pxMEM5Wnh3PT0tLUJTcU9McFM2MUpzSXBLajlBVzFKbXc9PQ==--a20e670f8b182a7a7a82ee349a8bff4242da5e30\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-04 00:13:56.822163"], ["updated_at", "2016-10-04 00:13:56.822163"]] SQL (0.1ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-10-04 00:13:56.822163"], ["updated_at", "2016-10-04 00:13:56.827846"], ["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (7.2ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-03 20:46:39 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.9ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (51.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.1ms) Completed 200 OK in 76ms (Views: 70.2ms | ActiveRecord: 2.1ms) Started GET "/errdo/errors/15" for 127.0.0.1 at 2016-10-03 20:46:45 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"15"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 15]] Errdo::ErrorOccurrence Load (0.8ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 15]] 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", 15]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 63ms (Views: 23.1ms | ActiveRecord: 3.1ms) Started GET "/errdo/errors/18" for 127.0.0.1 at 2016-10-03 20:46:56 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"18"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 18]] Errdo::ErrorOccurrence Load (0.1ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 18]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 18]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.6ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:12:30 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-04 01:12:30.620487"], ["updated_at", "2016-10-04 01:12:30.620487"]] SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-10-04 01:12:30.620487"], ["updated_at", "2016-10-04 01:12:30.632215"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (8.3ms) commit transaction Completed 500 Internal Server Error in 84ms (ActiveRecord: 11.3ms) ActionView::MissingTemplate (Missing template static/log, application/log with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :slim]}. Searched in: * "/home/eric/Projects/errdo/test/dummy/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/devise-4.2.0/app/views" * "/home/eric/.rvm/gems/ruby-2.3.1/gems/kaminari-0.17.0/app/views" * "/home/eric/Projects/errdo/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eric/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.6) lib/warden/manager.rb:35:in `block in call' warden (1.2.6) lib/warden/manager.rb:34:in `catch' warden (1.2.6) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' 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' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "w-4.2.7.1/lib/action_view/path_set.rb:46:in `find'ts/errdo/app/views\"\niew::MissingTemplate"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: aVdJblAzeUlpVXl1OHdwdXg2Yk9kbUZ0TjdoYTdKU3pUWE1nWnRRVTZiSlgwMGlvbFd2ci9RMFZjMWU0RmFqdnRXYVcrcmVHRUR6Wm1nYkFOOTJhVWdNekhwV2YwSENsVmdScWNBTHJsTHRKMzdiSVByMGxtYU9zNlo4ZXVmR01heDUzTUxxbDdYaU1aU1Z4TUR0RDhRPT0tLUc1ZWNuc3ZJTnFmZ3NPTDc3RzlnRFE9PQ==--06f326d2f170884ccc7ccedbc80bac048d2916a9\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 15], ["created_at", "2016-10-04 01:12:30.683416"], ["updated_at", "2016-10-04 01:12:30.683416"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 15]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1 SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 7], ["last_occurred_at", "2016-10-04 01:12:30.683416"], ["updated_at", "2016-10-04 01:12:30.693314"], ["id", 15]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'w-4.2.7.1/lib/action_view/path_set.rb:46:in `find''ts/errdo/app/views" iew::MissingTemplate' AND "errors"."id" != 15) LIMIT 1  (6.6ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:12:33 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 75ms (Views: 70.9ms | ActiveRecord: 2.0ms) Started GET "/errdo/errors/16" for 127.0.0.1 at 2016-10-03 21:12:38 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"16"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 16]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 51ms (Views: 33.6ms | ActiveRecord: 1.4ms) Started GET "/errdo/errors/16?occurrence_id=38" for 127.0.0.1 at 2016-10-03 21:12:45 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"occurrence_id"=>"38", "id"=>"16"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."id" = ? LIMIT 1 [["id", 38]] 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", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (8.2ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 37ms (Views: 33.2ms | ActiveRecord: 0.6ms) Started GET "/errdo/errors/15" for 127.0.0.1 at 2016-10-03 21:14:07 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"15"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 15]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 15]] Errdo::ErrorOccurrence Load (0.5ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 15]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (15.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 71ms (Views: 63.4ms | ActiveRecord: 1.3ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:14:42 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'NilClass"]]  (0.2ms) begin transaction SQL (1.6ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 16], ["created_at", "2016-10-04 01:14:42.040276"], ["updated_at", "2016-10-04 01:14:42.040276"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 16]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-10-04 01:14:42.040276"], ["updated_at", "2016-10-04 01:14:42.050423"], ["id", 16]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''NilClass' AND "errors"."id" != 16) LIMIT 1  (6.1ms) commit transaction Rendered static/log.html.erb (0.5ms) Completed 200 OK in 47ms (Views: 4.1ms | ActiveRecord: 8.8ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:14:46 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (77.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 111ms (Views: 105.3ms | ActiveRecord: 1.5ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-10-03 21:14:46 -0400 Started GET "/errdo/errors/16" for 127.0.0.1 at 2016-10-03 21:14:49 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"16"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 16]] 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", 16]] 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", 16]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (10.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.9ms) Completed 200 OK in 53ms (Views: 42.4ms | ActiveRecord: 1.0ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:20:05 -0400 Processing by StaticController#log as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `exists?' for nil:NilClass): app/controllers/static_controller.rb:15:in `log' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "ror_logger_parser.rb:47:in `set_accessible_params's?' for nil:NilClassNoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'ror_logger_parser.rb:47:in `set_accessible_params''s?'' for nil:NilClassNoMethodError' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `exists?' for nil:NilClass"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/log"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/models/error_logger_parser.rb:47:in `set_accessible_params'\"\n- \"/home/eric/Projects/errdo/lib/errdo/models/error_logger_parser.rb:11:in `initialize'\"\n- \"/home/eric/Projects/errdo/lib/errdo/logger.rb:10:in `new'\"\n- \"/home/eric/Projects/errdo/lib/errdo/logger.rb:10:in `initialize'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `new'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `error'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "ror_logger_parser.rb:47:in `set_accessible_params's?' for nil:NilClassNoMethodError"], ["created_at", "2016-10-04 01:20:05.764968"], ["updated_at", "2016-10-04 01:20:05.764968"]]  (8.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: M0x6dzNMT0hDVkYvdWk5UXg3dTBvbWhSVXBKRUh5QjEvZFBkc094UmJZNHVJcml6TUsrUW1hYklDd2RDUGcyUWJLanowejcxa1YzWXlBTzRyTjF1RlRWK2YrMzhkSlA0dVNDYllPOHgxaUVKWnpGRm5sQU9LVzlYOGY3SEVlOHZkTTdiVUUwTE9SQWZISm4wVEt2c0hnPT0tLWtESGd5dTZ1QTlWMVp5K0Z5SytpaEE9PQ==--f9f89b9d65755b94cd570b4b643efafb04c08fa4\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 19], ["created_at", "2016-10-04 01:20:05.821087"], ["updated_at", "2016-10-04 01:20:05.821087"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 19]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ror_logger_parser.rb:47:in `set_accessible_params''s?'' for nil:NilClassNoMethodError' AND "errors"."id" != 19) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 01:20:05.821087"], ["updated_at", "2016-10-04 01:20:05.835569"], ["id", 19]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'ror_logger_parser.rb:47:in `set_accessible_params''s?'' for nil:NilClassNoMethodError' AND "errors"."id" != 19) LIMIT 1  (11.4ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:20:44 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["exception_class_name", "None"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"], ["created_at", "2016-10-04 01:20:44.228422"], ["updated_at", "2016-10-04 01:20:44.228422"]]  (8.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:20:44.262113"], ["updated_at", "2016-10-04 01:20:44.262113"]] SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 01:20:44.262113"], ["updated_at", "2016-10-04 01:20:44.268721"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (9.5ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 93ms (Views: 7.4ms | ActiveRecord: 21.4ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:20:49 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (39.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 59ms (Views: 55.3ms | ActiveRecord: 1.4ms) Started GET "/errdo/errors/20" for 127.0.0.1 at 2016-10-03 21:20:52 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"20"} Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 20]] Errdo::ErrorOccurrence Load (0.6ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 20]] 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", 20]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 39ms (Views: 29.4ms | ActiveRecord: 1.4ms) Started GET "/static/generic_error" for 127.0.0.1 at 2016-10-03 21:21:18 -0400 Processing by StaticController#generic_error as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) RuntimeError (standard-error): app/controllers/static_controller.rb:7:in `generic_error' 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"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: generic_error\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: amtucGZwZkZ3TFNYN2JmVHRkWWdPQjhxODdXZ0tiNFREUVRSYkxlakk2aUxtTDd6YWtnQTRwZnpIMlQ3T05tNWRsK3NzKzkraXJzRVU0WEdXRUhyY3lDTHJydjdncUdLM1hZTFhGRlVFZGRxcjZLb1h0THJQVHdya3Bib3I0ZUcxNzJkR25IeXhhSVhpb3F3b1pKaDJnPT0tLVZZQUM2Syt6ZXZqbmJldE9oRlZOM0E9PQ==--2b334137959cc25e2f34e3ca2142a4c304a645d5\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 13], ["created_at", "2016-10-04 01:21:18.556488"], ["updated_at", "2016-10-04 01:21:18.556488"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 13]] 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" != 13) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 8], ["last_occurred_at", "2016-10-04 01:21:18.556488"], ["updated_at", "2016-10-04 01:21:18.563250"], ["id", 13]] 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" != 13) LIMIT 1  (10.9ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:21:30 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:21:30.106143"], ["updated_at", "2016-10-04 01:21:30.106143"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-04 01:21:30.106143"], ["updated_at", "2016-10-04 01:21:30.112726"], ["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (8.7ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 43ms (Views: 5.1ms | ActiveRecord: 9.9ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:21:44 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:21:52.774516"], ["updated_at", "2016-10-04 01:21:52.774516"]] SQL (0.7ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-10-04 01:21:52.774516"], ["updated_at", "2016-10-04 01:21:52.785627"], ["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (12.7ms) commit transaction Rendered static/log.html.erb (0.5ms) Completed 200 OK in 11512ms (Views: 20.0ms | ActiveRecord: 16.5ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:22:54 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:23:42.486817"], ["updated_at", "2016-10-04 01:23:42.486817"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-10-04 01:23:42.486817"], ["updated_at", "2016-10-04 01:23:42.494914"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (12.1ms) commit transaction Rendered static/log.html.erb (0.1ms) Completed 200 OK in 47956ms (Views: 7.1ms | ActiveRecord: 14.4ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:24:38 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:24:45.748801"], ["updated_at", "2016-10-04 01:24:45.748801"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 5], ["last_occurred_at", "2016-10-04 01:24:45.748801"], ["updated_at", "2016-10-04 01:24:45.758074"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (9.4ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 8898ms (Views: 6.3ms | ActiveRecord: 13.2ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:25:11 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:25:15.740236"], ["updated_at", "2016-10-04 01:25:15.740236"]] SQL (1.5ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 6], ["last_occurred_at", "2016-10-04 01:25:15.740236"], ["updated_at", "2016-10-04 01:25:15.755168"], ["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (12.6ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 4153ms (Views: 8.7ms | ActiveRecord: 18.4ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:25:54 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:26:02.073251"], ["updated_at", "2016-10-04 01:26:02.073251"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 7], ["last_occurred_at", "2016-10-04 01:26:02.073251"], ["updated_at", "2016-10-04 01:26:02.080347"], ["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (5.4ms) commit transaction Rendered static/log.html.erb (0.1ms) Completed 200 OK in 7473ms (Views: 8.5ms | ActiveRecord: 9.6ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:29:18 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:31:18.777515"], ["updated_at", "2016-10-04 01:31:18.777515"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 8], ["last_occurred_at", "2016-10-04 01:31:18.777515"], ["updated_at", "2016-10-04 01:31:18.787334"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (9.0ms) commit transaction Rendered static/log.html.erb (0.1ms) Completed 200 OK in 119967ms (Views: 8.0ms | ActiveRecord: 12.5ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:31:23 -0400 Processing by StaticController#log as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `each' for "This is the error":String): app/controllers/static_controller.rb:15:in `log' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "lpers/notification_helper.rb:10:in `separate_args'is the error\":StringNoMethodError"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'lpers/notification_helper.rb:10:in `separate_args''is the error":StringNoMethodError' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "NoMethodError"], ["exception_message", "undefined method `each' for \"This is the error\":String"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/log"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/lib/errdo/helpers/notification_helper.rb:10:in `separate_args'\"\n- \"/home/eric/Projects/errdo/lib/errdo/logger.rb:7:in `initialize'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `new'\"\n- \"/home/eric/Projects/errdo/lib/errdo.rb:120:in `error'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "lpers/notification_helper.rb:10:in `separate_args'is the error\":StringNoMethodError"], ["created_at", "2016-10-04 01:31:23.479227"], ["updated_at", "2016-10-04 01:31:23.479227"]]  (10.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: log\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: dFd3dUUyTC9qWVlVaC9DeUhpcU13L040azdsTGVTWG5RNmRwU2V1SmZCWlBDMFk0Rk5TVS9kK1FCNUlCNWZUYWRlZ1d4WXpvQlpsNVg0cHVXbXlBSmNNZno2N2pqcTliUUZUZ0tsYVhtS2JLT0pRMFFFZkdtNkhkSmZwTmppWjZRUnB6TXhrZTNZSkVqdld2aTQyTGxnPT0tLUlqZlhRVU0yWHZkVW9QTlY4SWNrckE9PQ==--e2ab031bede3f1586c1ae9cbe086a87e0b13d75d\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 21], ["created_at", "2016-10-04 01:31:23.515680"], ["updated_at", "2016-10-04 01:31:23.515680"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 21]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'lpers/notification_helper.rb:10:in `separate_args''is the error":StringNoMethodError' AND "errors"."id" != 21) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 01:31:23.515680"], ["updated_at", "2016-10-04 01:31:23.520798"], ["id", 21]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'lpers/notification_helper.rb:10:in `separate_args''is the error":StringNoMethodError' AND "errors"."id" != 21) LIMIT 1  (11.2ms) commit transaction Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:33:23 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' LIMIT 1 SQL (0.3ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["exception_class_name", "None"], ["exception_message", "This is the error"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"], ["created_at", "2016-10-04 01:33:23.536054"], ["updated_at", "2016-10-04 01:33:23.536054"]]  (12.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("param_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["param_values", "---\n:user: \n:data: This is the data\n"], ["error_id", 22], ["created_at", "2016-10-04 01:33:23.575390"], ["updated_at", "2016-10-04 01:33:23.575390"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 22]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 22) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 01:33:23.575390"], ["updated_at", "2016-10-04 01:33:23.580522"], ["id", 22]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 22) LIMIT 1  (7.5ms) commit transaction Rendered static/log.html.erb (0.1ms) Completed 200 OK in 101ms (Views: 5.6ms | ActiveRecord: 23.3ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:33:31 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.0ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (53.6ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.7ms) Completed 200 OK in 77ms (Views: 72.9ms | ActiveRecord: 1.6ms) Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-10-03 21:33:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (6.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.8ms) Completed 200 OK in 33ms (Views: 26.9ms | ActiveRecord: 1.0ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:38:34 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (56.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.0ms) Completed 200 OK in 86ms (Views: 76.5ms | ActiveRecord: 3.6ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-10-03 21:38:34 -0400 Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-10-03 21:38:41 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.7ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 22]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (4.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 45ms (Views: 20.1ms | ActiveRecord: 1.6ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:39:56 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:39:56.410041"], ["updated_at", "2016-10-04 01:39:56.410041"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 9], ["last_occurred_at", "2016-10-04 01:39:56.410041"], ["updated_at", "2016-10-04 01:39:56.417213"], ["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (8.9ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 73ms (Views: 5.5ms | ActiveRecord: 11.8ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:39:56 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:39:56.638645"], ["updated_at", "2016-10-04 01:39:56.638645"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.6ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 10], ["last_occurred_at", "2016-10-04 01:39:56.638645"], ["updated_at", "2016-10-04 01:39:56.645381"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (7.0ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 39ms (Views: 4.1ms | ActiveRecord: 9.6ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:40:15 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:40:15.766071"], ["updated_at", "2016-10-04 01:40:15.766071"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 11], ["last_occurred_at", "2016-10-04 01:40:15.766071"], ["updated_at", "2016-10-04 01:40:15.775234"], ["id", 20]] Errdo::Error Exists (0.4ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (5.3ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 79ms (Views: 8.3ms | ActiveRecord: 9.2ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:40:56 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'None"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 20], ["created_at", "2016-10-04 01:40:56.599513"], ["updated_at", "2016-10-04 01:40:56.599513"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 20]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 12], ["last_occurred_at", "2016-10-04 01:40:56.599513"], ["updated_at", "2016-10-04 01:40:56.606995"], ["id", 20]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''None' AND "errors"."id" != 20) LIMIT 1  (8.0ms) commit transaction Rendered static/log.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 7.7ms | ActiveRecord: 11.2ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:41:06 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.7ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:16:in `log'None"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''None' LIMIT 1 SQL (0.5ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["exception_class_name", "None"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:16:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:16:in `log'None"], ["created_at", "2016-10-04 01:42:50.687482"], ["updated_at", "2016-10-04 01:42:50.687482"]]  (5.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 23], ["created_at", "2016-10-04 01:42:50.715281"], ["updated_at", "2016-10-04 01:42:50.715281"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 23]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''None' AND "errors"."id" != 23) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 01:42:50.715281"], ["updated_at", "2016-10-04 01:42:50.720295"], ["id", 23]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:16:in `log''None' AND "errors"."id" != 23) LIMIT 1  (9.8ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 103803ms (Views: 5.7ms | ActiveRecord: 21.4ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 21:43:15 -0400 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#log as HTML Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"]]  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "error_occurrences" ("param_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["param_values", "---\n:user: \n:data: This is the data\n"], ["error_id", 22], ["created_at", "2016-10-04 01:43:27.043785"], ["updated_at", "2016-10-04 01:43:27.043785"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 22]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 22) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-04 01:43:27.043785"], ["updated_at", "2016-10-04 01:43:27.060047"], ["id", 22]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 22) LIMIT 1  (9.9ms) commit transaction Rendered static/log.html.erb (4.4ms) Completed 200 OK in 11237ms (Views: 18.5ms | ActiveRecord: 12.6ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:43:32 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (91.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (2.9ms) Completed 200 OK in 349ms (Views: 345.6ms | ActiveRecord: 1.3ms) Started GET "/errdo" for 127.0.0.1 at 2016-10-03 21:43:33 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (37.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.3ms) Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.8ms) Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-10-03 21:43:35 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.5ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 22]] 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", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (17.3ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms) Completed 200 OK in 74ms (Views: 66.9ms | ActiveRecord: 1.1ms) Started GET "/errdo/errors/22" for 127.0.0.1 at 2016-10-03 21:44:51 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"22"} Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 22]] 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", 22]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 22]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (11.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (2.3ms) Completed 200 OK in 70ms (Views: 61.2ms | ActiveRecord: 1.0ms) Started GET "/errdo/" for 127.0.0.1 at 2016-10-03 21:45:04 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (1.6ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms) Completed 200 OK in 86ms (Views: 73.2ms | ActiveRecord: 2.3ms)  (12.1ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) select sqlite_version(*)  (15.0ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (8.8ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (6.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (6.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.9ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (11.4ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (10.9ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (12.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (6.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (10.5ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (14.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (8.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (5.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160821003229')  (5.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941')  (11.2ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) select sqlite_version(*)  (15.0ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (14.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.7ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (8.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (7.2ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (17.1ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (10.6ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (7.0ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (6.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (6.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (10.7ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (11.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (11.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160821003229')  (5.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ErrdoCreateErrors (20161004015324)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "importance" varchar DEFAULT 'error', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) rollback transaction  (10.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (10.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateUsers (20160816202941)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202941"]]  (8.9ms) commit transaction Migrating to ErrdoCreateErrors (20161004015324)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "importance" varchar DEFAULT 'error', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms) CREATE INDEX "index_errors_on_importance" ON "errors" ("importance")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (0.1ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (0.2ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161004015324"]]  (7.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (5.7ms) DROP TABLE "error_occurrences"  (6.5ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (9.5ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (15.7ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (8.6ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (8.4ms) DROP TABLE "errors"  (8.7ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "importance" varchar DEFAULT 'error', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (5.0ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (4.9ms) CREATE INDEX "index_errors_on_importance" ON "errors" ("importance")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (5.2ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (8.4ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (8.9ms) DROP TABLE "users"  (9.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.4ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (5.9ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.3ms) SELECT version FROM "schema_migrations"  (7.9ms) CREATE TABLE "error_occurrences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "error_id" integer, "experiencer_type" varchar, "experiencer_id" integer, "ip" varchar, "user_agent" varchar, "referer" varchar, "query_string" varchar, "form_values" text, "param_values" text, "cookie_values" text, "header_values" text, "ocurrence_count" integer DEFAULT 1, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) select sqlite_version(*)  (11.1ms) CREATE INDEX "index_error_occurrences_on_error_id" ON "error_occurrences" ("error_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'   (11.3ms) CREATE INDEX "index_error_occurrences_on_experiencer_id" ON "error_occurrences" ("experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_error_occurrences_on_error_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_error_occurrences_on_error_id' AND type='index'  (11.0ms) CREATE INDEX "index_error_occurrences_on_experiencer_type" ON "error_occurrences" ("experiencer_type")  (7.7ms) CREATE TABLE "errors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "exception_class_name" varchar, "exception_message" varchar, "http_method" varchar, "host_name" varchar, "url" varchar, "backtrace" text, "backtrace_hash" varchar, "occurrence_count" integer DEFAULT 0, "last_occurred_at" datetime, "last_experiencer_type" varchar, "last_experiencer_id" integer, "status" integer DEFAULT 0, "importance" varchar DEFAULT 'error', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (7.0ms) CREATE UNIQUE INDEX "index_errors_on_backtrace_hash" ON "errors" ("backtrace_hash")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'  (8.6ms) CREATE INDEX "index_errors_on_importance" ON "errors" ("importance")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (11.6ms) CREATE INDEX "index_errors_on_last_experiencer_id" ON "errors" ("last_experiencer_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_last_experiencer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_last_experiencer_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_errors_on_importance' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_importance' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_errors_on_backtrace_hash' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_errors_on_backtrace_hash' AND type='index'   (11.4ms) CREATE INDEX "index_errors_on_last_experiencer_type" ON "errors" ("last_experiencer_type")  (7.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "permission_class" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.6ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (9.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (12.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (11.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20161004015324')  (7.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816202941') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/errdo/" for 127.0.0.1 at 2016-10-03 22:45:30 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (9.4ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (1.1ms) Completed 200 OK in 65ms (Views: 53.5ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-10-03 22:45:30 -0400 Started GET "/static/log" for 127.0.0.1 at 2016-10-03 22:45:36 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.6ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"]]  (0.1ms) begin transaction Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' LIMIT 1 SQL (0.5ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["exception_class_name", "None"], ["exception_message", "This is the error"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:15:in\n `log'\"\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"], ["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"], ["created_at", "2016-10-04 02:45:56.678898"], ["updated_at", "2016-10-04 02:45:56.678898"]]  (10.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "error_occurrences" ("param_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["param_values", "---\n:user: \n:data: This is the data\n"], ["error_id", 1], ["created_at", "2016-10-04 02:45:56.722027"], ["updated_at", "2016-10-04 02:45:56.722027"]] SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-04 02:45:56.722027"], ["updated_at", "2016-10-04 02:45:56.730462"], ["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1  (8.3ms) commit transaction Rendered static/log.html.erb (0.3ms) Completed 200 OK in 20513ms (Views: 6.4ms | ActiveRecord: 23.0ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-03 22:45:56 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"]]  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "error_occurrences" ("param_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["param_values", "---\n:user: \n:data: This is the data\n"], ["error_id", 1], ["created_at", "2016-10-04 02:45:57.962946"], ["updated_at", "2016-10-04 02:45:57.962946"]] SQL (1.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-04 02:45:57.962946"], ["updated_at", "2016-10-04 02:45:57.982800"], ["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1  (4.9ms) commit transaction Rendered static/log.html.erb (0.0ms) Completed 200 OK in 1246ms (Views: 2.5ms | ActiveRecord: 8.2ms) Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 18:47:28 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:19:in `exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:19:in `exit'exitSystemExit"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/app/controllers/static_controller.rb:19:in `exit''exitSystemExit' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SystemExit"], ["exception_message", "exit"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/system_exit"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:19:in\n `exit'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:19:in\n `system_exit'\"\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"], ["backtrace_hash", "/app/controllers/static_controller.rb:19:in `exit'exitSystemExit"], ["created_at", "2016-10-06 22:47:28.636418"], ["updated_at", "2016-10-06 22:47:28.636418"]]  (11.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 2], ["created_at", "2016-10-06 22:47:28.682875"], ["updated_at", "2016-10-06 22:47:28.682875"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:19:in `exit''exitSystemExit' AND "errors"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-06 22:47:28.682875"], ["updated_at", "2016-10-06 22:47:28.688485"], ["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:19:in `exit''exitSystemExit' AND "errors"."id" != 2) LIMIT 1  (8.7ms) commit transaction Errdo::Error Load (1.1ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "None"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = 'None' LIMIT 1 SQL (0.6ms) INSERT INTO "errors" ("exception_class_name", "backtrace", "importance", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["exception_class_name", "None"], ["backtrace", "--- []\n"], ["importance", "warning"], ["backtrace_hash", "None"], ["created_at", "2016-10-06 22:49:00.946876"], ["updated_at", "2016-10-06 22:49:00.946876"]]  (8.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "error_occurrences" ("error_id", "created_at", "updated_at") VALUES (?, ?, ?) [["error_id", 3], ["created_at", "2016-10-06 22:49:00.964189"], ["updated_at", "2016-10-06 22:49:00.964189"]] SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 3]] Errdo::Error Exists (0.2ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'None' AND "errors"."id" != 3) LIMIT 1 SQL (0.4ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-06 22:49:00.964189"], ["updated_at", "2016-10-06 22:49:00.970959"], ["id", 3]] Errdo::Error Exists (0.3ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'None' AND "errors"."id" != 3) LIMIT 1  (9.3ms) commit transaction Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 18:49:18 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:19:in `exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:19:in `exit'exitSystemExit"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 2], ["created_at", "2016-10-06 22:49:18.872350"], ["updated_at", "2016-10-06 22:49:18.872350"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:19:in `exit''exitSystemExit' AND "errors"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-06 22:49:18.872350"], ["updated_at", "2016-10-06 22:49:18.882563"], ["id", 2]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:19:in `exit''exitSystemExit' AND "errors"."id" != 2) LIMIT 1  (10.9ms) commit transaction Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:01:54 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:22:in `exit' app/controllers/static_controller.rb:22:in `rescue in system_exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:22:in `exit'exitSystemExit"]]  (0.1ms) begin transaction Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE "errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' LIMIT 1 SQL (0.4ms) INSERT INTO "errors" ("exception_class_name", "exception_message", "http_method", "host_name", "url", "backtrace", "backtrace_hash", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["exception_class_name", "SystemExit"], ["exception_message", "exit"], ["http_method", "GET"], ["host_name", "localhost"], ["url", "http://localhost:3000/static/system_exit"], ["backtrace", "---\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:22:in\n `exit'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:22:in\n `rescue in system_exit'\"\n- \"/home/eric/Projects/errdo/test/dummy/app/controllers/static_controller.rb:19:in\n `system_exit'\"\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"], ["backtrace_hash", "/app/controllers/static_controller.rb:22:in `exit'exitSystemExit"], ["created_at", "2016-10-07 00:01:54.253504"], ["updated_at", "2016-10-07 00:01:54.253504"]]  (10.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-10-07 00:01:54.302804"], ["updated_at", "2016-10-07 00:01:54.302804"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 1], ["last_occurred_at", "2016-10-07 00:01:54.302804"], ["updated_at", "2016-10-07 00:01:54.309302"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1  (6.7ms) commit transaction Started GET "/errdo" for 127.0.0.1 at 2016-10-06 20:02:28 -0400 Processing by Errdo::ErrorsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (45.1ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (12.8ms) Completed 200 OK in 293ms (Views: 290.2ms | ActiveRecord: 0.8ms) Started GET "/assets/errdo/errdo.self-5036751486a305029dd30cfb88687d6a9b50a1a6298a3f41e679220aee331d04.css?body=1" for 127.0.0.1 at 2016-10-06 20:02:28 -0400 Started GET "/errdo/errors/4" for 127.0.0.1 at 2016-10-06 20:02:34 -0400 Processing by Errdo::ErrorsController#show as HTML Parameters: {"id"=>"4"} Errdo::Error Load (0.8ms) SELECT "errors".* FROM "errors" WHERE "errors"."id" = ? LIMIT 1 [["id", 4]] Errdo::ErrorOccurrence Load (0.4ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."id" DESC LIMIT 1 [["error_id", 4]] Errdo::ErrorOccurrence Load (0.3ms) SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY "error_occurrences"."created_at" DESC [["error_id", 4]] Rendered /home/eric/Projects/errdo/app/views/errdo/errors/show.html.slim within layouts/errdo/application (45.7ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms) Completed 200 OK in 84ms (Views: 74.1ms | ActiveRecord: 1.9ms) Started GET "/static/log" for 127.0.0.1 at 2016-10-06 20:05:02 -0400 Processing by StaticController#log as HTML Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "y/app/controllers/static_controller.rb:15:in `log'This is the errorNone"]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "error_occurrences" ("param_values", "error_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["param_values", "---\n:user: \n:data: This is the data\n"], ["error_id", 1], ["created_at", "2016-10-07 00:05:02.868692"], ["updated_at", "2016-10-07 00:05:02.868692"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-10-07 00:05:02.868692"], ["updated_at", "2016-10-07 00:05:02.875281"], ["id", 1]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'y/app/controllers/static_controller.rb:15:in `log''This is the errorNone' AND "errors"."id" != 1) LIMIT 1  (11.5ms) commit transaction Rendered static/log.html.erb (0.3ms) Completed 200 OK in 73ms (Views: 8.6ms | ActiveRecord: 13.8ms) Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:05:03 -0400 Processing by StaticController#system_exit as HTML Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:05:42 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#system_exit as HTML Started GET "/errdo" for 127.0.0.1 at 2016-10-06 20:06:04 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Errdo::ErrorsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0 Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (50.5ms) Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (4.0ms) Completed 200 OK in 353ms (Views: 329.1ms | ActiveRecord: 0.7ms) Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:06:18 -0400 Processing by StaticController#system_exit as HTML Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:06:56 -0400 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:22:in `exit' app/controllers/static_controller.rb:22:in `rescue in system_exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.4ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:22:in `exit'exitSystemExit"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: RnBMaWxubWFlSkRTQWp2d0phK2FlKzAvY0lqaEQ5N0RlM252SFhMNWIrbGg0amNSd1phSXJGUFZTVjZPVHg2MTZuWUJSeTFtT3c3cEd3bm9yREcwcVBjVDJlUG8rVHBoQXhoZm5wY0UzbTZ1M2lEOXA5cWEzVnNlOG56eVkwWVVaV2RyanRXbjFRK0RsWE03RXBjZXlRPT0tLW9uSFprZkp0cDQyQ016MFdjcXNNT0E9PQ==--21d85eec91c8e11214c3e754ee05889004f49a26\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-10-07 00:06:56.941414"], ["updated_at", "2016-10-07 00:06:56.941414"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 2], ["last_occurred_at", "2016-10-07 00:06:56.941414"], ["updated_at", "2016-10-07 00:06:56.953771"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1  (11.1ms) commit transaction Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:07:12 -0400 Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:22:in `exit' app/controllers/static_controller.rb:22:in `rescue in system_exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:22:in `exit'exitSystemExit"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: RnBMaWxubWFlSkRTQWp2d0phK2FlKzAvY0lqaEQ5N0RlM252SFhMNWIrbGg0amNSd1phSXJGUFZTVjZPVHg2MTZuWUJSeTFtT3c3cEd3bm9yREcwcVBjVDJlUG8rVHBoQXhoZm5wY0UzbTZ1M2lEOXA5cWEzVnNlOG56eVkwWVVaV2RyanRXbjFRK0RsWE03RXBjZXlRPT0tLW9uSFprZkp0cDQyQ016MFdjcXNNT0E9PQ==--21d85eec91c8e11214c3e754ee05889004f49a26\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-10-07 00:07:12.293641"], ["updated_at", "2016-10-07 00:07:12.293641"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1 SQL (0.3ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 3], ["last_occurred_at", "2016-10-07 00:07:12.293641"], ["updated_at", "2016-10-07 00:07:12.300029"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1  (10.3ms) commit transaction Started GET "/static/system_exit" for 127.0.0.1 at 2016-10-06 20:16:34 -0400 Processing by StaticController#system_exit as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) SystemExit (exit): app/controllers/static_controller.rb:22:in `exit' app/controllers/static_controller.rb:22:in `rescue in system_exit' app/controllers/static_controller.rb:19:in `system_exit' Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" WHERE "errors"."backtrace_hash" = ? LIMIT 1 [["backtrace_hash", "/app/controllers/static_controller.rb:22:in `exit'exitSystemExit"]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "error_occurrences" ("ip", "user_agent", "query_string", "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", ""], ["param_values", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess\ncontroller: static\naction: system_exit\n"], ["cookie_values", "---\n_ga: GA1.1.2096945490.1464561447\n_dummy_session: RnBMaWxubWFlSkRTQWp2d0phK2FlKzAvY0lqaEQ5N0RlM252SFhMNWIrbGg0amNSd1phSXJGUFZTVjZPVHg2MTZuWUJSeTFtT3c3cEd3bm9yREcwcVBjVDJlUG8rVHBoQXhoZm5wY0UzbTZ1M2lEOXA5cWEzVnNlOG56eVkwWVVaV2RyanRXbjFRK0RsWE03RXBjZXlRPT0tLW9uSFprZkp0cDQyQ016MFdjcXNNT0E9PQ==--21d85eec91c8e11214c3e754ee05889004f49a26\n"], ["header_values", "---\nX-Frame-Options: SAMEORIGIN\nX-XSS-Protection: 1; mode=block\nX-Content-Type-Options: nosniff\n"], ["error_id", 4], ["created_at", "2016-10-07 00:16:34.100255"], ["updated_at", "2016-10-07 00:16:34.100255"]] SQL (0.2ms) UPDATE "errors" SET "occurrence_count" = COALESCE("occurrence_count", 0) + 1 WHERE "errors"."id" = ? [["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1 SQL (0.5ms) UPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ? [["occurrence_count", 4], ["last_occurred_at", "2016-10-07 00:16:34.100255"], ["updated_at", "2016-10-07 00:16:34.106559"], ["id", 4]] Errdo::Error Exists (0.1ms) SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = '/app/controllers/static_controller.rb:22:in `exit''exitSystemExit' AND "errors"."id" != 4) LIMIT 1  (10.2ms) commit transaction Errdo::Error Load (2.5ms) SELECT "errors".* FROM "errors" Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1 Errdo::Error Load (0.2ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1 Errdo::Error Load (0.3ms) SELECT "errors".* FROM "errors" ORDER BY "errors"."id" DESC LIMIT 1
Last seenLast seenBy
Last\n seenLast seenBy
Last\n seenLast seenBy