test/dummy/log/development.log in errdo-0.12.2 vs test/dummy/log/development.log in errdo-0.12.3
- old
+ new
@@ -49796,5 +49796,66 @@
[1m[35mErrdo::Error Exists (0.1ms)[0m SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rror_html_erb__1328991420041970334_70199328953800''Did you mean? errdoiew::Template::Error' AND "errors"."id" != 11) LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mUPDATE "errors" SET "occurrence_count" = ?, "last_occurred_at" = ?, "updated_at" = ? WHERE "errors"."id" = ?[0m [["occurrence_count", 1], ["last_occurred_at", "2016-12-18 00:04:54.131212"], ["updated_at", "2016-12-18 00:04:54.137796"], ["id", 11]]
[1m[35mErrdo::Error Exists (0.1ms)[0m SELECT 1 AS one FROM "errors" WHERE ("errors"."backtrace_hash" = 'rror_html_erb__1328991420041970334_70199328953800''Did you mean? errdoiew::Template::Error' AND "errors"."id" != 11) LIMIT 1
[1m[36m (8.8ms)[0m [1mcommit transaction[0m
[1m[35mErrdo::ErrorOccurrence Load (0.6ms)[0m SELECT "error_occurrences".* FROM "error_occurrences" WHERE "error_occurrences"."error_id" = ? ORDER BY created_at DESC LIMIT 1 OFFSET 1 [["error_id", 11]]
+
+
+Started GET "/" for 127.0.0.1 at 2017-03-10 21:24:22 -0500
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticController#home as HTML
+ Rendered static/home.html.erb (2.1ms)
+Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/errdo" for 127.0.0.1 at 2017-03-10 21:24:26 -0500
+Processing by Errdo::ErrorsController#index as HTML
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "errors"
+ [1m[36mErrdo::Error Load (2.1ms)[0m [1mSELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0[0m
+ [1m[35mUser Load (0.6ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (1)
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (130.8ms)
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.9ms)
+Completed 200 OK in 347ms (Views: 318.6ms | ActiveRecord: 3.3ms)
+
+
+Started GET "/assets/errdo/errdo.self-62c7214e592aa191f7c0a262f578ca37839a6dc47237b70ac493b8d502cff967.css?body=1" for 127.0.0.1 at 2017-03-10 21:24:26 -0500
+
+
+Started GET "/errdo/" for 127.0.0.1 at 2017-03-10 21:24:49 -0500
+Processing by Errdo::ErrorsController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
+ [1m[35mErrdo::Error Load (1.0ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0
+ [1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (1)[0m
+ 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 (0.6ms)
+Completed 200 OK in 92ms (Views: 83.4ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/errdo/" for 127.0.0.1 at 2017-03-10 21:25:23 -0500
+Processing by Errdo::ErrorsController#index as HTML
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "errors"
+ [1m[36mErrdo::Error Load (0.6ms)[0m [1mSELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 0[0m
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (1)
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (91.6ms)
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.9ms)
+Completed 200 OK in 138ms (Views: 127.9ms | ActiveRecord: 2.2ms)
+
+
+Started GET "/errdo/?page=3" for 127.0.0.1 at 2017-03-10 21:25:25 -0500
+Processing by Errdo::ErrorsController#index as HTML
+ Parameters: {"page"=>"3"}
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
+ [1m[35mErrdo::Error Load (0.4ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 10
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (16.6ms)
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms)
+Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/errdo/?page=2" for 127.0.0.1 at 2017-03-10 21:25:29 -0500
+Processing by Errdo::ErrorsController#index as HTML
+ Parameters: {"page"=>"2"}
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
+ [1m[35mErrdo::Error Load (0.9ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 5
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (1)[0m
+ Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.0ms)
+ Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms)
+Completed 200 OK in 65ms (Views: 60.5ms | ActiveRecord: 1.2ms)