airbrake 8.1.3 → 8.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f8a7ad579328dc255f89e8509485aa27883dc81
4
- data.tar.gz: 4168af6839c70046df38bdea3b65fc0148c39a29
3
+ metadata.gz: 8f85af7a5dd5ab5e5c47df8dc42dae4e9db27c7c
4
+ data.tar.gz: bc5fba008af0bcd6774079e6c2373b47d091c032
5
5
  SHA512:
6
- metadata.gz: '08466e175ddae1f473f1785077f884ee6849c565ab92806c639fc36646544ed7c637064ed2151b695558d6fabc5a72924f9255fcae72a48dc80c8ab1fbdd8904'
7
- data.tar.gz: e9bc0a6dab3fc4001b571b3dbafc1a734b97acf828180e3608510225147ebf61f22e84f2cd0db532f0de4a74eecf90eec22cc081d0b72c93e16c24378b83f4fc
6
+ metadata.gz: 30f6d0a02f7391c3535625e988e7050d419ded25b2290c4cf2de6b248b7c0fd5de25c248322240853311bce5c37de9c4dba436a1041d31588ad526ddbe315c8a
7
+ data.tar.gz: c5df9153fb0ec7528bc1abdc417eae37e18b57776360dc4f5c7469f90ea81b89446bdda1bd66062318c60ed846de7873590c39e8a231105d4f3b5b34dc9fd2cc
@@ -18,6 +18,9 @@ module Airbrake
18
18
  payload = event.payload
19
19
 
20
20
  key = find_route(payload[:params])
21
+
22
+ # We don't track routeless events.
23
+ return unless Airbrake::Rack::RequestStore[:routes]
21
24
  Airbrake::Rack::RequestStore[:routes][key] = payload[:method]
22
25
  end
23
26
 
@@ -1,5 +1,5 @@
1
1
  # We use Semantic Versioning v2.0.0
2
2
  # More information: http://semver.org/
3
3
  module Airbrake
4
- AIRBRAKE_VERSION = '8.1.3'.freeze
4
+ AIRBRAKE_VERSION = '8.1.4'.freeze
5
5
  end
