errdo 0.12.2 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/errdo/error.rb +1 -1
- data/app/views/errdo/errors/index.html.slim +1 -1
- data/lib/errdo/version.rb +1 -1
- data/test/dummy/app/controllers/static_controller.rb +5 -0
- data/test/dummy/config/routes.rb +1 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +61 -0
- data/test/dummy/log/test.log +34709 -0
- data/test/integrations/errors_integration_test.rb +11 -0
- data/test/tmp/config/initializers/errdo.rb +12 -0
- metadata +4 -4
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eafc9681e5f8d3cd59ec362a009feab13ee070da
|
4
|
+
data.tar.gz: 53ba91c82701038cc20ca6e39fdf3286178bb491
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6cf24007550c47fbf723a69bfecdb68d421c4c107ac2073d1a45aa8dee6c4e3368bde8ad83be612b9345d733d54bba7ab18133cc99b86e811ebe33efde197d9
|
7
|
+
data.tar.gz: d9d90b6d0b391042594c80302c25cb26e31c8a27b5e34453927a8bd61e8d79a512a963f072843cda8f06be22fb9a442cc9858dfa4a26ac3b7f89428d93b73666
|
data/app/models/errdo/error.rb
CHANGED
data/lib/errdo/version.rb
CHANGED
data/test/dummy/config/routes.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
@@ -49798,3 +49798,64 @@ Did you mean? errdo):
|
|
49798
49798
|
[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
|
49799
49799
|
[1m[36m (8.8ms)[0m [1mcommit transaction[0m
|
49800
49800
|
[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]]
|
49801
|
+
|
49802
|
+
|
49803
|
+
Started GET "/" for 127.0.0.1 at 2017-03-10 21:24:22 -0500
|
49804
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
49805
|
+
Processing by StaticController#home as HTML
|
49806
|
+
Rendered static/home.html.erb (2.1ms)
|
49807
|
+
Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)
|
49808
|
+
|
49809
|
+
|
49810
|
+
Started GET "/errdo" for 127.0.0.1 at 2017-03-10 21:24:26 -0500
|
49811
|
+
Processing by Errdo::ErrorsController#index as HTML
|
49812
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "errors"
|
49813
|
+
[1m[36mErrdo::Error Load (2.1ms)[0m [1mSELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0[0m
|
49814
|
+
[1m[35mUser Load (0.6ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (1)
|
49815
|
+
Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (130.8ms)
|
49816
|
+
Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (3.9ms)
|
49817
|
+
Completed 200 OK in 347ms (Views: 318.6ms | ActiveRecord: 3.3ms)
|
49818
|
+
|
49819
|
+
|
49820
|
+
Started GET "/assets/errdo/errdo.self-62c7214e592aa191f7c0a262f578ca37839a6dc47237b70ac493b8d502cff967.css?body=1" for 127.0.0.1 at 2017-03-10 21:24:26 -0500
|
49821
|
+
|
49822
|
+
|
49823
|
+
Started GET "/errdo/" for 127.0.0.1 at 2017-03-10 21:24:49 -0500
|
49824
|
+
Processing by Errdo::ErrorsController#index as HTML
|
49825
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
|
49826
|
+
[1m[35mErrdo::Error Load (1.0ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 20 OFFSET 0
|
49827
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (1)[0m
|
49828
|
+
Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (56.1ms)
|
49829
|
+
Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.6ms)
|
49830
|
+
Completed 200 OK in 92ms (Views: 83.4ms | ActiveRecord: 1.7ms)
|
49831
|
+
|
49832
|
+
|
49833
|
+
Started GET "/errdo/" for 127.0.0.1 at 2017-03-10 21:25:23 -0500
|
49834
|
+
Processing by Errdo::ErrorsController#index as HTML
|
49835
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "errors"
|
49836
|
+
[1m[36mErrdo::Error Load (0.6ms)[0m [1mSELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 0[0m
|
49837
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (1)
|
49838
|
+
Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (91.6ms)
|
49839
|
+
Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.9ms)
|
49840
|
+
Completed 200 OK in 138ms (Views: 127.9ms | ActiveRecord: 2.2ms)
|
49841
|
+
|
49842
|
+
|
49843
|
+
Started GET "/errdo/?page=3" for 127.0.0.1 at 2017-03-10 21:25:25 -0500
|
49844
|
+
Processing by Errdo::ErrorsController#index as HTML
|
49845
|
+
Parameters: {"page"=>"3"}
|
49846
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
|
49847
|
+
[1m[35mErrdo::Error Load (0.4ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 10
|
49848
|
+
Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (16.6ms)
|
49849
|
+
Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.4ms)
|
49850
|
+
Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.6ms)
|
49851
|
+
|
49852
|
+
|
49853
|
+
Started GET "/errdo/?page=2" for 127.0.0.1 at 2017-03-10 21:25:29 -0500
|
49854
|
+
Processing by Errdo::ErrorsController#index as HTML
|
49855
|
+
Parameters: {"page"=>"2"}
|
49856
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "errors"[0m
|
49857
|
+
[1m[35mErrdo::Error Load (0.9ms)[0m SELECT "errors".* FROM "errors" ORDER BY "errors"."last_occurred_at" DESC LIMIT 5 OFFSET 5
|
49858
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (1)[0m
|
49859
|
+
Rendered /home/eric/Projects/errdo/app/views/errdo/errors/index.html.slim within layouts/errdo/application (41.0ms)
|
49860
|
+
Rendered /home/eric/Projects/errdo/app/views/layouts/errdo/_navbar.html.slim (0.5ms)
|
49861
|
+
Completed 200 OK in 65ms (Views: 60.5ms | ActiveRecord: 1.2ms)
|