@@ -26659,3 +26659,984 @@ AirbrakeTestError (delayed_job error):
26659
26659
  lib/airbrake/rack/middleware.rb:55:in `call'
26660
26660
 
26661
26661
 
26662
+ Connecting to database specified by DATABASE_URL
26663
+  (10.6ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255)) 
26664
+  (2.7ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
26665
+  (0.4ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
26666
+  (0.4ms) SELECT sqlite_version(*)
26667
+  (0.4ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
26668
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 17:55:57 +0200
26669
+ Processing by DummyController#delayed_job as HTML
26670
+  (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
26671
+ Completed 500 Internal Server Error in 95.2ms
26672
+
26673
+ AirbrakeTestError (delayed_job error):
26674
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
26675
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26676
+ lib/airbrake/rack/middleware.rb:55:in `call'
26677
+
26678
+
26679
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 17:56:01 +0200
26680
+ Processing by DummyController#delayed_job as HTML
26681
+ Completed 500 Internal Server Error in 5.9ms
26682
+
26683
+ AirbrakeTestError (delayed_job error):
26684
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
26685
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26686
+ lib/airbrake/rack/middleware.rb:55:in `call'
26687
+
26688
+
26689
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:03 +0200
26690
+ Processing by DummyController#crash as HTML
26691
+  (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "books"
26692
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26693
+ #<AirbrakeTestError: after_commit>
26694
+ Completed 500 Internal Server Error in 43.4ms
26695
+
26696
+ AirbrakeTestError (AirbrakeTestError):
26697
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26698
+ lib/airbrake/rack/middleware.rb:55:in `call'
26699
+
26700
+
26701
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:05 +0200
26702
+ Processing by DummyController#crash as HTML
26703
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26704
+ #<AirbrakeTestError: after_commit>
26705
+ Completed 500 Internal Server Error in 14.2ms
26706
+
26707
+ AirbrakeTestError (AirbrakeTestError):
26708
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26709
+ lib/airbrake/rack/middleware.rb:55:in `call'
26710
+
26711
+
26712
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:07 +0200
26713
+ Processing by DummyController#crash as HTML
26714
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26715
+ #<AirbrakeTestError: after_commit>
26716
+ Completed 500 Internal Server Error in 15.6ms
26717
+
26718
+ AirbrakeTestError (AirbrakeTestError):
26719
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26720
+ lib/airbrake/rack/middleware.rb:55:in `call'
26721
+
26722
+
26723
+ Started HEAD "/crash" for 127.0.0.1 at 2019-02-19 17:56:09 +0200
26724
+ Processing by DummyController#crash as HTML
26725
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26726
+ #<AirbrakeTestError: after_commit>
26727
+ Completed 0 in 13.4ms
26728
+
26729
+ AirbrakeTestError (AirbrakeTestError):
26730
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26731
+ lib/airbrake/rack/middleware.rb:55:in `call'
26732
+
26733
+
26734
+ Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-02-19 17:56:11 +0200
26735
+ Processing by DummyController#active_record_after_commit as HTML
26736
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('Bingo')
26737
+ #<AirbrakeTestError: after_commit>
26738
+ Rendered dummy/active_record_after_commit.html.erb within layouts/application (4.1ms)
26739
+ Completed 200 OK in 37.4ms (Views: 28.4ms | ActiveRecord: 0.2ms)
26740
+ Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-02-19 17:56:11 +0200
26741
+ Processing by DummyController#active_record_after_rollback as HTML
26742
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('Bango')
26743
+ #<AirbrakeTestError: after_rollback>
26744
+ Rendered dummy/active_record_after_rollback.html.erb within layouts/application (1.3ms)
26745
+ Completed 200 OK in 19.0ms (Views: 5.5ms | ActiveRecord: 0.1ms)
26746
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:11 +0200
26747
+ Processing by DummyController#crash as HTML
26748
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26749
+ #<AirbrakeTestError: after_commit>
26750
+ Completed 500 Internal Server Error in 9.8ms
26751
+
26752
+ AirbrakeTestError (AirbrakeTestError):
26753
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26754
+ lib/airbrake/rack/middleware.rb:55:in `call'
26755
+
26756
+
26757
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:14 +0200
26758
+ Processing by DummyController#crash as HTML
26759
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26760
+ #<AirbrakeTestError: after_commit>
26761
+ Completed 500 Internal Server Error in 11.6ms
26762
+
26763
+ AirbrakeTestError (AirbrakeTestError):
26764
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26765
+ lib/airbrake/rack/middleware.rb:55:in `call'
26766
+
26767
+
26768
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:16 +0200
26769
+ Processing by DummyController#crash as HTML
26770
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26771
+ #<AirbrakeTestError: after_commit>
26772
+ Completed 500 Internal Server Error in 9.5ms
26773
+
26774
+ AirbrakeTestError (AirbrakeTestError):
26775
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26776
+ lib/airbrake/rack/middleware.rb:55:in `call'
26777
+
26778
+
26779
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:18 +0200
26780
+ Processing by DummyController#crash as HTML
26781
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26782
+ #<AirbrakeTestError: after_commit>
26783
+ Completed 500 Internal Server Error in 8.6ms
26784
+
26785
+ AirbrakeTestError (AirbrakeTestError):
26786
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26787
+ lib/airbrake/rack/middleware.rb:55:in `call'
26788
+
26789
+
26790
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:20 +0200
26791
+ Processing by DummyController#crash as HTML
26792
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26793
+ #<AirbrakeTestError: after_commit>
26794
+ Completed 500 Internal Server Error in 9.2ms
26795
+
26796
+ AirbrakeTestError (AirbrakeTestError):
26797
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26798
+ lib/airbrake/rack/middleware.rb:55:in `call'
26799
+
26800
+
26801
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:22 +0200
26802
+ Processing by DummyController#crash as HTML
26803
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26804
+ #<AirbrakeTestError: after_commit>
26805
+ Completed 500 Internal Server Error in 12.5ms
26806
+
26807
+ AirbrakeTestError (AirbrakeTestError):
26808
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26809
+ lib/airbrake/rack/middleware.rb:55:in `call'
26810
+
26811
+
26812
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:24 +0200
26813
+ Processing by DummyController#crash as HTML
26814
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26815
+ #<AirbrakeTestError: after_commit>
26816
+ Completed 500 Internal Server Error in 9.7ms
26817
+
26818
+ AirbrakeTestError (AirbrakeTestError):
26819
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26820
+ lib/airbrake/rack/middleware.rb:55:in `call'
26821
+
26822
+
26823
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:56:26 +0200
26824
+ Processing by DummyController#crash as HTML
26825
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26826
+ #<AirbrakeTestError: after_commit>
26827
+ Completed 500 Internal Server Error in 10.4ms
26828
+
26829
+ AirbrakeTestError (AirbrakeTestError):
26830
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26831
+ lib/airbrake/rack/middleware.rb:55:in `call'
26832
+
26833
+
26834
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:28 +0200
26835
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26836
+ Parameters: {"foo"=>"bar"}
26837
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.4ms)
26838
+ Completed 200 OK in 18.8ms (Views: 5.1ms | ActiveRecord: 0.0ms)
26839
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:30 +0200
26840
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26841
+ Parameters: {"foo"=>"bar"}
26842
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
26843
+ Completed 200 OK in 19.2ms (Views: 5.7ms | ActiveRecord: 0.0ms)
26844
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:32 +0200
26845
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26846
+ Parameters: {"foo"=>"bar"}
26847
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.1ms)
26848
+ Completed 200 OK in 15.9ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26849
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:34 +0200
26850
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26851
+ Parameters: {"foo"=>"bar"}
26852
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
26853
+ Completed 200 OK in 23.8ms (Views: 3.7ms | ActiveRecord: 0.0ms)
26854
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:36 +0200
26855
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26856
+ Parameters: {"foo"=>"bar"}
26857
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.1ms)
26858
+ Completed 200 OK in 30.4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26859
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:38 +0200
26860
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
26861
+ Parameters: {"foo"=>"bar"}
26862
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.5ms)
26863
+ Completed 200 OK in 19.4ms (Views: 5.0ms | ActiveRecord: 0.0ms)
26864
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:40 +0200
26865
+ Processing by DummyController#notify_airbrake_helper as HTML
26866
+ Parameters: {"foo"=>"bar"}
26867
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.1ms)
26868
+ Completed 200 OK in 9.8ms (Views: 4.0ms | ActiveRecord: 0.0ms)
26869
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:42 +0200
26870
+ Processing by DummyController#notify_airbrake_helper as HTML
26871
+ Parameters: {"foo"=>"bar"}
26872
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.1ms)
26873
+ Completed 200 OK in 10.5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
26874
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:44 +0200
26875
+ Processing by DummyController#notify_airbrake_helper as HTML
26876
+ Parameters: {"foo"=>"bar"}
26877
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.4ms)
26878
+ Completed 200 OK in 13.0ms (Views: 5.8ms | ActiveRecord: 0.0ms)
26879
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:46 +0200
26880
+ Processing by DummyController#notify_airbrake_helper as HTML
26881
+ Parameters: {"foo"=>"bar"}
26882
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.2ms)
26883
+ Completed 200 OK in 10.4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
26884
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:48 +0200
26885
+ Processing by DummyController#notify_airbrake_helper as HTML
26886
+ Parameters: {"foo"=>"bar"}
26887
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.4ms)
26888
+ Completed 200 OK in 10.2ms (Views: 4.9ms | ActiveRecord: 0.0ms)
26889
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:50 +0200
26890
+ Processing by DummyController#notify_airbrake_helper as HTML
26891
+ Parameters: {"foo"=>"bar"}
26892
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.9ms)
26893
+ Completed 200 OK in 10.0ms (Views: 5.2ms | ActiveRecord: 0.0ms)
26894
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:52 +0200
26895
+ Processing by DummyController#crash as HTML
26896
+ Parameters: {"foo"=>"bar"}
26897
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26898
+ #<AirbrakeTestError: after_commit>
26899
+ Completed 500 Internal Server Error in 7.2ms
26900
+
26901
+ AirbrakeTestError (AirbrakeTestError):
26902
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26903
+ lib/airbrake/rack/middleware.rb:55:in `call'
26904
+
26905
+
26906
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:54 +0200
26907
+ Processing by DummyController#crash as HTML
26908
+ Parameters: {"foo"=>"bar"}
26909
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26910
+ #<AirbrakeTestError: after_commit>
26911
+ Completed 500 Internal Server Error in 7.8ms
26912
+
26913
+ AirbrakeTestError (AirbrakeTestError):
26914
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26915
+ lib/airbrake/rack/middleware.rb:55:in `call'
26916
+
26917
+
26918
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:56 +0200
26919
+ Processing by DummyController#crash as HTML
26920
+ Parameters: {"foo"=>"bar"}
26921
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26922
+ #<AirbrakeTestError: after_commit>
26923
+ Completed 500 Internal Server Error in 8.4ms
26924
+
26925
+ AirbrakeTestError (AirbrakeTestError):
26926
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26927
+ lib/airbrake/rack/middleware.rb:55:in `call'
26928
+
26929
+
26930
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:56:59 +0200
26931
+ Processing by DummyController#crash as HTML
26932
+ Parameters: {"foo"=>"bar"}
26933
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26934
+ #<AirbrakeTestError: after_commit>
26935
+ Completed 500 Internal Server Error in 10.6ms
26936
+
26937
+ AirbrakeTestError (AirbrakeTestError):
26938
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26939
+ lib/airbrake/rack/middleware.rb:55:in `call'
26940
+
26941
+
26942
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:01 +0200
26943
+ Processing by DummyController#crash as HTML
26944
+ Parameters: {"foo"=>"bar"}
26945
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26946
+ #<AirbrakeTestError: after_commit>
26947
+ Completed 500 Internal Server Error in 8.3ms
26948
+
26949
+ AirbrakeTestError (AirbrakeTestError):
26950
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26951
+ lib/airbrake/rack/middleware.rb:55:in `call'
26952
+
26953
+
26954
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:03 +0200
26955
+ Processing by DummyController#crash as HTML
26956
+ Parameters: {"foo"=>"bar"}
26957
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
26958
+ #<AirbrakeTestError: after_commit>
26959
+ Completed 500 Internal Server Error in 7.3ms
26960
+
26961
+ AirbrakeTestError (AirbrakeTestError):
26962
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26963
+ lib/airbrake/rack/middleware.rb:55:in `call'
26964
+
26965
+
26966
+ Started GET "/" for 127.0.0.1 at 2019-02-19 17:57:05 +0200
26967
+ Processing by DummyController#index as HTML
26968
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
26969
+ Completed 200 OK in 5.5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
26970
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:57:05 +0200
26971
+ Processing by DummyController#crash as HTML
26972
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
26973
+ #<AirbrakeTestError: after_commit>
26974
+ Completed 500 Internal Server Error in 8.8ms
26975
+
26976
+ AirbrakeTestError (AirbrakeTestError):
26977
+ lib/airbrake/rack/middleware.rb:67:in `call!'
26978
+ lib/airbrake/rack/middleware.rb:55:in `call'
26979
+
26980
+
26981
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 17:57:05 +0200
26982
+ Processing by DummyController#resque as HTML
26983
+ Rendered dummy/resque.html.erb within layouts/application (1.0ms)
26984
+ Completed 200 OK in 9.0ms (Views: 4.2ms | ActiveRecord: 0.0ms)
26985
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 17:57:05 +0200
26986
+ Processing by DummyController#resque as HTML
26987
+ Rendered dummy/resque.html.erb within layouts/application (1.2ms)
26988
+ Completed 200 OK in 30.2ms (Views: 5.1ms | ActiveRecord: 0.0ms)
26989
+ Connecting to database specified by DATABASE_URL
26990
+  (8.2ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255)) 
26991
+  (1.9ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
26992
+  (0.4ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
26993
+  (0.4ms) SELECT sqlite_version(*)
26994
+  (0.5ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
26995
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 17:57:31 +0200
26996
+ Processing by DummyController#resque as HTML
26997
+ Rendered dummy/resque.html.erb within layouts/application (6.6ms)
26998
+ Completed 200 OK in 58.8ms (Views: 40.8ms | ActiveRecord: 0.0ms)
26999
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 17:57:31 +0200
27000
+ Processing by DummyController#resque as HTML
27001
+ Rendered dummy/resque.html.erb within layouts/application (2.0ms)
27002
+ Completed 200 OK in 156.1ms (Views: 7.0ms | ActiveRecord: 0.0ms)
27003
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:32 +0200
27004
+ Processing by DummyController#crash as HTML
27005
+ Parameters: {"foo"=>"bar"}
27006
+  (0.3ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "books"
27007
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27008
+ #<AirbrakeTestError: after_commit>
27009
+ Completed 500 Internal Server Error in 142.4ms
27010
+
27011
+ AirbrakeTestError (AirbrakeTestError):
27012
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27013
+ lib/airbrake/rack/middleware.rb:55:in `call'
27014
+
27015
+
27016
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:34 +0200
27017
+ Processing by DummyController#crash as HTML
27018
+ Parameters: {"foo"=>"bar"}
27019
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27020
+ #<AirbrakeTestError: after_commit>
27021
+ Completed 500 Internal Server Error in 16.5ms
27022
+
27023
+ AirbrakeTestError (AirbrakeTestError):
27024
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27025
+ lib/airbrake/rack/middleware.rb:55:in `call'
27026
+
27027
+
27028
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:36 +0200
27029
+ Processing by DummyController#crash as HTML
27030
+ Parameters: {"foo"=>"bar"}
27031
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27032
+ #<AirbrakeTestError: after_commit>
27033
+ Completed 500 Internal Server Error in 15.5ms
27034
+
27035
+ AirbrakeTestError (AirbrakeTestError):
27036
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27037
+ lib/airbrake/rack/middleware.rb:55:in `call'
27038
+
27039
+
27040
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:38 +0200
27041
+ Processing by DummyController#crash as HTML
27042
+ Parameters: {"foo"=>"bar"}
27043
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27044
+ #<AirbrakeTestError: after_commit>
27045
+ Completed 500 Internal Server Error in 13.6ms
27046
+
27047
+ AirbrakeTestError (AirbrakeTestError):
27048
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27049
+ lib/airbrake/rack/middleware.rb:55:in `call'
27050
+
27051
+
27052
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:40 +0200
27053
+ Processing by DummyController#crash as HTML
27054
+ Parameters: {"foo"=>"bar"}
27055
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27056
+ #<AirbrakeTestError: after_commit>
27057
+ Completed 500 Internal Server Error in 13.2ms
27058
+
27059
+ AirbrakeTestError (AirbrakeTestError):
27060
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27061
+ lib/airbrake/rack/middleware.rb:55:in `call'
27062
+
27063
+
27064
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:42 +0200
27065
+ Processing by DummyController#crash as HTML
27066
+ Parameters: {"foo"=>"bar"}
27067
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27068
+ #<AirbrakeTestError: after_commit>
27069
+ Completed 500 Internal Server Error in 13.4ms
27070
+
27071
+ AirbrakeTestError (AirbrakeTestError):
27072
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27073
+ lib/airbrake/rack/middleware.rb:55:in `call'
27074
+
27075
+
27076
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:44 +0200
27077
+ Processing by DummyController#notify_airbrake_helper as HTML
27078
+ Parameters: {"foo"=>"bar"}
27079
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.6ms)
27080
+ Completed 200 OK in 12.6ms (Views: 6.4ms | ActiveRecord: 0.0ms)
27081
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:46 +0200
27082
+ Processing by DummyController#notify_airbrake_helper as HTML
27083
+ Parameters: {"foo"=>"bar"}
27084
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.8ms)
27085
+ Completed 200 OK in 58.1ms (Views: 8.5ms | ActiveRecord: 0.0ms)
27086
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:48 +0200
27087
+ Processing by DummyController#notify_airbrake_helper as HTML
27088
+ Parameters: {"foo"=>"bar"}
27089
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.3ms)
27090
+ Completed 200 OK in 9.8ms (Views: 4.6ms | ActiveRecord: 0.0ms)
27091
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:50 +0200
27092
+ Processing by DummyController#notify_airbrake_helper as HTML
27093
+ Parameters: {"foo"=>"bar"}
27094
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (2.8ms)
27095
+ Completed 200 OK in 14.8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
27096
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:53 +0200
27097
+ Processing by DummyController#notify_airbrake_helper as HTML
27098
+ Parameters: {"foo"=>"bar"}
27099
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.4ms)
27100
+ Completed 200 OK in 11.9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
27101
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:55 +0200
27102
+ Processing by DummyController#notify_airbrake_helper as HTML
27103
+ Parameters: {"foo"=>"bar"}
27104
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.5ms)
27105
+ Completed 200 OK in 13.3ms (Views: 5.6ms | ActiveRecord: 0.0ms)
27106
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:57 +0200
27107
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27108
+ Parameters: {"foo"=>"bar"}
27109
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.8ms)
27110
+ Completed 200 OK in 23.3ms (Views: 6.0ms | ActiveRecord: 0.0ms)
27111
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:57:59 +0200
27112
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27113
+ Parameters: {"foo"=>"bar"}
27114
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
27115
+ Completed 200 OK in 21.1ms (Views: 5.8ms | ActiveRecord: 0.0ms)
27116
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:58:01 +0200
27117
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27118
+ Parameters: {"foo"=>"bar"}
27119
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.1ms)
27120
+ Completed 200 OK in 22.7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
27121
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:58:03 +0200
27122
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27123
+ Parameters: {"foo"=>"bar"}
27124
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.3ms)
27125
+ Completed 200 OK in 17.2ms (Views: 4.5ms | ActiveRecord: 0.0ms)
27126
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:58:05 +0200
27127
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27128
+ Parameters: {"foo"=>"bar"}
27129
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.3ms)
27130
+ Completed 200 OK in 19.1ms (Views: 5.2ms | ActiveRecord: 0.0ms)
27131
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:58:07 +0200
27132
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27133
+ Parameters: {"foo"=>"bar"}
27134
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.5ms)
27135
+ Completed 200 OK in 18.3ms (Views: 5.1ms | ActiveRecord: 0.0ms)
27136
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:09 +0200
27137
+ Processing by DummyController#crash as HTML
27138
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27139
+ #<AirbrakeTestError: after_commit>
27140
+ Completed 500 Internal Server Error in 10.9ms
27141
+
27142
+ AirbrakeTestError (AirbrakeTestError):
27143
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27144
+ lib/airbrake/rack/middleware.rb:55:in `call'
27145
+
27146
+
27147
+ Started GET "/" for 127.0.0.1 at 2019-02-19 17:58:09 +0200
27148
+ Processing by DummyController#index as HTML
27149
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
27150
+ Completed 200 OK in 5.0ms (Views: 4.3ms | ActiveRecord: 0.0ms)
27151
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:09 +0200
27152
+ Processing by DummyController#crash as HTML
27153
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27154
+ #<AirbrakeTestError: after_commit>
27155
+ Completed 500 Internal Server Error in 9.7ms
27156
+
27157
+ AirbrakeTestError (AirbrakeTestError):
27158
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27159
+ lib/airbrake/rack/middleware.rb:55:in `call'
27160
+
27161
+
27162
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:11 +0200
27163
+ Processing by DummyController#crash as HTML
27164
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27165
+ #<AirbrakeTestError: after_commit>
27166
+ Completed 500 Internal Server Error in 10.0ms
27167
+
27168
+ AirbrakeTestError (AirbrakeTestError):
27169
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27170
+ lib/airbrake/rack/middleware.rb:55:in `call'
27171
+
27172
+
27173
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:13 +0200
27174
+ Processing by DummyController#crash as HTML
27175
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27176
+ #<AirbrakeTestError: after_commit>
27177
+ Completed 500 Internal Server Error in 14.3ms
27178
+
27179
+ AirbrakeTestError (AirbrakeTestError):
27180
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27181
+ lib/airbrake/rack/middleware.rb:55:in `call'
27182
+
27183
+
27184
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:16 +0200
27185
+ Processing by DummyController#crash as HTML
27186
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27187
+ #<AirbrakeTestError: after_commit>
27188
+ Completed 500 Internal Server Error in 8.9ms
27189
+
27190
+ AirbrakeTestError (AirbrakeTestError):
27191
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27192
+ lib/airbrake/rack/middleware.rb:55:in `call'
27193
+
27194
+
27195
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:18 +0200
27196
+ Processing by DummyController#crash as HTML
27197
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27198
+ #<AirbrakeTestError: after_commit>
27199
+ Completed 500 Internal Server Error in 10.6ms
27200
+
27201
+ AirbrakeTestError (AirbrakeTestError):
27202
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27203
+ lib/airbrake/rack/middleware.rb:55:in `call'
27204
+
27205
+
27206
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:20 +0200
27207
+ Processing by DummyController#crash as HTML
27208
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27209
+ #<AirbrakeTestError: after_commit>
27210
+ Completed 500 Internal Server Error in 10.3ms
27211
+
27212
+ AirbrakeTestError (AirbrakeTestError):
27213
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27214
+ lib/airbrake/rack/middleware.rb:55:in `call'
27215
+
27216
+
27217
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:22 +0200
27218
+ Processing by DummyController#crash as HTML
27219
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27220
+ #<AirbrakeTestError: after_commit>
27221
+ Completed 500 Internal Server Error in 11.2ms
27222
+
27223
+ AirbrakeTestError (AirbrakeTestError):
27224
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27225
+ lib/airbrake/rack/middleware.rb:55:in `call'
27226
+
27227
+
27228
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:24 +0200
27229
+ Processing by DummyController#crash as HTML
27230
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27231
+ #<AirbrakeTestError: after_commit>
27232
+ Completed 500 Internal Server Error in 7.4ms
27233
+
27234
+ AirbrakeTestError (AirbrakeTestError):
27235
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27236
+ lib/airbrake/rack/middleware.rb:55:in `call'
27237
+
27238
+
27239
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:26 +0200
27240
+ Processing by DummyController#crash as HTML
27241
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27242
+ #<AirbrakeTestError: after_commit>
27243
+ Completed 500 Internal Server Error in 8.4ms
27244
+
27245
+ AirbrakeTestError (AirbrakeTestError):
27246
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27247
+ lib/airbrake/rack/middleware.rb:55:in `call'
27248
+
27249
+
27250
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:28 +0200
27251
+ Processing by DummyController#crash as HTML
27252
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27253
+ #<AirbrakeTestError: after_commit>
27254
+ Completed 500 Internal Server Error in 15.8ms
27255
+
27256
+ AirbrakeTestError (AirbrakeTestError):
27257
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27258
+ lib/airbrake/rack/middleware.rb:55:in `call'
27259
+
27260
+
27261
+ Started HEAD "/crash" for 127.0.0.1 at 2019-02-19 17:58:30 +0200
27262
+ Processing by DummyController#crash as HTML
27263
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27264
+ #<AirbrakeTestError: after_commit>
27265
+ Completed 0 in 12.2ms
27266
+
27267
+ AirbrakeTestError (AirbrakeTestError):
27268
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27269
+ lib/airbrake/rack/middleware.rb:55:in `call'
27270
+
27271
+
27272
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 17:58:32 +0200
27273
+ Processing by DummyController#crash as HTML
27274
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27275
+ #<AirbrakeTestError: after_commit>
27276
+ Completed 500 Internal Server Error in 9.9ms
27277
+
27278
+ AirbrakeTestError (AirbrakeTestError):
27279
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27280
+ lib/airbrake/rack/middleware.rb:55:in `call'
27281
+
27282
+
27283
+ Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-02-19 17:58:34 +0200
27284
+ Processing by DummyController#active_record_after_commit as HTML
27285
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('Bingo')
27286
+ #<AirbrakeTestError: after_commit>
27287
+ Rendered dummy/active_record_after_commit.html.erb within layouts/application (1.4ms)
27288
+ Completed 200 OK in 32.8ms (Views: 5.5ms | ActiveRecord: 0.2ms)
27289
+ Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-02-19 17:58:34 +0200
27290
+ Processing by DummyController#active_record_after_rollback as HTML
27291
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('Bango')
27292
+ #<AirbrakeTestError: after_rollback>
27293
+ Rendered dummy/active_record_after_rollback.html.erb within layouts/application (0.9ms)
27294
+ Completed 200 OK in 19.5ms (Views: 5.6ms | ActiveRecord: 0.2ms)
27295
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 17:58:34 +0200
27296
+ Processing by DummyController#delayed_job as HTML
27297
+  (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
27298
+ Completed 500 Internal Server Error in 53.4ms
27299
+
27300
+ AirbrakeTestError (delayed_job error):
27301
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
27302
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27303
+ lib/airbrake/rack/middleware.rb:55:in `call'
27304
+
27305
+
27306
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 17:58:38 +0200
27307
+ Processing by DummyController#delayed_job as HTML
27308
+ Completed 500 Internal Server Error in 3.5ms
27309
+
27310
+ AirbrakeTestError (delayed_job error):
27311
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
27312
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27313
+ lib/airbrake/rack/middleware.rb:55:in `call'
27314
+
27315
+
27316
+ Connecting to database specified by DATABASE_URL
27317
+  (6.2ms) CREATE TABLE "books" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255)) 
27318
+  (1.7ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
27319
+  (0.3ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
27320
+  (0.3ms) SELECT sqlite_version(*)
27321
+  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
27322
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:28 +0200
27323
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27324
+ Parameters: {"foo"=>"bar"}
27325
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (5.6ms)
27326
+ Completed 200 OK in 169.1ms (Views: 36.2ms | ActiveRecord: 0.0ms)
27327
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:30 +0200
27328
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27329
+ Parameters: {"foo"=>"bar"}
27330
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.7ms)
27331
+ Completed 200 OK in 62.0ms (Views: 5.1ms | ActiveRecord: 0.0ms)
27332
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:32 +0200
27333
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27334
+ Parameters: {"foo"=>"bar"}
27335
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
27336
+ Completed 200 OK in 54.5ms (Views: 6.0ms | ActiveRecord: 0.0ms)
27337
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:34 +0200
27338
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27339
+ Parameters: {"foo"=>"bar"}
27340
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.4ms)
27341
+ Completed 200 OK in 77.3ms (Views: 6.0ms | ActiveRecord: 0.0ms)
27342
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:36 +0200
27343
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27344
+ Parameters: {"foo"=>"bar"}
27345
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.4ms)
27346
+ Completed 200 OK in 39.0ms (Views: 5.1ms | ActiveRecord: 0.0ms)
27347
+ Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:38 +0200
27348
+ Processing by DummyController#notify_airbrake_sync_helper as HTML
27349
+ Parameters: {"foo"=>"bar"}
27350
+ Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.0ms)
27351
+ Completed 200 OK in 32.3ms (Views: 4.1ms | ActiveRecord: 0.0ms)
27352
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:40 +0200
27353
+ Processing by DummyController#notify_airbrake_helper as HTML
27354
+ Parameters: {"foo"=>"bar"}
27355
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.0ms)
27356
+ Completed 200 OK in 23.6ms (Views: 11.8ms | ActiveRecord: 0.0ms)
27357
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:42 +0200
27358
+ Processing by DummyController#notify_airbrake_helper as HTML
27359
+ Parameters: {"foo"=>"bar"}
27360
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.4ms)
27361
+ Completed 200 OK in 12.7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
27362
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:44 +0200
27363
+ Processing by DummyController#notify_airbrake_helper as HTML
27364
+ Parameters: {"foo"=>"bar"}
27365
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.6ms)
27366
+ Completed 200 OK in 15.4ms (Views: 5.7ms | ActiveRecord: 0.0ms)
27367
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:46 +0200
27368
+ Processing by DummyController#notify_airbrake_helper as HTML
27369
+ Parameters: {"foo"=>"bar"}
27370
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.3ms)
27371
+ Completed 200 OK in 12.0ms (Views: 5.3ms | ActiveRecord: 0.0ms)
27372
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:49 +0200
27373
+ Processing by DummyController#notify_airbrake_helper as HTML
27374
+ Parameters: {"foo"=>"bar"}
27375
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (1.4ms)
27376
+ Completed 200 OK in 11.1ms (Views: 5.7ms | ActiveRecord: 0.0ms)
27377
+ Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:51 +0200
27378
+ Processing by DummyController#notify_airbrake_helper as HTML
27379
+ Parameters: {"foo"=>"bar"}
27380
+ Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (2.2ms)
27381
+ Completed 200 OK in 17.7ms (Views: 8.8ms | ActiveRecord: 0.0ms)
27382
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:53 +0200
27383
+ Processing by DummyController#crash as HTML
27384
+ Parameters: {"foo"=>"bar"}
27385
+  (0.7ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "books"
27386
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27387
+ #<AirbrakeTestError: after_commit>
27388
+ Completed 500 Internal Server Error in 614.3ms
27389
+
27390
+ AirbrakeTestError (AirbrakeTestError):
27391
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27392
+ lib/airbrake/rack/middleware.rb:55:in `call'
27393
+
27394
+
27395
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:55 +0200
27396
+ Processing by DummyController#crash as HTML
27397
+ Parameters: {"foo"=>"bar"}
27398
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27399
+ #<AirbrakeTestError: after_commit>
27400
+ Completed 500 Internal Server Error in 13.3ms
27401
+
27402
+ AirbrakeTestError (AirbrakeTestError):
27403
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27404
+ lib/airbrake/rack/middleware.rb:55:in `call'
27405
+
27406
+
27407
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:57 +0200
27408
+ Processing by DummyController#crash as HTML
27409
+ Parameters: {"foo"=>"bar"}
27410
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27411
+ #<AirbrakeTestError: after_commit>
27412
+ Completed 500 Internal Server Error in 10.8ms
27413
+
27414
+ AirbrakeTestError (AirbrakeTestError):
27415
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27416
+ lib/airbrake/rack/middleware.rb:55:in `call'
27417
+
27418
+
27419
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 17:59:59 +0200
27420
+ Processing by DummyController#crash as HTML
27421
+ Parameters: {"foo"=>"bar"}
27422
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27423
+ #<AirbrakeTestError: after_commit>
27424
+ Completed 500 Internal Server Error in 11.2ms
27425
+
27426
+ AirbrakeTestError (AirbrakeTestError):
27427
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27428
+ lib/airbrake/rack/middleware.rb:55:in `call'
27429
+
27430
+
27431
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 18:00:02 +0200
27432
+ Processing by DummyController#crash as HTML
27433
+ Parameters: {"foo"=>"bar"}
27434
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27435
+ #<AirbrakeTestError: after_commit>
27436
+ Completed 500 Internal Server Error in 13.1ms
27437
+
27438
+ AirbrakeTestError (AirbrakeTestError):
27439
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27440
+ lib/airbrake/rack/middleware.rb:55:in `call'
27441
+
27442
+
27443
+ Started GET "/crash?foo=bar" for 127.0.0.1 at 2019-02-19 18:00:04 +0200
27444
+ Processing by DummyController#crash as HTML
27445
+ Parameters: {"foo"=>"bar"}
27446
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27447
+ #<AirbrakeTestError: after_commit>
27448
+ Completed 500 Internal Server Error in 12.2ms
27449
+
27450
+ AirbrakeTestError (AirbrakeTestError):
27451
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27452
+ lib/airbrake/rack/middleware.rb:55:in `call'
27453
+
27454
+
27455
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:06 +0200
27456
+ Processing by DummyController#crash as HTML
27457
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27458
+ #<AirbrakeTestError: after_commit>
27459
+ Completed 500 Internal Server Error in 10.4ms
27460
+
27461
+ AirbrakeTestError (AirbrakeTestError):
27462
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27463
+ lib/airbrake/rack/middleware.rb:55:in `call'
27464
+
27465
+
27466
+ Started GET "/active_record_after_rollback" for 127.0.0.1 at 2019-02-19 18:00:08 +0200
27467
+ Processing by DummyController#active_record_after_rollback as HTML
27468
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('Bango')
27469
+ #<AirbrakeTestError: after_rollback>
27470
+ Rendered dummy/active_record_after_rollback.html.erb within layouts/application (1.6ms)
27471
+ Completed 200 OK in 21.8ms (Views: 5.9ms | ActiveRecord: 0.2ms)
27472
+ Started GET "/active_record_after_commit" for 127.0.0.1 at 2019-02-19 18:00:08 +0200
27473
+ Processing by DummyController#active_record_after_commit as HTML
27474
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('Bingo')
27475
+ #<AirbrakeTestError: after_commit>
27476
+ Rendered dummy/active_record_after_commit.html.erb within layouts/application (2.5ms)
27477
+ Completed 200 OK in 19.4ms (Views: 8.1ms | ActiveRecord: 0.2ms)
27478
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:08 +0200
27479
+ Processing by DummyController#crash as HTML
27480
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27481
+ #<AirbrakeTestError: after_commit>
27482
+ Completed 500 Internal Server Error in 13.5ms
27483
+
27484
+ AirbrakeTestError (AirbrakeTestError):
27485
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27486
+ lib/airbrake/rack/middleware.rb:55:in `call'
27487
+
27488
+
27489
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:10 +0200
27490
+ Processing by DummyController#crash as HTML
27491
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27492
+ #<AirbrakeTestError: after_commit>
27493
+ Completed 500 Internal Server Error in 13.0ms
27494
+
27495
+ AirbrakeTestError (AirbrakeTestError):
27496
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27497
+ lib/airbrake/rack/middleware.rb:55:in `call'
27498
+
27499
+
27500
+ Started HEAD "/crash" for 127.0.0.1 at 2019-02-19 18:00:12 +0200
27501
+ Processing by DummyController#crash as HTML
27502
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27503
+ #<AirbrakeTestError: after_commit>
27504
+ Completed 0 in 9.2ms
27505
+
27506
+ AirbrakeTestError (AirbrakeTestError):
27507
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27508
+ lib/airbrake/rack/middleware.rb:55:in `call'
27509
+
27510
+
27511
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:14 +0200
27512
+ Processing by DummyController#crash as HTML
27513
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27514
+ #<AirbrakeTestError: after_commit>
27515
+ Completed 500 Internal Server Error in 10.7ms
27516
+
27517
+ AirbrakeTestError (AirbrakeTestError):
27518
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27519
+ lib/airbrake/rack/middleware.rb:55:in `call'
27520
+
27521
+
27522
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:16 +0200
27523
+ Processing by DummyController#crash as HTML
27524
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27525
+ #<AirbrakeTestError: after_commit>
27526
+ Completed 500 Internal Server Error in 12.4ms
27527
+
27528
+ AirbrakeTestError (AirbrakeTestError):
27529
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27530
+ lib/airbrake/rack/middleware.rb:55:in `call'
27531
+
27532
+
27533
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:18 +0200
27534
+ Processing by DummyController#crash as HTML
27535
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27536
+ #<AirbrakeTestError: after_commit>
27537
+ Completed 500 Internal Server Error in 10.7ms
27538
+
27539
+ AirbrakeTestError (AirbrakeTestError):
27540
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27541
+ lib/airbrake/rack/middleware.rb:55:in `call'
27542
+
27543
+
27544
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:20 +0200
27545
+ Processing by DummyController#crash as HTML
27546
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27547
+ #<AirbrakeTestError: after_commit>
27548
+ Completed 500 Internal Server Error in 9.3ms
27549
+
27550
+ AirbrakeTestError (AirbrakeTestError):
27551
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27552
+ lib/airbrake/rack/middleware.rb:55:in `call'
27553
+
27554
+
27555
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:22 +0200
27556
+ Processing by DummyController#crash as HTML
27557
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27558
+ #<AirbrakeTestError: after_commit>
27559
+ Completed 500 Internal Server Error in 12.6ms
27560
+
27561
+ AirbrakeTestError (AirbrakeTestError):
27562
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27563
+ lib/airbrake/rack/middleware.rb:55:in `call'
27564
+
27565
+
27566
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:24 +0200
27567
+ Processing by DummyController#crash as HTML
27568
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27569
+ #<AirbrakeTestError: after_commit>
27570
+ Completed 500 Internal Server Error in 13.6ms
27571
+
27572
+ AirbrakeTestError (AirbrakeTestError):
27573
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27574
+ lib/airbrake/rack/middleware.rb:55:in `call'
27575
+
27576
+
27577
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:26 +0200
27578
+ Processing by DummyController#crash as HTML
27579
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27580
+ #<AirbrakeTestError: after_commit>
27581
+ Completed 500 Internal Server Error in 8.2ms
27582
+
27583
+ AirbrakeTestError (AirbrakeTestError):
27584
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27585
+ lib/airbrake/rack/middleware.rb:55:in `call'
27586
+
27587
+
27588
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:28 +0200
27589
+ Processing by DummyController#crash as HTML
27590
+ SQL (0.1ms) INSERT INTO "books" ("title") VALUES ('book')
27591
+ #<AirbrakeTestError: after_commit>
27592
+ Completed 500 Internal Server Error in 8.8ms
27593
+
27594
+ AirbrakeTestError (AirbrakeTestError):
27595
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27596
+ lib/airbrake/rack/middleware.rb:55:in `call'
27597
+
27598
+
27599
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 18:00:30 +0200
27600
+ Processing by DummyController#delayed_job as HTML
27601
+  (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND name = "delayed_jobs"
27602
+ Completed 500 Internal Server Error in 58.9ms
27603
+
27604
+ AirbrakeTestError (delayed_job error):
27605
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
27606
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27607
+ lib/airbrake/rack/middleware.rb:55:in `call'
27608
+
27609
+
27610
+ Started GET "/delayed_job" for 127.0.0.1 at 2019-02-19 18:00:35 +0200
27611
+ Processing by DummyController#delayed_job as HTML
27612
+ Completed 500 Internal Server Error in 3.5ms
27613
+
27614
+ AirbrakeTestError (delayed_job error):
27615
+ lib/airbrake/delayed_job.rb:10:in `block in Airbrake'
27616
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27617
+ lib/airbrake/rack/middleware.rb:55:in `call'
27618
+
27619
+
27620
+ Started GET "/" for 127.0.0.1 at 2019-02-19 18:00:37 +0200
27621
+ Processing by DummyController#index as HTML
27622
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
27623
+ Completed 200 OK in 4.6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
27624
+ Started GET "/crash" for 127.0.0.1 at 2019-02-19 18:00:37 +0200
27625
+ Processing by DummyController#crash as HTML
27626
+ SQL (0.2ms) INSERT INTO "books" ("title") VALUES ('book')
27627
+ #<AirbrakeTestError: after_commit>
27628
+ Completed 500 Internal Server Error in 10.9ms
27629
+
27630
+ AirbrakeTestError (AirbrakeTestError):
27631
+ lib/airbrake/rack/middleware.rb:67:in `call!'
27632
+ lib/airbrake/rack/middleware.rb:55:in `call'
27633
+
27634
+
27635
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 18:00:37 +0200
27636
+ Processing by DummyController#resque as HTML
27637
+ Rendered dummy/resque.html.erb within layouts/application (1.5ms)
27638
+ Completed 200 OK in 29.0ms (Views: 5.3ms | ActiveRecord: 0.0ms)
27639
+ Started GET "/resque" for 127.0.0.1 at 2019-02-19 18:00:37 +0200
27640
+ Processing by DummyController#resque as HTML
27641
+ Rendered dummy/resque.html.erb within layouts/application (1.0ms)
27642
+ Completed 200 OK in 8.6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.3
4
+ version: 8.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airbrake Technologies, Inc.