airbrake 5.5.0 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,287 +0,0 @@
1
- # Logfile created on 2016-08-10 12:35:27 +0300 by logger.rb/54362
2
- D, [2016-08-10T12:35:27.529688 #4178] DEBUG -- :  (0.4ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255)) 
3
- D, [2016-08-10T12:35:27.535246 #4178] DEBUG -- :  (0.2ms) 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)
4
- D, [2016-08-10T12:35:27.535660 #4178] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
5
- I, [2016-08-10T12:35:27.560933 #4178] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-10 12:35:27 +0300
6
- I, [2016-08-10T12:35:27.565785 #4178] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
7
- D, [2016-08-10T12:35:27.566201 #4178] DEBUG -- :  (0.1ms) begin transaction
8
- D, [2016-08-10T12:35:27.570733 #4178] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
9
- D, [2016-08-10T12:35:27.570951 #4178] DEBUG -- :  (0.0ms) rollback transaction
10
- E, [2016-08-10T12:35:27.577140 #4178] ERROR -- : after_rollback (AirbrakeTestError)
11
- /Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb:52:in `raise_error_after_rollback'
12
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:375:in `_run__43039972401067016__rollback__callbacks'
13
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
14
- /Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb:27:in `run_callbacks'
15
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/transactions.rb:306:in `rolledback!'
16
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:136:in `block in rollback_records'
17
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:134:in `each'
18
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:134:in `rollback_records'
19
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:176:in `perform_rollback'
20
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:114:in `rollback'
21
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:241:in `rollback_transaction'
22
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `rescue in within_new_transaction'
23
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:222:in `within_new_transaction'
24
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:203:in `transaction'
25
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/transactions.rb:209:in `transaction'
26
- /Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb:120:in `active_record_after_rollback'
27
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
28
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/base.rb:189:in `process_action'
29
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rendering.rb:10:in `process_action'
30
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
31
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:373:in `_run__3153927158819374889__process_action__callbacks'
32
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
33
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/callbacks.rb:17:in `process_action'
34
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rescue.rb:29:in `process_action'
35
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
36
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications.rb:159:in `block in instrument'
37
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
38
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications.rb:159:in `instrument'
39
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
40
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
41
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
42
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/base.rb:136:in `process'
43
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/rendering.rb:44:in `process'
44
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal.rb:195:in `dispatch'
45
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
46
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal.rb:231:in `block in action'
47
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
48
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:50:in `call'
49
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:71:in `block in call'
50
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:59:in `each'
51
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:59:in `call'
52
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:676:in `call'
53
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block in call'
54
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'
55
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'
56
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/etag.rb:23:in `call'
57
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/conditionalget.rb:25:in `call'
58
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/head.rb:11:in `call'
59
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
60
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/flash.rb:241:in `call'
61
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/session/abstract/id.rb:225:in `context'
62
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/session/abstract/id.rb:220:in `call'
63
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/cookies.rb:486:in `call'
64
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/query_cache.rb:36:in `call'
65
- /Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb:22:in `call'
66
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
67
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
68
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:373:in `_run__2535106928464849364__call__callbacks'
69
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
70
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
71
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/reloader.rb:64:in `call'
72
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
73
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
74
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
75
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/rack/logger.rb:38:in `call_app'
76
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/rack/logger.rb:22:in `call'
77
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/request_id.rb:21:in `call'
78
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/methodoverride.rb:21:in `call'
79
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/runtime.rb:17:in `call'
80
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
81
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/lock.rb:17:in `call'
82
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/static.rb:84:in `call'
83
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/sendfile.rb:112:in `call'
84
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/engine.rb:511:in `call'
85
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/application.rb:97:in `call'
86
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'
87
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'
88
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'
89
- /opt/rubies/ruby-2.3.1/lib/ruby/2.3.0/forwardable.rb:189:in `get'
90
- /Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb:96:in `block (3 levels) in <top (required)>'
91
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:236:in `instance_exec'
92
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:236:in `block in run'
93
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:478:in `block in with_around_and_singleton_context_hooks'
94
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:435:in `block in with_around_example_hooks'
95
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:478:in `block in run'
96
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:618:in `block in run_around_example_hooks_for'
97
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:320:in `call'
98
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-wait-0.0.8/lib/rspec/wait.rb:46:in `block (2 levels) in <top (required)>'
99
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:425:in `instance_exec'
100
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:425:in `instance_exec'
101
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:389:in `execute_with'
102
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:620:in `block (2 levels) in run_around_example_hooks_for'
103
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:320:in `call'
104
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:621:in `run_around_example_hooks_for'
105
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:478:in `run'
106
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:435:in `with_around_example_hooks'
107
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:478:in `with_around_and_singleton_context_hooks'
108
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:233:in `run'
109
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:581:in `block in run_examples'
110
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:577:in `map'
111
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:577:in `run_examples'
112
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:543:in `run'
113
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `block in run'
114
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `map'
115
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `run'
116
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `block (3 levels) in run_specs'
117
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `map'
118
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `block (2 levels) in run_specs'
119
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/configuration.rb:1680:in `with_suite_hooks'
120
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:118:in `block in run_specs'
121
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:77:in `report'
122
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:117:in `run_specs'
123
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:93:in `run'
124
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:78:in `run'
125
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:45:in `invoke'
126
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/exe/rspec:4:in `<top (required)>'
127
- /Users/kyrylo/.gem/ruby/2.3.1/bin/rspec:23:in `load'
128
- /Users/kyrylo/.gem/ruby/2.3.1/bin/rspec:23:in `<top (required)>'
129
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:63:in `load'
130
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:63:in `kernel_load'
131
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:24:in `run'
132
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli.rb:304:in `exec'
133
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
134
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
135
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
136
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
137
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli.rb:11:in `start'
138
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/exe/bundle:27:in `block in <top (required)>'
139
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
140
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/exe/bundle:19:in `<top (required)>'
141
- /Users/kyrylo/.gem/ruby/2.3.1/bin/bundle:23:in `load'
142
- /Users/kyrylo/.gem/ruby/2.3.1/bin/bundle:23:in `<main>'
143
- I, [2016-08-10T12:35:27.597327 #4178] INFO -- : Rendered dummy/active_record_after_rollback.html.erb within layouts/application (1.1ms)
144
- I, [2016-08-10T12:35:27.597714 #4178] INFO -- : Completed 200 OK in 32ms (Views: 6.0ms | ActiveRecord: 0.4ms)
145
- D, [2016-08-10T12:36:26.796619 #4304] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255)) 
146
- D, [2016-08-10T12:36:26.800060 #4304] DEBUG -- :  (0.1ms) 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)
147
- D, [2016-08-10T12:36:26.800368 #4304] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
148
- I, [2016-08-10T12:36:26.821455 #4304] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-10 12:36:26 +0300
149
- I, [2016-08-10T12:36:26.825422 #4304] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
150
- D, [2016-08-10T12:36:26.825801 #4304] DEBUG -- :  (0.1ms) begin transaction
151
- D, [2016-08-10T12:36:26.830399 #4304] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
152
- D, [2016-08-10T12:36:26.830632 #4304] DEBUG -- :  (0.0ms) rollback transaction
153
- E, [2016-08-10T12:36:26.836235 #4304] ERROR -- : after_rollback (AirbrakeTestError)
154
- /Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb:52:in `raise_error_after_rollback'
155
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:375:in `_run__3981335096054600860__rollback__callbacks'
156
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
157
- /Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rails/active_record.rb:27:in `run_callbacks'
158
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/transactions.rb:306:in `rolledback!'
159
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:136:in `block in rollback_records'
160
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:134:in `each'
161
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:134:in `rollback_records'
162
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:176:in `perform_rollback'
163
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/transaction.rb:114:in `rollback'
164
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:241:in `rollback_transaction'
165
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `rescue in within_new_transaction'
166
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:222:in `within_new_transaction'
167
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/database_statements.rb:203:in `transaction'
168
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/transactions.rb:209:in `transaction'
169
- /Users/kyrylo/Code/airbrake/airbrake/spec/apps/rails/dummy_app.rb:120:in `active_record_after_rollback'
170
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
171
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/base.rb:189:in `process_action'
172
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rendering.rb:10:in `process_action'
173
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
174
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:373:in `_run__2160398976274193464__process_action__callbacks'
175
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
176
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/callbacks.rb:17:in `process_action'
177
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rescue.rb:29:in `process_action'
178
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
179
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications.rb:159:in `block in instrument'
180
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
181
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/notifications.rb:159:in `instrument'
182
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
183
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
184
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
185
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/base.rb:136:in `process'
186
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/abstract_controller/rendering.rb:44:in `process'
187
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal.rb:195:in `dispatch'
188
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
189
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_controller/metal.rb:231:in `block in action'
190
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
191
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:50:in `call'
192
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:71:in `block in call'
193
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:59:in `each'
194
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/journey/router.rb:59:in `call'
195
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/routing/route_set.rb:676:in `call'
196
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:35:in `block in call'
197
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `catch'
198
- /Users/kyrylo/.gem/ruby/2.3.1/gems/warden-1.2.6/lib/warden/manager.rb:34:in `call'
199
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/etag.rb:23:in `call'
200
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/conditionalget.rb:25:in `call'
201
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/head.rb:11:in `call'
202
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
203
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/flash.rb:241:in `call'
204
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/session/abstract/id.rb:225:in `context'
205
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/session/abstract/id.rb:220:in `call'
206
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/cookies.rb:486:in `call'
207
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/query_cache.rb:36:in `call'
208
- /Users/kyrylo/Code/airbrake/airbrake/lib/airbrake/rack/middleware.rb:22:in `call'
209
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activerecord-4.0.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
210
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
211
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:373:in `_run__3186643801206222556__call__callbacks'
212
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/callbacks.rb:80:in `run_callbacks'
213
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
214
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/reloader.rb:64:in `call'
215
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
216
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
217
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
218
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/rack/logger.rb:38:in `call_app'
219
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/rack/logger.rb:22:in `call'
220
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/request_id.rb:21:in `call'
221
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/methodoverride.rb:21:in `call'
222
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/runtime.rb:17:in `call'
223
- /Users/kyrylo/.gem/ruby/2.3.1/gems/activesupport-4.0.13/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
224
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/lock.rb:17:in `call'
225
- /Users/kyrylo/.gem/ruby/2.3.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/static.rb:84:in `call'
226
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-1.5.5/lib/rack/sendfile.rb:112:in `call'
227
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/engine.rb:511:in `call'
228
- /Users/kyrylo/.gem/ruby/2.3.1/gems/railties-4.0.13/lib/rails/application.rb:97:in `call'
229
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'
230
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'
231
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'
232
- /opt/rubies/ruby-2.3.1/lib/ruby/2.3.0/forwardable.rb:189:in `get'
233
- /Users/kyrylo/Code/airbrake/airbrake/spec/integration/rails/rails_spec.rb:96:in `block (3 levels) in <top (required)>'
234
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:236:in `instance_exec'
235
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:236:in `block in run'
236
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:478:in `block in with_around_and_singleton_context_hooks'
237
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:435:in `block in with_around_example_hooks'
238
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:478:in `block in run'
239
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:618:in `block in run_around_example_hooks_for'
240
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:320:in `call'
241
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-wait-0.0.8/lib/rspec/wait.rb:46:in `block (2 levels) in <top (required)>'
242
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:425:in `instance_exec'
243
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:425:in `instance_exec'
244
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:389:in `execute_with'
245
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:620:in `block (2 levels) in run_around_example_hooks_for'
246
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:320:in `call'
247
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:621:in `run_around_example_hooks_for'
248
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/hooks.rb:478:in `run'
249
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:435:in `with_around_example_hooks'
250
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:478:in `with_around_and_singleton_context_hooks'
251
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example.rb:233:in `run'
252
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:581:in `block in run_examples'
253
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:577:in `map'
254
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:577:in `run_examples'
255
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:543:in `run'
256
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `block in run'
257
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `map'
258
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/example_group.rb:544:in `run'
259
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `block (3 levels) in run_specs'
260
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `map'
261
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:119:in `block (2 levels) in run_specs'
262
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/configuration.rb:1680:in `with_suite_hooks'
263
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:118:in `block in run_specs'
264
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/reporter.rb:77:in `report'
265
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:117:in `run_specs'
266
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:93:in `run'
267
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:78:in `run'
268
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/lib/rspec/core/runner.rb:45:in `invoke'
269
- /Users/kyrylo/.gem/ruby/2.3.1/gems/rspec-core-3.4.4/exe/rspec:4:in `<top (required)>'
270
- /Users/kyrylo/.gem/ruby/2.3.1/bin/rspec:23:in `load'
271
- /Users/kyrylo/.gem/ruby/2.3.1/bin/rspec:23:in `<top (required)>'
272
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:63:in `load'
273
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:63:in `kernel_load'
274
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli/exec.rb:24:in `run'
275
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli.rb:304:in `exec'
276
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
277
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
278
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
279
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
280
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/cli.rb:11:in `start'
281
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/exe/bundle:27:in `block in <top (required)>'
282
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
283
- /Users/kyrylo/.gem/ruby/2.3.1/gems/bundler-1.12.5/exe/bundle:19:in `<top (required)>'
284
- /Users/kyrylo/.gem/ruby/2.3.1/bin/bundle:23:in `load'
285
- /Users/kyrylo/.gem/ruby/2.3.1/bin/bundle:23:in `<main>'
286
- I, [2016-08-10T12:36:26.854078 #4304] INFO -- : Rendered dummy/active_record_after_rollback.html.erb within layouts/application (0.7ms)
287
- I, [2016-08-10T12:36:26.854400 #4304] INFO -- : Completed 200 OK in 29ms (Views: 4.4ms | ActiveRecord: 0.4ms)
@@ -1,1350 +0,0 @@
1
- # Logfile created on 2016-08-04 18:05:14 +0300 by logger.rb/54362
2
- D, [2016-08-04T18:05:15.367841 #31533] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
3
- D, [2016-08-04T18:05:15.372457 #31533] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
4
- D, [2016-08-04T18:05:15.372663 #31533] DEBUG -- :  (0.0ms) select sqlite_version(*)
5
- D, [2016-08-04T18:05:15.372949 #31533] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
6
- I, [2016-08-04T18:05:15.401626 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:15 +0300
7
- I, [2016-08-04T18:05:15.403571 #31533] INFO -- : Processing by DummyController#crash as HTML
8
- I, [2016-08-04T18:05:15.404656 #31533] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
9
- F, [2016-08-04T18:05:15.417580 #31533] FATAL -- :
10
- AirbrakeTestError (AirbrakeTestError):
11
- lib/airbrake/rack/middleware.rb:22:in `call'
12
-
13
-
14
- I, [2016-08-04T18:05:15.539986 #31533] INFO -- : Started GET "/" for 127.0.0.1 at 2016-08-04 18:05:15 +0300
15
- I, [2016-08-04T18:05:15.540780 #31533] INFO -- : Processing by DummyController#index as HTML
16
- I, [2016-08-04T18:05:15.549595 #31533] INFO -- : Rendered dummy/index.html.erb within layouts/application (1.1ms)
17
- I, [2016-08-04T18:05:15.550011 #31533] INFO -- : Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
18
- I, [2016-08-04T18:05:15.551490 #31533] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:05:15 +0300
19
- I, [2016-08-04T18:05:15.552095 #31533] INFO -- : Processing by DummyController#active_job as HTML
20
- I, [2016-08-04T18:05:15.573970 #31533] INFO -- : Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms)
21
- F, [2016-08-04T18:05:15.578133 #31533] FATAL -- :
22
- AirbrakeTestError (active_job error):
23
- lib/airbrake/rack/middleware.rb:22:in `call'
24
-
25
-
26
- I, [2016-08-04T18:05:17.588989 #31533] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:05:17 +0300
27
- I, [2016-08-04T18:05:17.589609 #31533] INFO -- : Processing by DummyController#active_job as HTML
28
- I, [2016-08-04T18:05:17.590373 #31533] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
29
- F, [2016-08-04T18:05:17.591745 #31533] FATAL -- :
30
- AirbrakeTestError (active_job error):
31
- lib/airbrake/rack/middleware.rb:22:in `call'
32
-
33
-
34
- I, [2016-08-04T18:05:19.600788 #31533] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2016-08-04 18:05:19 +0300
35
- I, [2016-08-04T18:05:19.601647 #31533] INFO -- : Processing by DummyController#delayed_job as HTML
36
- I, [2016-08-04T18:05:19.614216 #31533] INFO -- : Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.3ms)
37
- F, [2016-08-04T18:05:19.618266 #31533] FATAL -- :
38
- AirbrakeTestError (delayed_job error):
39
- lib/airbrake/delayed_job/plugin.rb:11:in `block (2 levels) in <class:Airbrake>'
40
- lib/airbrake/rack/middleware.rb:22:in `call'
41
-
42
-
43
- I, [2016-08-04T18:05:23.628103 #31533] INFO -- : Started GET "/resque" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
44
- I, [2016-08-04T18:05:23.628840 #31533] INFO -- : Processing by DummyController#resque as HTML
45
- I, [2016-08-04T18:05:23.642093 #31533] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
46
- I, [2016-08-04T18:05:23.642328 #31533] INFO -- : Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 0.0ms)
47
- I, [2016-08-04T18:05:23.645151 #31533] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
48
- I, [2016-08-04T18:05:23.645985 #31533] INFO -- : Processing by DummyController#crash as HTML
49
- I, [2016-08-04T18:05:23.646012 #31533] INFO -- : Parameters: {"foo"=>"bar"}
50
- I, [2016-08-04T18:05:23.646223 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
51
- F, [2016-08-04T18:05:23.650010 #31533] FATAL -- :
52
- AirbrakeTestError (AirbrakeTestError):
53
- lib/airbrake/rack/middleware.rb:22:in `call'
54
-
55
-
56
- I, [2016-08-04T18:05:23.757115 #31533] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
57
- I, [2016-08-04T18:05:23.758415 #31533] INFO -- : Processing by DummyController#crash as HTML
58
- I, [2016-08-04T18:05:23.758455 #31533] INFO -- : Parameters: {"foo"=>"bar"}
59
- I, [2016-08-04T18:05:23.758857 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
60
- F, [2016-08-04T18:05:23.775294 #31533] FATAL -- :
61
- AirbrakeTestError (AirbrakeTestError):
62
- lib/airbrake/rack/middleware.rb:22:in `call'
63
-
64
-
65
- I, [2016-08-04T18:05:23.777056 #31533] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
66
- I, [2016-08-04T18:05:23.777723 #31533] INFO -- : Processing by DummyController#crash as HTML
67
- I, [2016-08-04T18:05:23.777750 #31533] INFO -- : Parameters: {"foo"=>"bar"}
68
- I, [2016-08-04T18:05:23.777958 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
69
- F, [2016-08-04T18:05:23.780343 #31533] FATAL -- :
70
- AirbrakeTestError (AirbrakeTestError):
71
- lib/airbrake/rack/middleware.rb:22:in `call'
72
-
73
-
74
- I, [2016-08-04T18:05:23.886807 #31533] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
75
- I, [2016-08-04T18:05:23.887734 #31533] INFO -- : Processing by DummyController#crash as HTML
76
- I, [2016-08-04T18:05:23.887770 #31533] INFO -- : Parameters: {"foo"=>"bar"}
77
- I, [2016-08-04T18:05:23.888095 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
78
- F, [2016-08-04T18:05:23.895285 #31533] FATAL -- :
79
- AirbrakeTestError (AirbrakeTestError):
80
- lib/airbrake/rack/middleware.rb:22:in `call'
81
-
82
-
83
- I, [2016-08-04T18:05:23.896971 #31533] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:23 +0300
84
- I, [2016-08-04T18:05:23.897691 #31533] INFO -- : Processing by DummyController#crash as HTML
85
- I, [2016-08-04T18:05:23.897719 #31533] INFO -- : Parameters: {"foo"=>"bar"}
86
- I, [2016-08-04T18:05:23.897958 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
87
- F, [2016-08-04T18:05:23.900833 #31533] FATAL -- :
88
- AirbrakeTestError (AirbrakeTestError):
89
- lib/airbrake/rack/middleware.rb:22:in `call'
90
-
91
-
92
- I, [2016-08-04T18:05:24.006953 #31533] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
93
- I, [2016-08-04T18:05:24.008159 #31533] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
94
- I, [2016-08-04T18:05:24.008203 #31533] INFO -- : Parameters: {"foo"=>"bar"}
95
- I, [2016-08-04T18:05:24.016575 #31533] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
96
- I, [2016-08-04T18:05:24.016895 #31533] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
97
- I, [2016-08-04T18:05:24.019322 #31533] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
98
- I, [2016-08-04T18:05:24.020048 #31533] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
99
- I, [2016-08-04T18:05:24.020076 #31533] INFO -- : Parameters: {"foo"=>"bar"}
100
- I, [2016-08-04T18:05:24.027308 #31533] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
101
- I, [2016-08-04T18:05:24.027563 #31533] INFO -- : Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
102
- I, [2016-08-04T18:05:24.029660 #31533] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
103
- I, [2016-08-04T18:05:24.030317 #31533] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
104
- I, [2016-08-04T18:05:24.030364 #31533] INFO -- : Parameters: {"foo"=>"bar"}
105
- I, [2016-08-04T18:05:24.037559 #31533] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
106
- I, [2016-08-04T18:05:24.037815 #31533] INFO -- : Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
107
- I, [2016-08-04T18:05:24.039856 #31533] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
108
- I, [2016-08-04T18:05:24.040487 #31533] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
109
- I, [2016-08-04T18:05:24.040514 #31533] INFO -- : Parameters: {"foo"=>"bar"}
110
- I, [2016-08-04T18:05:24.050927 #31533] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
111
- I, [2016-08-04T18:05:24.051204 #31533] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
112
- I, [2016-08-04T18:05:24.053493 #31533] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
113
- I, [2016-08-04T18:05:24.054228 #31533] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
114
- I, [2016-08-04T18:05:24.054257 #31533] INFO -- : Parameters: {"foo"=>"bar"}
115
- I, [2016-08-04T18:05:24.061642 #31533] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
116
- I, [2016-08-04T18:05:24.061883 #31533] INFO -- : Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
117
- I, [2016-08-04T18:05:24.064013 #31533] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
118
- I, [2016-08-04T18:05:24.064744 #31533] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
119
- I, [2016-08-04T18:05:24.064776 #31533] INFO -- : Parameters: {"foo"=>"bar"}
120
- I, [2016-08-04T18:05:24.067674 #31533] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
121
- I, [2016-08-04T18:05:24.067904 #31533] INFO -- : Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
122
- I, [2016-08-04T18:05:24.176226 #31533] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
123
- I, [2016-08-04T18:05:24.177262 #31533] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
124
- I, [2016-08-04T18:05:24.177302 #31533] INFO -- : Parameters: {"foo"=>"bar"}
125
- I, [2016-08-04T18:05:24.186005 #31533] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
126
- I, [2016-08-04T18:05:24.186314 #31533] INFO -- : Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.0ms)
127
- I, [2016-08-04T18:05:24.188414 #31533] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
128
- I, [2016-08-04T18:05:24.189051 #31533] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
129
- I, [2016-08-04T18:05:24.189078 #31533] INFO -- : Parameters: {"foo"=>"bar"}
130
- I, [2016-08-04T18:05:24.192392 #31533] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
131
- I, [2016-08-04T18:05:24.192667 #31533] INFO -- : Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
132
- I, [2016-08-04T18:05:24.299416 #31533] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
133
- I, [2016-08-04T18:05:24.300394 #31533] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
134
- I, [2016-08-04T18:05:24.300433 #31533] INFO -- : Parameters: {"foo"=>"bar"}
135
- I, [2016-08-04T18:05:24.308423 #31533] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
136
- I, [2016-08-04T18:05:24.308660 #31533] INFO -- : Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.0ms)
137
- I, [2016-08-04T18:05:24.310701 #31533] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
138
- I, [2016-08-04T18:05:24.311308 #31533] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
139
- I, [2016-08-04T18:05:24.311334 #31533] INFO -- : Parameters: {"foo"=>"bar"}
140
- I, [2016-08-04T18:05:24.314603 #31533] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.1ms)
141
- I, [2016-08-04T18:05:24.314844 #31533] INFO -- : Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
142
- I, [2016-08-04T18:05:24.321587 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
143
- I, [2016-08-04T18:05:24.322626 #31533] INFO -- : Processing by DummyController#crash as HTML
144
- I, [2016-08-04T18:05:24.322915 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
145
- F, [2016-08-04T18:05:24.326834 #31533] FATAL -- :
146
- AirbrakeTestError (AirbrakeTestError):
147
- lib/airbrake/rack/middleware.rb:22:in `call'
148
-
149
-
150
- I, [2016-08-04T18:05:24.434261 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
151
- I, [2016-08-04T18:05:24.435044 #31533] INFO -- : Processing by DummyController#crash as HTML
152
- I, [2016-08-04T18:05:24.435398 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
153
- F, [2016-08-04T18:05:24.443511 #31533] FATAL -- :
154
- AirbrakeTestError (AirbrakeTestError):
155
- lib/airbrake/rack/middleware.rb:22:in `call'
156
-
157
-
158
- I, [2016-08-04T18:05:24.445227 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
159
- I, [2016-08-04T18:05:24.445738 #31533] INFO -- : Processing by DummyController#crash as HTML
160
- I, [2016-08-04T18:05:24.445959 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
161
- F, [2016-08-04T18:05:24.448714 #31533] FATAL -- :
162
- AirbrakeTestError (AirbrakeTestError):
163
- lib/airbrake/rack/middleware.rb:22:in `call'
164
-
165
-
166
- I, [2016-08-04T18:05:24.556207 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
167
- I, [2016-08-04T18:05:24.557073 #31533] INFO -- : Processing by DummyController#crash as HTML
168
- I, [2016-08-04T18:05:24.557416 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
169
- F, [2016-08-04T18:05:24.565919 #31533] FATAL -- :
170
- AirbrakeTestError (AirbrakeTestError):
171
- lib/airbrake/rack/middleware.rb:22:in `call'
172
-
173
-
174
- I, [2016-08-04T18:05:24.567848 #31533] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
175
- I, [2016-08-04T18:05:24.568544 #31533] INFO -- : Processing by DummyController#active_record_after_commit as HTML
176
- D, [2016-08-04T18:05:24.570397 #31533] DEBUG -- :  (0.0ms) begin transaction
177
- D, [2016-08-04T18:05:24.575183 #31533] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
178
- D, [2016-08-04T18:05:24.575518 #31533] DEBUG -- :  (0.0ms) commit transaction
179
- I, [2016-08-04T18:05:24.575867 #31533] INFO -- : Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.3ms)
180
- F, [2016-08-04T18:05:24.579077 #31533] FATAL -- :
181
- AirbrakeTestError (after_commit):
182
- lib/airbrake/rack/middleware.rb:22:in `call'
183
-
184
-
185
- I, [2016-08-04T18:05:24.686586 #31533] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
186
- I, [2016-08-04T18:05:24.687487 #31533] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
187
- D, [2016-08-04T18:05:24.687741 #31533] DEBUG -- :  (0.1ms) begin transaction
188
- D, [2016-08-04T18:05:24.688451 #31533] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
189
- D, [2016-08-04T18:05:24.688686 #31533] DEBUG -- :  (0.0ms) rollback transaction
190
- I, [2016-08-04T18:05:24.689138 #31533] INFO -- : Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)
191
- F, [2016-08-04T18:05:24.700774 #31533] FATAL -- :
192
- AirbrakeTestError (after_rollback):
193
- lib/airbrake/rack/middleware.rb:22:in `call'
194
-
195
-
196
- I, [2016-08-04T18:05:24.702740 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
197
- I, [2016-08-04T18:05:24.703444 #31533] INFO -- : Processing by DummyController#crash as HTML
198
- I, [2016-08-04T18:05:24.703684 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
199
- F, [2016-08-04T18:05:24.706416 #31533] FATAL -- :
200
- AirbrakeTestError (AirbrakeTestError):
201
- lib/airbrake/rack/middleware.rb:22:in `call'
202
-
203
-
204
- I, [2016-08-04T18:05:24.811405 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
205
- I, [2016-08-04T18:05:24.812328 #31533] INFO -- : Processing by DummyController#crash as HTML
206
- I, [2016-08-04T18:05:24.812650 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
207
- F, [2016-08-04T18:05:24.816095 #31533] FATAL -- :
208
- AirbrakeTestError (AirbrakeTestError):
209
- lib/airbrake/rack/middleware.rb:22:in `call'
210
-
211
-
212
- I, [2016-08-04T18:05:24.919088 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
213
- I, [2016-08-04T18:05:24.919836 #31533] INFO -- : Processing by DummyController#crash as HTML
214
- I, [2016-08-04T18:05:24.920160 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
215
- F, [2016-08-04T18:05:24.927861 #31533] FATAL -- :
216
- AirbrakeTestError (AirbrakeTestError):
217
- lib/airbrake/rack/middleware.rb:22:in `call'
218
-
219
-
220
- I, [2016-08-04T18:05:24.929476 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:24 +0300
221
- I, [2016-08-04T18:05:24.930024 #31533] INFO -- : Processing by DummyController#crash as HTML
222
- I, [2016-08-04T18:05:24.930268 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
223
- F, [2016-08-04T18:05:24.933339 #31533] FATAL -- :
224
- AirbrakeTestError (AirbrakeTestError):
225
- lib/airbrake/rack/middleware.rb:22:in `call'
226
-
227
-
228
- I, [2016-08-04T18:05:25.038154 #31533] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:05:25 +0300
229
- I, [2016-08-04T18:05:25.038844 #31533] INFO -- : Processing by DummyController#crash as HTML
230
- I, [2016-08-04T18:05:25.039193 #31533] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
231
- F, [2016-08-04T18:05:25.047257 #31533] FATAL -- :
232
- AirbrakeTestError (AirbrakeTestError):
233
- lib/airbrake/rack/middleware.rb:22:in `call'
234
-
235
-
236
- D, [2016-08-04T18:06:36.854810 #31634] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
237
- D, [2016-08-04T18:06:36.860037 #31634] DEBUG -- :  (0.2ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
238
- D, [2016-08-04T18:06:36.860409 #31634] DEBUG -- :  (0.1ms) select sqlite_version(*)
239
- D, [2016-08-04T18:06:36.860961 #31634] DEBUG -- :  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
240
- I, [2016-08-04T18:06:36.888527 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:36 +0300
241
- I, [2016-08-04T18:06:36.897887 #31634] INFO -- : Processing by DummyController#crash as HTML
242
- I, [2016-08-04T18:06:36.898990 #31634] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
243
- F, [2016-08-04T18:06:36.902328 #31634] FATAL -- :
244
- AirbrakeTestError (AirbrakeTestError):
245
- lib/airbrake/rack/middleware.rb:22:in `call'
246
-
247
-
248
- I, [2016-08-04T18:06:37.022593 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
249
- I, [2016-08-04T18:06:37.023475 #31634] INFO -- : Processing by DummyController#crash as HTML
250
- I, [2016-08-04T18:06:37.023809 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
251
- F, [2016-08-04T18:06:37.031514 #31634] FATAL -- :
252
- AirbrakeTestError (AirbrakeTestError):
253
- lib/airbrake/rack/middleware.rb:22:in `call'
254
-
255
-
256
- I, [2016-08-04T18:06:37.033200 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
257
- I, [2016-08-04T18:06:37.033720 #31634] INFO -- : Processing by DummyController#crash as HTML
258
- I, [2016-08-04T18:06:37.033992 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
259
- F, [2016-08-04T18:06:37.036972 #31634] FATAL -- :
260
- AirbrakeTestError (AirbrakeTestError):
261
- lib/airbrake/rack/middleware.rb:22:in `call'
262
-
263
-
264
- I, [2016-08-04T18:06:37.143030 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
265
- I, [2016-08-04T18:06:37.143771 #31634] INFO -- : Processing by DummyController#crash as HTML
266
- I, [2016-08-04T18:06:37.144125 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
267
- F, [2016-08-04T18:06:37.152991 #31634] FATAL -- :
268
- AirbrakeTestError (AirbrakeTestError):
269
- lib/airbrake/rack/middleware.rb:22:in `call'
270
-
271
-
272
- I, [2016-08-04T18:06:37.159160 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
273
- I, [2016-08-04T18:06:37.159734 #31634] INFO -- : Processing by DummyController#crash as HTML
274
- I, [2016-08-04T18:06:37.159995 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
275
- F, [2016-08-04T18:06:37.162965 #31634] FATAL -- :
276
- AirbrakeTestError (AirbrakeTestError):
277
- lib/airbrake/rack/middleware.rb:22:in `call'
278
-
279
-
280
- I, [2016-08-04T18:06:37.271207 #31634] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
281
- I, [2016-08-04T18:06:37.272278 #31634] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
282
- D, [2016-08-04T18:06:37.272678 #31634] DEBUG -- :  (0.1ms) begin transaction
283
- D, [2016-08-04T18:06:37.279510 #31634] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
284
- D, [2016-08-04T18:06:37.279868 #31634] DEBUG -- :  (0.0ms) rollback transaction
285
- I, [2016-08-04T18:06:37.280242 #31634] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.5ms)
286
- F, [2016-08-04T18:06:37.292896 #31634] FATAL -- :
287
- AirbrakeTestError (after_rollback):
288
- lib/airbrake/rack/middleware.rb:22:in `call'
289
-
290
-
291
- I, [2016-08-04T18:06:37.294707 #31634] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
292
- I, [2016-08-04T18:06:37.295389 #31634] INFO -- : Processing by DummyController#active_record_after_commit as HTML
293
- D, [2016-08-04T18:06:37.295722 #31634] DEBUG -- :  (0.1ms) begin transaction
294
- D, [2016-08-04T18:06:37.296098 #31634] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
295
- D, [2016-08-04T18:06:37.296278 #31634] DEBUG -- :  (0.0ms) commit transaction
296
- I, [2016-08-04T18:06:37.296585 #31634] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
297
- F, [2016-08-04T18:06:37.299720 #31634] FATAL -- :
298
- AirbrakeTestError (after_commit):
299
- lib/airbrake/rack/middleware.rb:22:in `call'
300
-
301
-
302
- I, [2016-08-04T18:06:37.404618 #31634] INFO -- : Started GET "/" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
303
- I, [2016-08-04T18:06:37.405575 #31634] INFO -- : Processing by DummyController#index as HTML
304
- I, [2016-08-04T18:06:37.410769 #31634] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.8ms)
305
- I, [2016-08-04T18:06:37.411122 #31634] INFO -- : Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
306
- I, [2016-08-04T18:06:37.412569 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
307
- I, [2016-08-04T18:06:37.413094 #31634] INFO -- : Processing by DummyController#crash as HTML
308
- I, [2016-08-04T18:06:37.413352 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
309
- F, [2016-08-04T18:06:37.421417 #31634] FATAL -- :
310
- AirbrakeTestError (AirbrakeTestError):
311
- lib/airbrake/rack/middleware.rb:22:in `call'
312
-
313
-
314
- I, [2016-08-04T18:06:37.423456 #31634] INFO -- : Started GET "/resque" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
315
- I, [2016-08-04T18:06:37.424087 #31634] INFO -- : Processing by DummyController#resque as HTML
316
- I, [2016-08-04T18:06:37.432252 #31634] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
317
- I, [2016-08-04T18:06:37.432528 #31634] INFO -- : Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
318
- I, [2016-08-04T18:06:37.434723 #31634] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
319
- I, [2016-08-04T18:06:37.435468 #31634] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
320
- I, [2016-08-04T18:06:37.435508 #31634] INFO -- : Parameters: {"foo"=>"bar"}
321
- I, [2016-08-04T18:06:37.438787 #31634] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
322
- I, [2016-08-04T18:06:37.439095 #31634] INFO -- : Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
323
- I, [2016-08-04T18:06:37.544885 #31634] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
324
- I, [2016-08-04T18:06:37.546046 #31634] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
325
- I, [2016-08-04T18:06:37.546105 #31634] INFO -- : Parameters: {"foo"=>"bar"}
326
- I, [2016-08-04T18:06:37.555859 #31634] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
327
- I, [2016-08-04T18:06:37.556202 #31634] INFO -- : Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.0ms)
328
- I, [2016-08-04T18:06:37.558904 #31634] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
329
- I, [2016-08-04T18:06:37.559624 #31634] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
330
- I, [2016-08-04T18:06:37.559651 #31634] INFO -- : Parameters: {"foo"=>"bar"}
331
- I, [2016-08-04T18:06:37.562520 #31634] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
332
- I, [2016-08-04T18:06:37.562774 #31634] INFO -- : Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
333
- I, [2016-08-04T18:06:37.669990 #31634] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
334
- I, [2016-08-04T18:06:37.671157 #31634] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
335
- I, [2016-08-04T18:06:37.671216 #31634] INFO -- : Parameters: {"foo"=>"bar"}
336
- I, [2016-08-04T18:06:37.680174 #31634] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
337
- I, [2016-08-04T18:06:37.680521 #31634] INFO -- : Completed 200 OK in 9ms (Views: 5.6ms | ActiveRecord: 0.0ms)
338
- I, [2016-08-04T18:06:37.682575 #31634] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
339
- I, [2016-08-04T18:06:37.683217 #31634] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
340
- I, [2016-08-04T18:06:37.683245 #31634] INFO -- : Parameters: {"foo"=>"bar"}
341
- I, [2016-08-04T18:06:37.686206 #31634] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
342
- I, [2016-08-04T18:06:37.686614 #31634] INFO -- : Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
343
- I, [2016-08-04T18:06:37.794246 #31634] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
344
- I, [2016-08-04T18:06:37.795150 #31634] INFO -- : Processing by DummyController#crash as HTML
345
- I, [2016-08-04T18:06:37.795191 #31634] INFO -- : Parameters: {"foo"=>"bar"}
346
- I, [2016-08-04T18:06:37.795506 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
347
- F, [2016-08-04T18:06:37.799314 #31634] FATAL -- :
348
- AirbrakeTestError (AirbrakeTestError):
349
- lib/airbrake/rack/middleware.rb:22:in `call'
350
-
351
-
352
- I, [2016-08-04T18:06:37.904072 #31634] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
353
- I, [2016-08-04T18:06:37.904869 #31634] INFO -- : Processing by DummyController#crash as HTML
354
- I, [2016-08-04T18:06:37.904941 #31634] INFO -- : Parameters: {"foo"=>"bar"}
355
- I, [2016-08-04T18:06:37.905330 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
356
- F, [2016-08-04T18:06:37.918401 #31634] FATAL -- :
357
- AirbrakeTestError (AirbrakeTestError):
358
- lib/airbrake/rack/middleware.rb:22:in `call'
359
-
360
-
361
- I, [2016-08-04T18:06:37.920671 #31634] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:37 +0300
362
- I, [2016-08-04T18:06:37.921313 #31634] INFO -- : Processing by DummyController#crash as HTML
363
- I, [2016-08-04T18:06:37.921343 #31634] INFO -- : Parameters: {"foo"=>"bar"}
364
- I, [2016-08-04T18:06:37.921608 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
365
- F, [2016-08-04T18:06:37.924423 #31634] FATAL -- :
366
- AirbrakeTestError (AirbrakeTestError):
367
- lib/airbrake/rack/middleware.rb:22:in `call'
368
-
369
-
370
- I, [2016-08-04T18:06:38.030868 #31634] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
371
- I, [2016-08-04T18:06:38.031971 #31634] INFO -- : Processing by DummyController#crash as HTML
372
- I, [2016-08-04T18:06:38.032011 #31634] INFO -- : Parameters: {"foo"=>"bar"}
373
- I, [2016-08-04T18:06:38.032338 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
374
- F, [2016-08-04T18:06:38.041938 #31634] FATAL -- :
375
- AirbrakeTestError (AirbrakeTestError):
376
- lib/airbrake/rack/middleware.rb:22:in `call'
377
-
378
-
379
- I, [2016-08-04T18:06:38.043615 #31634] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
380
- I, [2016-08-04T18:06:38.044222 #31634] INFO -- : Processing by DummyController#crash as HTML
381
- I, [2016-08-04T18:06:38.044249 #31634] INFO -- : Parameters: {"foo"=>"bar"}
382
- I, [2016-08-04T18:06:38.044496 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
383
- F, [2016-08-04T18:06:38.047678 #31634] FATAL -- :
384
- AirbrakeTestError (AirbrakeTestError):
385
- lib/airbrake/rack/middleware.rb:22:in `call'
386
-
387
-
388
- I, [2016-08-04T18:06:38.153687 #31634] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
389
- I, [2016-08-04T18:06:38.154589 #31634] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
390
- I, [2016-08-04T18:06:38.154625 #31634] INFO -- : Parameters: {"foo"=>"bar"}
391
- I, [2016-08-04T18:06:38.163104 #31634] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
392
- I, [2016-08-04T18:06:38.163334 #31634] INFO -- : Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms)
393
- I, [2016-08-04T18:06:38.165394 #31634] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
394
- I, [2016-08-04T18:06:38.166026 #31634] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
395
- I, [2016-08-04T18:06:38.166053 #31634] INFO -- : Parameters: {"foo"=>"bar"}
396
- I, [2016-08-04T18:06:38.173118 #31634] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
397
- I, [2016-08-04T18:06:38.173362 #31634] INFO -- : Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
398
- I, [2016-08-04T18:06:38.175339 #31634] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
399
- I, [2016-08-04T18:06:38.175960 #31634] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
400
- I, [2016-08-04T18:06:38.175989 #31634] INFO -- : Parameters: {"foo"=>"bar"}
401
- I, [2016-08-04T18:06:38.183994 #31634] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
402
- I, [2016-08-04T18:06:38.184262 #31634] INFO -- : Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
403
- I, [2016-08-04T18:06:38.186428 #31634] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
404
- I, [2016-08-04T18:06:38.187105 #31634] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
405
- I, [2016-08-04T18:06:38.187139 #31634] INFO -- : Parameters: {"foo"=>"bar"}
406
- I, [2016-08-04T18:06:38.198145 #31634] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
407
- I, [2016-08-04T18:06:38.198409 #31634] INFO -- : Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 0.0ms)
408
- I, [2016-08-04T18:06:38.200284 #31634] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
409
- I, [2016-08-04T18:06:38.200954 #31634] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
410
- I, [2016-08-04T18:06:38.200991 #31634] INFO -- : Parameters: {"foo"=>"bar"}
411
- I, [2016-08-04T18:06:38.208175 #31634] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
412
- I, [2016-08-04T18:06:38.208407 #31634] INFO -- : Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
413
- I, [2016-08-04T18:06:38.210450 #31634] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2016-08-04 18:06:38 +0300
414
- I, [2016-08-04T18:06:38.210989 #31634] INFO -- : Processing by DummyController#delayed_job as HTML
415
- I, [2016-08-04T18:06:38.220340 #31634] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)
416
- F, [2016-08-04T18:06:38.223302 #31634] FATAL -- :
417
- AirbrakeTestError (delayed_job error):
418
- lib/airbrake/delayed_job/plugin.rb:11:in `block (2 levels) in <class:Airbrake>'
419
- lib/airbrake/rack/middleware.rb:22:in `call'
420
-
421
-
422
- I, [2016-08-04T18:06:42.232287 #31634] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:06:42 +0300
423
- I, [2016-08-04T18:06:42.233118 #31634] INFO -- : Processing by DummyController#active_job as HTML
424
- I, [2016-08-04T18:06:42.247344 #31634] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
425
- F, [2016-08-04T18:06:42.251641 #31634] FATAL -- :
426
- AirbrakeTestError (active_job error):
427
- lib/airbrake/rack/middleware.rb:22:in `call'
428
-
429
-
430
- I, [2016-08-04T18:06:46.268441 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:46 +0300
431
- I, [2016-08-04T18:06:46.269454 #31634] INFO -- : Processing by DummyController#crash as HTML
432
- I, [2016-08-04T18:06:46.269839 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
433
- F, [2016-08-04T18:06:46.273230 #31634] FATAL -- :
434
- AirbrakeTestError (AirbrakeTestError):
435
- lib/airbrake/rack/middleware.rb:22:in `call'
436
-
437
-
438
- I, [2016-08-04T18:06:46.380594 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:46 +0300
439
- I, [2016-08-04T18:06:46.381539 #31634] INFO -- : Processing by DummyController#crash as HTML
440
- I, [2016-08-04T18:06:46.381882 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
441
- F, [2016-08-04T18:06:46.391298 #31634] FATAL -- :
442
- AirbrakeTestError (AirbrakeTestError):
443
- lib/airbrake/rack/middleware.rb:22:in `call'
444
-
445
-
446
- I, [2016-08-04T18:06:46.393037 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:46 +0300
447
- I, [2016-08-04T18:06:46.393591 #31634] INFO -- : Processing by DummyController#crash as HTML
448
- I, [2016-08-04T18:06:46.393817 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
449
- F, [2016-08-04T18:06:46.396526 #31634] FATAL -- :
450
- AirbrakeTestError (AirbrakeTestError):
451
- lib/airbrake/rack/middleware.rb:22:in `call'
452
-
453
-
454
- I, [2016-08-04T18:06:46.502733 #31634] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:06:46 +0300
455
- I, [2016-08-04T18:06:46.503429 #31634] INFO -- : Processing by DummyController#crash as HTML
456
- I, [2016-08-04T18:06:46.503742 #31634] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
457
- F, [2016-08-04T18:06:46.512046 #31634] FATAL -- :
458
- AirbrakeTestError (AirbrakeTestError):
459
- lib/airbrake/rack/middleware.rb:22:in `call'
460
-
461
-
462
- D, [2016-08-04T18:08:04.943020 #31772] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
463
- D, [2016-08-04T18:08:04.946600 #31772] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
464
- D, [2016-08-04T18:08:04.946767 #31772] DEBUG -- :  (0.0ms) select sqlite_version(*)
465
- D, [2016-08-04T18:08:04.947050 #31772] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
466
- I, [2016-08-04T18:08:04.971744 #31772] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-04 18:08:04 +0300
467
- I, [2016-08-04T18:08:04.973569 #31772] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
468
- D, [2016-08-04T18:08:04.973825 #31772] DEBUG -- :  (0.1ms) begin transaction
469
- D, [2016-08-04T18:08:04.979652 #31772] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
470
- D, [2016-08-04T18:08:04.980053 #31772] DEBUG -- :  (0.1ms) rollback transaction
471
- I, [2016-08-04T18:08:04.982046 #31772] INFO -- : Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms)
472
- F, [2016-08-04T18:08:04.997711 #31772] FATAL -- :
473
- AirbrakeTestError (after_rollback):
474
- lib/airbrake/rack/middleware.rb:22:in `call'
475
-
476
-
477
- I, [2016-08-04T18:08:05.012472 #31772] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2016-08-04 18:08:05 +0300
478
- I, [2016-08-04T18:08:05.013118 #31772] INFO -- : Processing by DummyController#active_record_after_commit as HTML
479
- D, [2016-08-04T18:08:05.013451 #31772] DEBUG -- :  (0.1ms) begin transaction
480
- D, [2016-08-04T18:08:05.013821 #31772] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
481
- D, [2016-08-04T18:08:05.013970 #31772] DEBUG -- :  (0.0ms) commit transaction
482
- I, [2016-08-04T18:08:05.014238 #31772] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
483
- F, [2016-08-04T18:08:05.017059 #31772] FATAL -- :
484
- AirbrakeTestError (after_commit):
485
- lib/airbrake/rack/middleware.rb:22:in `call'
486
-
487
-
488
- I, [2016-08-04T18:08:05.139516 #31772] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2016-08-04 18:08:05 +0300
489
- I, [2016-08-04T18:08:05.140514 #31772] INFO -- : Processing by DummyController#delayed_job as HTML
490
- I, [2016-08-04T18:08:05.161002 #31772] INFO -- : Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms)
491
- F, [2016-08-04T18:08:05.166379 #31772] FATAL -- :
492
- AirbrakeTestError (delayed_job error):
493
- lib/airbrake/delayed_job/plugin.rb:11:in `block (2 levels) in <class:Airbrake>'
494
- lib/airbrake/rack/middleware.rb:22:in `call'
495
-
496
-
497
- I, [2016-08-04T18:08:09.183611 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:09 +0300
498
- I, [2016-08-04T18:08:09.184711 #31772] INFO -- : Processing by DummyController#crash as HTML
499
- I, [2016-08-04T18:08:09.184988 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
500
- F, [2016-08-04T18:08:09.192873 #31772] FATAL -- :
501
- AirbrakeTestError (AirbrakeTestError):
502
- lib/airbrake/rack/middleware.rb:22:in `call'
503
-
504
-
505
- I, [2016-08-04T18:08:09.195083 #31772] INFO -- : Started GET "/" for 127.0.0.1 at 2016-08-04 18:08:09 +0300
506
- I, [2016-08-04T18:08:09.195763 #31772] INFO -- : Processing by DummyController#index as HTML
507
- I, [2016-08-04T18:08:09.200176 #31772] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.7ms)
508
- I, [2016-08-04T18:08:09.200509 #31772] INFO -- : Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
509
- I, [2016-08-04T18:08:09.201989 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:09 +0300
510
- I, [2016-08-04T18:08:09.202486 #31772] INFO -- : Processing by DummyController#crash as HTML
511
- I, [2016-08-04T18:08:09.202711 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
512
- F, [2016-08-04T18:08:09.205475 #31772] FATAL -- :
513
- AirbrakeTestError (AirbrakeTestError):
514
- lib/airbrake/rack/middleware.rb:22:in `call'
515
-
516
-
517
- I, [2016-08-04T18:08:09.308188 #31772] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:08:09 +0300
518
- I, [2016-08-04T18:08:09.308956 #31772] INFO -- : Processing by DummyController#active_job as HTML
519
- I, [2016-08-04T18:08:09.321603 #31772] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
520
- F, [2016-08-04T18:08:09.325739 #31772] FATAL -- :
521
- AirbrakeTestError (active_job error):
522
- lib/airbrake/rack/middleware.rb:22:in `call'
523
-
524
-
525
- I, [2016-08-04T18:08:11.329108 #31772] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:08:11 +0300
526
- I, [2016-08-04T18:08:11.329778 #31772] INFO -- : Processing by DummyController#active_job as HTML
527
- I, [2016-08-04T18:08:11.330579 #31772] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
528
- F, [2016-08-04T18:08:11.332072 #31772] FATAL -- :
529
- AirbrakeTestError (active_job error):
530
- lib/airbrake/rack/middleware.rb:22:in `call'
531
-
532
-
533
- I, [2016-08-04T18:08:13.343525 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
534
- I, [2016-08-04T18:08:13.344186 #31772] INFO -- : Processing by DummyController#crash as HTML
535
- I, [2016-08-04T18:08:13.344485 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
536
- F, [2016-08-04T18:08:13.347904 #31772] FATAL -- :
537
- AirbrakeTestError (AirbrakeTestError):
538
- lib/airbrake/rack/middleware.rb:22:in `call'
539
-
540
-
541
- I, [2016-08-04T18:08:13.455290 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
542
- I, [2016-08-04T18:08:13.455976 #31772] INFO -- : Processing by DummyController#crash as HTML
543
- I, [2016-08-04T18:08:13.456282 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
544
- F, [2016-08-04T18:08:13.464082 #31772] FATAL -- :
545
- AirbrakeTestError (AirbrakeTestError):
546
- lib/airbrake/rack/middleware.rb:22:in `call'
547
-
548
-
549
- I, [2016-08-04T18:08:13.465639 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
550
- I, [2016-08-04T18:08:13.466158 #31772] INFO -- : Processing by DummyController#crash as HTML
551
- I, [2016-08-04T18:08:13.466403 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
552
- F, [2016-08-04T18:08:13.469102 #31772] FATAL -- :
553
- AirbrakeTestError (AirbrakeTestError):
554
- lib/airbrake/rack/middleware.rb:22:in `call'
555
-
556
-
557
- I, [2016-08-04T18:08:13.576646 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
558
- I, [2016-08-04T18:08:13.577418 #31772] INFO -- : Processing by DummyController#crash as HTML
559
- I, [2016-08-04T18:08:13.577780 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
560
- F, [2016-08-04T18:08:13.586041 #31772] FATAL -- :
561
- AirbrakeTestError (AirbrakeTestError):
562
- lib/airbrake/rack/middleware.rb:22:in `call'
563
-
564
-
565
- I, [2016-08-04T18:08:13.587892 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
566
- I, [2016-08-04T18:08:13.588439 #31772] INFO -- : Processing by DummyController#crash as HTML
567
- I, [2016-08-04T18:08:13.588692 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
568
- F, [2016-08-04T18:08:13.591490 #31772] FATAL -- :
569
- AirbrakeTestError (AirbrakeTestError):
570
- lib/airbrake/rack/middleware.rb:22:in `call'
571
-
572
-
573
- I, [2016-08-04T18:08:13.698078 #31772] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
574
- I, [2016-08-04T18:08:13.699161 #31772] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
575
- I, [2016-08-04T18:08:13.699204 #31772] INFO -- : Parameters: {"foo"=>"bar"}
576
- I, [2016-08-04T18:08:13.708530 #31772] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
577
- I, [2016-08-04T18:08:13.708791 #31772] INFO -- : Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
578
- I, [2016-08-04T18:08:13.710968 #31772] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
579
- I, [2016-08-04T18:08:13.711615 #31772] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
580
- I, [2016-08-04T18:08:13.711642 #31772] INFO -- : Parameters: {"foo"=>"bar"}
581
- I, [2016-08-04T18:08:13.723439 #31772] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
582
- I, [2016-08-04T18:08:13.723869 #31772] INFO -- : Completed 200 OK in 12ms (Views: 1.6ms | ActiveRecord: 0.0ms)
583
- I, [2016-08-04T18:08:13.726270 #31772] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
584
- I, [2016-08-04T18:08:13.727067 #31772] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
585
- I, [2016-08-04T18:08:13.727105 #31772] INFO -- : Parameters: {"foo"=>"bar"}
586
- I, [2016-08-04T18:08:13.735825 #31772] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
587
- I, [2016-08-04T18:08:13.736096 #31772] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
588
- I, [2016-08-04T18:08:13.738181 #31772] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
589
- I, [2016-08-04T18:08:13.738828 #31772] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
590
- I, [2016-08-04T18:08:13.738866 #31772] INFO -- : Parameters: {"foo"=>"bar"}
591
- I, [2016-08-04T18:08:13.746070 #31772] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
592
- I, [2016-08-04T18:08:13.746295 #31772] INFO -- : Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
593
- I, [2016-08-04T18:08:13.748059 #31772] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
594
- I, [2016-08-04T18:08:13.748643 #31772] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
595
- I, [2016-08-04T18:08:13.748670 #31772] INFO -- : Parameters: {"foo"=>"bar"}
596
- I, [2016-08-04T18:08:13.756175 #31772] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
597
- I, [2016-08-04T18:08:13.756442 #31772] INFO -- : Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
598
- I, [2016-08-04T18:08:13.758561 #31772] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
599
- I, [2016-08-04T18:08:13.759250 #31772] INFO -- : Processing by DummyController#crash as HTML
600
- I, [2016-08-04T18:08:13.759278 #31772] INFO -- : Parameters: {"foo"=>"bar"}
601
- I, [2016-08-04T18:08:13.759558 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
602
- F, [2016-08-04T18:08:13.762590 #31772] FATAL -- :
603
- AirbrakeTestError (AirbrakeTestError):
604
- lib/airbrake/rack/middleware.rb:22:in `call'
605
-
606
-
607
- I, [2016-08-04T18:08:13.867476 #31772] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
608
- I, [2016-08-04T18:08:13.868302 #31772] INFO -- : Processing by DummyController#crash as HTML
609
- I, [2016-08-04T18:08:13.868338 #31772] INFO -- : Parameters: {"foo"=>"bar"}
610
- I, [2016-08-04T18:08:13.868635 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
611
- F, [2016-08-04T18:08:13.876473 #31772] FATAL -- :
612
- AirbrakeTestError (AirbrakeTestError):
613
- lib/airbrake/rack/middleware.rb:22:in `call'
614
-
615
-
616
- I, [2016-08-04T18:08:13.878314 #31772] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
617
- I, [2016-08-04T18:08:13.878957 #31772] INFO -- : Processing by DummyController#crash as HTML
618
- I, [2016-08-04T18:08:13.878985 #31772] INFO -- : Parameters: {"foo"=>"bar"}
619
- I, [2016-08-04T18:08:13.879240 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
620
- F, [2016-08-04T18:08:13.882350 #31772] FATAL -- :
621
- AirbrakeTestError (AirbrakeTestError):
622
- lib/airbrake/rack/middleware.rb:22:in `call'
623
-
624
-
625
- I, [2016-08-04T18:08:13.987688 #31772] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
626
- I, [2016-08-04T18:08:13.988581 #31772] INFO -- : Processing by DummyController#crash as HTML
627
- I, [2016-08-04T18:08:13.988621 #31772] INFO -- : Parameters: {"foo"=>"bar"}
628
- I, [2016-08-04T18:08:13.988942 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
629
- F, [2016-08-04T18:08:13.997668 #31772] FATAL -- :
630
- AirbrakeTestError (AirbrakeTestError):
631
- lib/airbrake/rack/middleware.rb:22:in `call'
632
-
633
-
634
- I, [2016-08-04T18:08:13.999267 #31772] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:13 +0300
635
- I, [2016-08-04T18:08:13.999885 #31772] INFO -- : Processing by DummyController#crash as HTML
636
- I, [2016-08-04T18:08:13.999913 #31772] INFO -- : Parameters: {"foo"=>"bar"}
637
- I, [2016-08-04T18:08:14.000144 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
638
- F, [2016-08-04T18:08:14.002987 #31772] FATAL -- :
639
- AirbrakeTestError (AirbrakeTestError):
640
- lib/airbrake/rack/middleware.rb:22:in `call'
641
-
642
-
643
- I, [2016-08-04T18:08:14.107080 #31772] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
644
- I, [2016-08-04T18:08:14.108032 #31772] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
645
- I, [2016-08-04T18:08:14.108072 #31772] INFO -- : Parameters: {"foo"=>"bar"}
646
- I, [2016-08-04T18:08:14.111859 #31772] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
647
- I, [2016-08-04T18:08:14.112168 #31772] INFO -- : Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
648
- I, [2016-08-04T18:08:14.216517 #31772] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
649
- I, [2016-08-04T18:08:14.217369 #31772] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
650
- I, [2016-08-04T18:08:14.217408 #31772] INFO -- : Parameters: {"foo"=>"bar"}
651
- I, [2016-08-04T18:08:14.225792 #31772] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
652
- I, [2016-08-04T18:08:14.226062 #31772] INFO -- : Completed 200 OK in 9ms (Views: 5.8ms | ActiveRecord: 0.0ms)
653
- I, [2016-08-04T18:08:14.227954 #31772] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
654
- I, [2016-08-04T18:08:14.228554 #31772] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
655
- I, [2016-08-04T18:08:14.228581 #31772] INFO -- : Parameters: {"foo"=>"bar"}
656
- I, [2016-08-04T18:08:14.232080 #31772] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
657
- I, [2016-08-04T18:08:14.232369 #31772] INFO -- : Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms)
658
- I, [2016-08-04T18:08:14.338241 #31772] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
659
- I, [2016-08-04T18:08:14.339122 #31772] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
660
- I, [2016-08-04T18:08:14.339160 #31772] INFO -- : Parameters: {"foo"=>"bar"}
661
- I, [2016-08-04T18:08:14.351320 #31772] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
662
- I, [2016-08-04T18:08:14.351559 #31772] INFO -- : Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 0.0ms)
663
- I, [2016-08-04T18:08:14.353471 #31772] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
664
- I, [2016-08-04T18:08:14.354285 #31772] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
665
- I, [2016-08-04T18:08:14.354324 #31772] INFO -- : Parameters: {"foo"=>"bar"}
666
- I, [2016-08-04T18:08:14.357864 #31772] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
667
- I, [2016-08-04T18:08:14.358165 #31772] INFO -- : Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
668
- I, [2016-08-04T18:08:14.462949 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
669
- I, [2016-08-04T18:08:14.463904 #31772] INFO -- : Processing by DummyController#crash as HTML
670
- I, [2016-08-04T18:08:14.464334 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
671
- F, [2016-08-04T18:08:14.473226 #31772] FATAL -- :
672
- AirbrakeTestError (AirbrakeTestError):
673
- lib/airbrake/rack/middleware.rb:22:in `call'
674
-
675
-
676
- I, [2016-08-04T18:08:14.474692 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
677
- I, [2016-08-04T18:08:14.475179 #31772] INFO -- : Processing by DummyController#crash as HTML
678
- I, [2016-08-04T18:08:14.475422 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
679
- F, [2016-08-04T18:08:14.478473 #31772] FATAL -- :
680
- AirbrakeTestError (AirbrakeTestError):
681
- lib/airbrake/rack/middleware.rb:22:in `call'
682
-
683
-
684
- I, [2016-08-04T18:08:14.585152 #31772] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
685
- I, [2016-08-04T18:08:14.585923 #31772] INFO -- : Processing by DummyController#crash as HTML
686
- I, [2016-08-04T18:08:14.586239 #31772] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
687
- F, [2016-08-04T18:08:14.594034 #31772] FATAL -- :
688
- AirbrakeTestError (AirbrakeTestError):
689
- lib/airbrake/rack/middleware.rb:22:in `call'
690
-
691
-
692
- I, [2016-08-04T18:08:14.595823 #31772] INFO -- : Started GET "/resque" for 127.0.0.1 at 2016-08-04 18:08:14 +0300
693
- I, [2016-08-04T18:08:14.596567 #31772] INFO -- : Processing by DummyController#resque as HTML
694
- I, [2016-08-04T18:08:14.604913 #31772] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
695
- I, [2016-08-04T18:08:14.605182 #31772] INFO -- : Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
696
- D, [2016-08-04T18:08:19.624127 #31819] DEBUG -- :  (0.2ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
697
- D, [2016-08-04T18:08:19.627778 #31819] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
698
- D, [2016-08-04T18:08:19.627949 #31819] DEBUG -- :  (0.0ms) select sqlite_version(*)
699
- D, [2016-08-04T18:08:19.628238 #31819] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
700
- I, [2016-08-04T18:08:19.660649 #31819] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:08:19 +0300
701
- I, [2016-08-04T18:08:19.662857 #31819] INFO -- : Processing by DummyController#active_job as HTML
702
- I, [2016-08-04T18:08:19.670390 #31819] INFO -- : Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
703
- F, [2016-08-04T18:08:19.671699 #31819] FATAL -- :
704
- AirbrakeTestError (active_job error):
705
- lib/airbrake/rack/middleware.rb:22:in `call'
706
-
707
-
708
- D, [2016-08-04T18:08:35.285166 #31865] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
709
- D, [2016-08-04T18:08:35.289550 #31865] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
710
- D, [2016-08-04T18:08:35.289750 #31865] DEBUG -- :  (0.0ms) select sqlite_version(*)
711
- D, [2016-08-04T18:08:35.290074 #31865] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
712
- I, [2016-08-04T18:08:35.328299 #31865] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:08:35 +0300
713
- I, [2016-08-04T18:08:35.332272 #31865] INFO -- : Processing by DummyController#active_job as HTML
714
- I, [2016-08-04T18:08:37.457743 #31865] INFO -- : Completed 500 Internal Server Error in 2125ms (ActiveRecord: 0.0ms)
715
- F, [2016-08-04T18:08:37.459927 #31865] FATAL -- :
716
- AirbrakeTestError (active_job error):
717
- lib/airbrake/rack/middleware.rb:22:in `call'
718
-
719
-
720
- D, [2016-08-04T18:08:43.984512 #31894] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
721
- D, [2016-08-04T18:08:43.988348 #31894] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
722
- D, [2016-08-04T18:08:43.988546 #31894] DEBUG -- :  (0.0ms) select sqlite_version(*)
723
- D, [2016-08-04T18:08:43.988836 #31894] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
724
- I, [2016-08-04T18:08:44.019090 #31894] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:08:44 +0300
725
- I, [2016-08-04T18:08:44.021305 #31894] INFO -- : Processing by DummyController#active_job as HTML
726
- I, [2016-08-04T18:08:45.768611 #31894] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (1.1ms)
727
- I, [2016-08-04T18:08:45.769124 #31894] INFO -- : Completed 200 OK in 1748ms (Views: 7.9ms | ActiveRecord: 0.0ms)
728
- D, [2016-08-04T18:09:18.303642 #32007] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
729
- D, [2016-08-04T18:09:18.307646 #32007] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
730
- D, [2016-08-04T18:09:18.307859 #32007] DEBUG -- :  (0.0ms) select sqlite_version(*)
731
- D, [2016-08-04T18:09:18.308160 #32007] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
732
- I, [2016-08-04T18:09:18.351679 #32007] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:09:18 +0300
733
- I, [2016-08-04T18:09:18.356237 #32007] INFO -- : Processing by DummyController#active_job as HTML
734
- I, [2016-08-04T18:09:18.365618 #32007] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
735
- F, [2016-08-04T18:09:18.367628 #32007] FATAL -- :
736
- AirbrakeTestError (active_job error):
737
- lib/airbrake/rack/middleware.rb:22:in `call'
738
-
739
-
740
- D, [2016-08-04T18:09:53.070158 #32124] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
741
- D, [2016-08-04T18:09:53.073748 #32124] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
742
- D, [2016-08-04T18:09:53.073933 #32124] DEBUG -- :  (0.0ms) select sqlite_version(*)
743
- D, [2016-08-04T18:09:53.074202 #32124] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
744
- I, [2016-08-04T18:09:53.103502 #32124] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:09:53 +0300
745
- I, [2016-08-04T18:09:53.107040 #32124] INFO -- : Processing by DummyController#active_job as HTML
746
- I, [2016-08-04T18:09:53.113126 #32124] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
747
- F, [2016-08-04T18:09:53.114626 #32124] FATAL -- :
748
- AirbrakeTestError (active_job error):
749
- lib/airbrake/rack/middleware.rb:22:in `call'
750
-
751
-
752
- D, [2016-08-04T18:10:28.389003 #32237] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
753
- D, [2016-08-04T18:10:28.392695 #32237] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
754
- D, [2016-08-04T18:10:28.392868 #32237] DEBUG -- :  (0.0ms) select sqlite_version(*)
755
- D, [2016-08-04T18:10:28.393141 #32237] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
756
- I, [2016-08-04T18:10:28.423620 #32237] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-04 18:10:28 +0300
757
- I, [2016-08-04T18:10:28.425616 #32237] INFO -- : Processing by DummyController#active_job as HTML
758
- I, [2016-08-04T18:10:28.434828 #32237] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (0.8ms)
759
- I, [2016-08-04T18:10:28.435172 #32237] INFO -- : Completed 200 OK in 9ms (Views: 4.2ms | ActiveRecord: 0.0ms)
760
- D, [2016-08-10T12:34:48.565801 #4032] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
761
- D, [2016-08-10T12:34:48.571622 #4032] DEBUG -- :  (0.2ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
762
- D, [2016-08-10T12:34:48.572185 #4032] DEBUG -- :  (0.3ms) select sqlite_version(*)
763
- D, [2016-08-10T12:34:48.572593 #4032] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
764
- I, [2016-08-10T12:34:48.618749 #4032] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:34:48 +0300
765
- I, [2016-08-10T12:34:48.621823 #4032] INFO -- : Processing by DummyController#active_job as HTML
766
- I, [2016-08-10T12:34:48.634827 #4032] INFO -- : Rendered dummy/active_job.html.erb within layouts/application (1.2ms)
767
- I, [2016-08-10T12:34:48.635215 #4032] INFO -- : Completed 200 OK in 13ms (Views: 6.3ms | ActiveRecord: 0.0ms)
768
- D, [2016-08-10T12:35:33.787875 #4190] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
769
- D, [2016-08-10T12:35:33.791566 #4190] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
770
- D, [2016-08-10T12:35:33.791759 #4190] DEBUG -- :  (0.0ms) select sqlite_version(*)
771
- D, [2016-08-10T12:35:33.792052 #4190] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
772
- I, [2016-08-10T12:35:33.820914 #4190] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:35:33 +0300
773
- I, [2016-08-10T12:35:33.822867 #4190] INFO -- : Processing by DummyController#active_job as HTML
774
- I, [2016-08-10T12:35:33.829437 #4190] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
775
- F, [2016-08-10T12:35:33.831023 #4190] FATAL -- :
776
- AirbrakeTestError (active_job error):
777
- lib/airbrake/rack/middleware.rb:22:in `call'
778
-
779
-
780
- D, [2016-08-10T12:36:34.456947 #4319] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
781
- D, [2016-08-10T12:36:34.460872 #4319] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
782
- D, [2016-08-10T12:36:34.461102 #4319] DEBUG -- :  (0.0ms) select sqlite_version(*)
783
- D, [2016-08-10T12:36:34.461417 #4319] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
784
- I, [2016-08-10T12:36:38.060797 #4319] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:36:38 +0300
785
- I, [2016-08-10T12:36:38.063621 #4319] INFO -- : Processing by DummyController#active_job as HTML
786
- I, [2016-08-10T12:36:38.069214 #4319] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
787
- F, [2016-08-10T12:36:38.070352 #4319] FATAL -- :
788
- AirbrakeTestError (active_job error):
789
- lib/airbrake/rack/middleware.rb:22:in `call'
790
-
791
-
792
- D, [2016-08-10T12:38:29.212407 #4454] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
793
- D, [2016-08-10T12:38:29.216050 #4454] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
794
- D, [2016-08-10T12:38:29.216238 #4454] DEBUG -- :  (0.0ms) select sqlite_version(*)
795
- D, [2016-08-10T12:38:29.216591 #4454] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
796
- I, [2016-08-10T12:38:29.248027 #4454] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:38:29 +0300
797
- I, [2016-08-10T12:38:29.250007 #4454] INFO -- : Processing by DummyController#active_job as HTML
798
- I, [2016-08-10T12:38:34.315033 #4454] INFO -- : Completed 500 Internal Server Error in 5065ms (ActiveRecord: 0.0ms)
799
- F, [2016-08-10T12:38:34.316637 #4454] FATAL -- :
800
- AirbrakeTestError (active_job error):
801
- lib/airbrake/rack/middleware.rb:22:in `call'
802
-
803
-
804
- D, [2016-08-10T12:38:56.227813 #4524] DEBUG -- :  (0.4ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
805
- D, [2016-08-10T12:38:56.232310 #4524] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
806
- D, [2016-08-10T12:38:56.232533 #4524] DEBUG -- :  (0.0ms) select sqlite_version(*)
807
- D, [2016-08-10T12:38:56.232875 #4524] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
808
- I, [2016-08-10T12:38:56.263559 #4524] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:38:56 +0300
809
- I, [2016-08-10T12:38:56.266188 #4524] INFO -- : Processing by DummyController#active_job as HTML
810
- I, [2016-08-10T12:38:56.271707 #4524] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
811
- F, [2016-08-10T12:38:56.272893 #4524] FATAL -- :
812
- AirbrakeTestError (active_job error):
813
- lib/airbrake/rack/middleware.rb:22:in `call'
814
-
815
-
816
- D, [2016-08-10T12:39:31.780943 #4625] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
817
- D, [2016-08-10T12:39:31.784503 #4625] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
818
- D, [2016-08-10T12:39:31.784674 #4625] DEBUG -- :  (0.0ms) select sqlite_version(*)
819
- D, [2016-08-10T12:39:31.784968 #4625] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
820
- I, [2016-08-10T12:39:31.812941 #4625] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:39:31 +0300
821
- I, [2016-08-10T12:39:31.814955 #4625] INFO -- : Processing by DummyController#active_job as HTML
822
- I, [2016-08-10T12:39:31.820405 #4625] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
823
- F, [2016-08-10T12:39:31.821682 #4625] FATAL -- :
824
- AirbrakeTestError (active_job error):
825
- lib/airbrake/rack/middleware.rb:22:in `call'
826
-
827
-
828
- D, [2016-08-10T12:42:13.866982 #5124] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
829
- D, [2016-08-10T12:42:13.870807 #5124] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
830
- D, [2016-08-10T12:42:13.871007 #5124] DEBUG -- :  (0.0ms) select sqlite_version(*)
831
- D, [2016-08-10T12:42:13.871309 #5124] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
832
- I, [2016-08-10T12:42:13.900596 #5124] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:42:13 +0300
833
- I, [2016-08-10T12:42:13.902820 #5124] INFO -- : Processing by DummyController#active_job as HTML
834
- I, [2016-08-10T12:42:13.908462 #5124] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
835
- F, [2016-08-10T12:42:13.909529 #5124] FATAL -- :
836
- AirbrakeTestError (active_job error):
837
- lib/airbrake/rack/middleware.rb:22:in `call'
838
-
839
-
840
- D, [2016-08-10T12:42:45.646052 #5212] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
841
- D, [2016-08-10T12:42:45.649824 #5212] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
842
- D, [2016-08-10T12:42:45.650023 #5212] DEBUG -- :  (0.0ms) select sqlite_version(*)
843
- D, [2016-08-10T12:42:45.650373 #5212] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
844
- I, [2016-08-10T12:42:45.684535 #5212] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:42:45 +0300
845
- I, [2016-08-10T12:42:45.686631 #5212] INFO -- : Processing by DummyController#active_job as HTML
846
- I, [2016-08-10T12:42:45.691849 #5212] INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
847
- F, [2016-08-10T12:42:48.171986 #5212] FATAL -- :
848
- AirbrakeTestError (active_job error):
849
- lib/airbrake/rack/middleware.rb:22:in `call'
850
-
851
-
852
- D, [2016-08-10T12:51:52.339480 #6026] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
853
- D, [2016-08-10T12:51:52.343437 #6026] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
854
- D, [2016-08-10T12:51:52.343644 #6026] DEBUG -- :  (0.0ms) select sqlite_version(*)
855
- D, [2016-08-10T12:51:52.348798 #6026] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
856
- I, [2016-08-10T12:51:52.379375 #6026] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-10 12:51:52 +0300
857
- I, [2016-08-10T12:51:52.381425 #6026] INFO -- : Processing by DummyController#active_job as HTML
858
- I, [2016-08-10T12:51:52.387063 #6026] INFO -- : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
859
- F, [2016-08-10T12:51:52.387888 #6026] FATAL -- :
860
- ArgumentError (wrong number of arguments (given 0, expected 1+)):
861
- lib/airbrake/rack/middleware.rb:24:in `rescue in call'
862
- lib/airbrake/rack/middleware.rb:21:in `call'
863
-
864
-
865
- D, [2016-08-23T15:06:46.530470 #26830] DEBUG -- :  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
866
- D, [2016-08-23T15:06:46.536810 #26830] DEBUG -- :  (0.2ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
867
- D, [2016-08-23T15:06:46.537142 #26830] DEBUG -- :  (0.1ms) select sqlite_version(*)
868
- D, [2016-08-23T15:06:46.537556 #26830] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
869
- I, [2016-08-23T15:06:46.565573 #26830] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
870
- I, [2016-08-23T15:06:46.567641 #26830] INFO -- : Processing by DummyController#active_record_after_commit as HTML
871
- D, [2016-08-23T15:06:46.572395 #26830] DEBUG -- :  (0.1ms) begin transaction
872
- D, [2016-08-23T15:06:46.574987 #26830] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
873
- D, [2016-08-23T15:06:46.575207 #26830] DEBUG -- :  (0.0ms) commit transaction
874
- I, [2016-08-23T15:06:46.576446 #26830] INFO -- : Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.4ms)
875
- F, [2016-08-23T15:06:46.587175 #26830] FATAL -- :
876
- AirbrakeTestError (after_commit):
877
- lib/airbrake/rack/middleware.rb:22:in `call'
878
-
879
-
880
- I, [2016-08-23T15:06:46.704612 #26830] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
881
- I, [2016-08-23T15:06:46.705392 #26830] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
882
- D, [2016-08-23T15:06:46.705627 #26830] DEBUG -- :  (0.1ms) begin transaction
883
- D, [2016-08-23T15:06:46.706237 #26830] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
884
- D, [2016-08-23T15:06:46.706472 #26830] DEBUG -- :  (0.0ms) rollback transaction
885
- I, [2016-08-23T15:06:46.706837 #26830] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.2ms)
886
- F, [2016-08-23T15:06:46.719652 #26830] FATAL -- :
887
- AirbrakeTestError (after_rollback):
888
- lib/airbrake/rack/middleware.rb:22:in `call'
889
-
890
-
891
- I, [2016-08-23T15:06:46.722555 #26830] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
892
- I, [2016-08-23T15:06:46.723711 #26830] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
893
- I, [2016-08-23T15:06:46.723756 #26830] INFO -- : Parameters: {"foo"=>"bar"}
894
- I, [2016-08-23T15:06:46.740866 #26830] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (1.2ms)
895
- I, [2016-08-23T15:06:46.741259 #26830] INFO -- : Completed 200 OK in 17ms (Views: 9.3ms | ActiveRecord: 0.0ms)
896
- I, [2016-08-23T15:06:46.743785 #26830] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
897
- I, [2016-08-23T15:06:46.744484 #26830] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
898
- I, [2016-08-23T15:06:46.744527 #26830] INFO -- : Parameters: {"foo"=>"bar"}
899
- I, [2016-08-23T15:06:46.756291 #26830] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
900
- I, [2016-08-23T15:06:46.756637 #26830] INFO -- : Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms)
901
- I, [2016-08-23T15:06:46.758818 #26830] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
902
- I, [2016-08-23T15:06:46.759488 #26830] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
903
- I, [2016-08-23T15:06:46.759514 #26830] INFO -- : Parameters: {"foo"=>"bar"}
904
- I, [2016-08-23T15:06:46.766890 #26830] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
905
- I, [2016-08-23T15:06:46.767177 #26830] INFO -- : Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
906
- I, [2016-08-23T15:06:46.769471 #26830] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
907
- I, [2016-08-23T15:06:46.770255 #26830] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
908
- I, [2016-08-23T15:06:46.770285 #26830] INFO -- : Parameters: {"foo"=>"bar"}
909
- I, [2016-08-23T15:06:46.778241 #26830] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
910
- I, [2016-08-23T15:06:46.778487 #26830] INFO -- : Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
911
- I, [2016-08-23T15:06:46.780500 #26830] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
912
- I, [2016-08-23T15:06:46.781168 #26830] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
913
- I, [2016-08-23T15:06:46.781197 #26830] INFO -- : Parameters: {"foo"=>"bar"}
914
- I, [2016-08-23T15:06:46.788218 #26830] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
915
- I, [2016-08-23T15:06:46.788481 #26830] INFO -- : Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
916
- I, [2016-08-23T15:06:46.790746 #26830] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
917
- I, [2016-08-23T15:06:46.791485 #26830] INFO -- : Processing by DummyController#crash as HTML
918
- I, [2016-08-23T15:06:46.791515 #26830] INFO -- : Parameters: {"foo"=>"bar"}
919
- I, [2016-08-23T15:06:46.791740 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
920
- F, [2016-08-23T15:06:46.795407 #26830] FATAL -- :
921
- AirbrakeTestError (AirbrakeTestError):
922
- lib/airbrake/rack/middleware.rb:22:in `call'
923
-
924
-
925
- I, [2016-08-23T15:06:46.902815 #26830] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
926
- I, [2016-08-23T15:06:46.903842 #26830] INFO -- : Processing by DummyController#crash as HTML
927
- I, [2016-08-23T15:06:46.903883 #26830] INFO -- : Parameters: {"foo"=>"bar"}
928
- I, [2016-08-23T15:06:46.904199 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
929
- F, [2016-08-23T15:06:46.912592 #26830] FATAL -- :
930
- AirbrakeTestError (AirbrakeTestError):
931
- lib/airbrake/rack/middleware.rb:22:in `call'
932
-
933
-
934
- I, [2016-08-23T15:06:46.914238 #26830] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:46 +0300
935
- I, [2016-08-23T15:06:46.914863 #26830] INFO -- : Processing by DummyController#crash as HTML
936
- I, [2016-08-23T15:06:46.914890 #26830] INFO -- : Parameters: {"foo"=>"bar"}
937
- I, [2016-08-23T15:06:46.915120 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
938
- F, [2016-08-23T15:06:46.918146 #26830] FATAL -- :
939
- AirbrakeTestError (AirbrakeTestError):
940
- lib/airbrake/rack/middleware.rb:22:in `call'
941
-
942
-
943
- I, [2016-08-23T15:06:47.025533 #26830] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
944
- I, [2016-08-23T15:06:47.026382 #26830] INFO -- : Processing by DummyController#crash as HTML
945
- I, [2016-08-23T15:06:47.026417 #26830] INFO -- : Parameters: {"foo"=>"bar"}
946
- I, [2016-08-23T15:06:47.026704 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
947
- F, [2016-08-23T15:06:47.030687 #26830] FATAL -- :
948
- AirbrakeTestError (AirbrakeTestError):
949
- lib/airbrake/rack/middleware.rb:22:in `call'
950
-
951
-
952
- I, [2016-08-23T15:06:47.135260 #26830] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
953
- I, [2016-08-23T15:06:47.136425 #26830] INFO -- : Processing by DummyController#crash as HTML
954
- I, [2016-08-23T15:06:47.136483 #26830] INFO -- : Parameters: {"foo"=>"bar"}
955
- I, [2016-08-23T15:06:47.136853 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
956
- F, [2016-08-23T15:06:47.146062 #26830] FATAL -- :
957
- AirbrakeTestError (AirbrakeTestError):
958
- lib/airbrake/rack/middleware.rb:22:in `call'
959
-
960
-
961
- I, [2016-08-23T15:06:47.147778 #26830] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
962
- I, [2016-08-23T15:06:47.148481 #26830] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
963
- I, [2016-08-23T15:06:47.148510 #26830] INFO -- : Parameters: {"foo"=>"bar"}
964
- I, [2016-08-23T15:06:47.151456 #26830] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
965
- I, [2016-08-23T15:06:47.151728 #26830] INFO -- : Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
966
- I, [2016-08-23T15:06:47.258919 #26830] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
967
- I, [2016-08-23T15:06:47.259857 #26830] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
968
- I, [2016-08-23T15:06:47.259895 #26830] INFO -- : Parameters: {"foo"=>"bar"}
969
- I, [2016-08-23T15:06:47.268440 #26830] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
970
- I, [2016-08-23T15:06:47.268727 #26830] INFO -- : Completed 200 OK in 9ms (Views: 5.8ms | ActiveRecord: 0.0ms)
971
- I, [2016-08-23T15:06:47.271169 #26830] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
972
- I, [2016-08-23T15:06:47.271948 #26830] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
973
- I, [2016-08-23T15:06:47.271981 #26830] INFO -- : Parameters: {"foo"=>"bar"}
974
- I, [2016-08-23T15:06:47.275269 #26830] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
975
- I, [2016-08-23T15:06:47.275516 #26830] INFO -- : Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
976
- I, [2016-08-23T15:06:47.382999 #26830] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
977
- I, [2016-08-23T15:06:47.383935 #26830] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
978
- I, [2016-08-23T15:06:47.383976 #26830] INFO -- : Parameters: {"foo"=>"bar"}
979
- I, [2016-08-23T15:06:47.393470 #26830] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
980
- I, [2016-08-23T15:06:47.393716 #26830] INFO -- : Completed 200 OK in 10ms (Views: 6.4ms | ActiveRecord: 0.0ms)
981
- I, [2016-08-23T15:06:47.395695 #26830] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
982
- I, [2016-08-23T15:06:47.396379 #26830] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
983
- I, [2016-08-23T15:06:47.396409 #26830] INFO -- : Parameters: {"foo"=>"bar"}
984
- I, [2016-08-23T15:06:47.401967 #26830] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
985
- I, [2016-08-23T15:06:47.402250 #26830] INFO -- : Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
986
- I, [2016-08-23T15:06:47.508356 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
987
- I, [2016-08-23T15:06:47.509462 #26830] INFO -- : Processing by DummyController#crash as HTML
988
- I, [2016-08-23T15:06:47.509809 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
989
- F, [2016-08-23T15:06:47.519079 #26830] FATAL -- :
990
- AirbrakeTestError (AirbrakeTestError):
991
- lib/airbrake/rack/middleware.rb:22:in `call'
992
-
993
-
994
- I, [2016-08-23T15:06:47.520831 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
995
- I, [2016-08-23T15:06:47.521514 #26830] INFO -- : Processing by DummyController#crash as HTML
996
- I, [2016-08-23T15:06:47.521794 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
997
- F, [2016-08-23T15:06:47.524976 #26830] FATAL -- :
998
- AirbrakeTestError (AirbrakeTestError):
999
- lib/airbrake/rack/middleware.rb:22:in `call'
1000
-
1001
-
1002
- I, [2016-08-23T15:06:47.631227 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
1003
- I, [2016-08-23T15:06:47.631964 #26830] INFO -- : Processing by DummyController#crash as HTML
1004
- I, [2016-08-23T15:06:47.632316 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1005
- F, [2016-08-23T15:06:47.640560 #26830] FATAL -- :
1006
- AirbrakeTestError (AirbrakeTestError):
1007
- lib/airbrake/rack/middleware.rb:22:in `call'
1008
-
1009
-
1010
- I, [2016-08-23T15:06:47.642117 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
1011
- I, [2016-08-23T15:06:47.642633 #26830] INFO -- : Processing by DummyController#crash as HTML
1012
- I, [2016-08-23T15:06:47.642861 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1013
- F, [2016-08-23T15:06:47.645983 #26830] FATAL -- :
1014
- AirbrakeTestError (AirbrakeTestError):
1015
- lib/airbrake/rack/middleware.rb:22:in `call'
1016
-
1017
-
1018
- I, [2016-08-23T15:06:47.753122 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
1019
- I, [2016-08-23T15:06:47.753864 #26830] INFO -- : Processing by DummyController#crash as HTML
1020
- I, [2016-08-23T15:06:47.754198 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1021
- F, [2016-08-23T15:06:47.762948 #26830] FATAL -- :
1022
- AirbrakeTestError (AirbrakeTestError):
1023
- lib/airbrake/rack/middleware.rb:22:in `call'
1024
-
1025
-
1026
- I, [2016-08-23T15:06:47.764667 #26830] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2016-08-23 15:06:47 +0300
1027
- I, [2016-08-23T15:06:47.765258 #26830] INFO -- : Processing by DummyController#delayed_job as HTML
1028
- I, [2016-08-23T15:06:47.779431 #26830] INFO -- : Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms)
1029
- F, [2016-08-23T15:06:47.783701 #26830] FATAL -- :
1030
- AirbrakeTestError (delayed_job error):
1031
- lib/airbrake/delayed_job/plugin.rb:11:in `block (2 levels) in <class:Airbrake>'
1032
- lib/airbrake/rack/middleware.rb:22:in `call'
1033
-
1034
-
1035
- I, [2016-08-23T15:06:51.794124 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:51 +0300
1036
- I, [2016-08-23T15:06:51.794878 #26830] INFO -- : Processing by DummyController#crash as HTML
1037
- I, [2016-08-23T15:06:51.795183 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1038
- F, [2016-08-23T15:06:51.804833 #26830] FATAL -- :
1039
- AirbrakeTestError (AirbrakeTestError):
1040
- lib/airbrake/rack/middleware.rb:22:in `call'
1041
-
1042
-
1043
- I, [2016-08-23T15:06:51.806635 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:51 +0300
1044
- I, [2016-08-23T15:06:51.807200 #26830] INFO -- : Processing by DummyController#crash as HTML
1045
- I, [2016-08-23T15:06:51.807463 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1046
- F, [2016-08-23T15:06:51.810623 #26830] FATAL -- :
1047
- AirbrakeTestError (AirbrakeTestError):
1048
- lib/airbrake/rack/middleware.rb:22:in `call'
1049
-
1050
-
1051
- I, [2016-08-23T15:06:51.916646 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:51 +0300
1052
- I, [2016-08-23T15:06:51.917321 #26830] INFO -- : Processing by DummyController#crash as HTML
1053
- I, [2016-08-23T15:06:51.917639 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1054
- F, [2016-08-23T15:06:51.925503 #26830] FATAL -- :
1055
- AirbrakeTestError (AirbrakeTestError):
1056
- lib/airbrake/rack/middleware.rb:22:in `call'
1057
-
1058
-
1059
- I, [2016-08-23T15:06:51.927014 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:51 +0300
1060
- I, [2016-08-23T15:06:51.927381 #26830] INFO -- : Processing by DummyController#crash as HTML
1061
- I, [2016-08-23T15:06:51.927571 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1062
- F, [2016-08-23T15:06:51.930263 #26830] FATAL -- :
1063
- AirbrakeTestError (AirbrakeTestError):
1064
- lib/airbrake/rack/middleware.rb:22:in `call'
1065
-
1066
-
1067
- I, [2016-08-23T15:06:52.033742 #26830] INFO -- : Started GET "/" for 127.0.0.1 at 2016-08-23 15:06:52 +0300
1068
- I, [2016-08-23T15:06:52.034508 #26830] INFO -- : Processing by DummyController#index as HTML
1069
- I, [2016-08-23T15:06:52.035483 #26830] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.2ms)
1070
- I, [2016-08-23T15:06:52.035796 #26830] INFO -- : Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1071
- I, [2016-08-23T15:06:52.043567 #26830] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:06:52 +0300
1072
- I, [2016-08-23T15:06:52.045316 #26830] INFO -- : Processing by DummyController#crash as HTML
1073
- I, [2016-08-23T15:06:52.045600 #26830] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1074
- F, [2016-08-23T15:06:52.052329 #26830] FATAL -- :
1075
- AirbrakeTestError (AirbrakeTestError):
1076
- lib/airbrake/rack/middleware.rb:22:in `call'
1077
-
1078
-
1079
- I, [2016-08-23T15:06:52.158554 #26830] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:06:52 +0300
1080
- I, [2016-08-23T15:06:52.159440 #26830] INFO -- : Processing by DummyController#active_job as HTML
1081
- I, [2016-08-23T15:06:52.174697 #26830] INFO -- : Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
1082
- F, [2016-08-23T15:06:52.178420 #26830] FATAL -- :
1083
- AirbrakeTestError (active_job error):
1084
- lib/airbrake/rack/middleware.rb:22:in `call'
1085
-
1086
-
1087
- I, [2016-08-23T15:06:54.184780 #26830] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:06:54 +0300
1088
- I, [2016-08-23T15:06:54.185501 #26830] INFO -- : Processing by DummyController#active_job as HTML
1089
- I, [2016-08-23T15:06:54.189565 #26830] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
1090
- F, [2016-08-23T15:06:54.193955 #26830] FATAL -- :
1091
- AirbrakeTestError (active_job error):
1092
- lib/airbrake/rack/middleware.rb:22:in `call'
1093
-
1094
-
1095
- I, [2016-08-23T15:06:56.202706 #26830] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:06:56 +0300
1096
- I, [2016-08-23T15:06:56.203502 #26830] INFO -- : Processing by DummyController#active_job as HTML
1097
- I, [2016-08-23T15:06:56.204446 #26830] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
1098
- F, [2016-08-23T15:06:56.206108 #26830] FATAL -- :
1099
- AirbrakeTestError (active_job error):
1100
- lib/airbrake/rack/middleware.rb:22:in `call'
1101
-
1102
-
1103
- I, [2016-08-23T15:06:58.210699 #26830] INFO -- : Started GET "/resque" for 127.0.0.1 at 2016-08-23 15:06:58 +0300
1104
- I, [2016-08-23T15:06:58.211391 #26830] INFO -- : Processing by DummyController#resque as HTML
1105
- I, [2016-08-23T15:06:58.223626 #26830] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.2ms)
1106
- I, [2016-08-23T15:06:58.223875 #26830] INFO -- : Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1107
- D, [2016-08-23T15:07:02.158608 #27131] DEBUG -- :  (0.2ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar) 
1108
- D, [2016-08-23T15:07:02.162278 #27131] DEBUG -- :  (0.1ms) 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, "queue" varchar, "created_at" datetime, "updated_at" datetime)
1109
- D, [2016-08-23T15:07:02.162470 #27131] DEBUG -- :  (0.0ms) select sqlite_version(*)
1110
- D, [2016-08-23T15:07:02.162764 #27131] DEBUG -- :  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
1111
- I, [2016-08-23T15:07:02.186570 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1112
- I, [2016-08-23T15:07:02.194413 #27131] INFO -- : Processing by DummyController#crash as HTML
1113
- I, [2016-08-23T15:07:02.195690 #27131] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
1114
- F, [2016-08-23T15:07:02.199287 #27131] FATAL -- :
1115
- AirbrakeTestError (AirbrakeTestError):
1116
- lib/airbrake/rack/middleware.rb:22:in `call'
1117
-
1118
-
1119
- I, [2016-08-23T15:07:02.314273 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1120
- I, [2016-08-23T15:07:02.315086 #27131] INFO -- : Processing by DummyController#crash as HTML
1121
- I, [2016-08-23T15:07:02.315369 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1122
- F, [2016-08-23T15:07:02.322583 #27131] FATAL -- :
1123
- AirbrakeTestError (AirbrakeTestError):
1124
- lib/airbrake/rack/middleware.rb:22:in `call'
1125
-
1126
-
1127
- I, [2016-08-23T15:07:02.324540 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1128
- I, [2016-08-23T15:07:02.325811 #27131] INFO -- : Processing by DummyController#crash as HTML
1129
- I, [2016-08-23T15:07:02.326130 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1130
- F, [2016-08-23T15:07:02.329239 #27131] FATAL -- :
1131
- AirbrakeTestError (AirbrakeTestError):
1132
- lib/airbrake/rack/middleware.rb:22:in `call'
1133
-
1134
-
1135
- I, [2016-08-23T15:07:02.434209 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1136
- I, [2016-08-23T15:07:02.434941 #27131] INFO -- : Processing by DummyController#crash as HTML
1137
- I, [2016-08-23T15:07:02.435275 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1138
- F, [2016-08-23T15:07:02.443279 #27131] FATAL -- :
1139
- AirbrakeTestError (AirbrakeTestError):
1140
- lib/airbrake/rack/middleware.rb:22:in `call'
1141
-
1142
-
1143
- I, [2016-08-23T15:07:02.444957 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1144
- I, [2016-08-23T15:07:02.445492 #27131] INFO -- : Processing by DummyController#crash as HTML
1145
- I, [2016-08-23T15:07:02.445752 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1146
- F, [2016-08-23T15:07:02.448676 #27131] FATAL -- :
1147
- AirbrakeTestError (AirbrakeTestError):
1148
- lib/airbrake/rack/middleware.rb:22:in `call'
1149
-
1150
-
1151
- I, [2016-08-23T15:07:02.554433 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1152
- I, [2016-08-23T15:07:02.555184 #27131] INFO -- : Processing by DummyController#crash as HTML
1153
- I, [2016-08-23T15:07:02.555558 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1154
- F, [2016-08-23T15:07:02.563432 #27131] FATAL -- :
1155
- AirbrakeTestError (AirbrakeTestError):
1156
- lib/airbrake/rack/middleware.rb:22:in `call'
1157
-
1158
-
1159
- I, [2016-08-23T15:07:02.565246 #27131] INFO -- : Started GET "/" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1160
- I, [2016-08-23T15:07:02.565759 #27131] INFO -- : Processing by DummyController#index as HTML
1161
- I, [2016-08-23T15:07:02.570269 #27131] INFO -- : Rendered dummy/index.html.erb within layouts/application (0.8ms)
1162
- I, [2016-08-23T15:07:02.570711 #27131] INFO -- : Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
1163
- I, [2016-08-23T15:07:02.572175 #27131] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:07:02 +0300
1164
- I, [2016-08-23T15:07:02.572772 #27131] INFO -- : Processing by DummyController#active_job as HTML
1165
- I, [2016-08-23T15:07:02.589460 #27131] INFO -- : Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
1166
- F, [2016-08-23T15:07:02.893322 #27131] FATAL -- :
1167
- SystemStackError (stack level too deep):
1168
- lib/airbrake/rails/active_job.rb:19:in `block (2 levels) in <module:ActiveJob>'
1169
- lib/airbrake/rack/middleware.rb:22:in `call'
1170
-
1171
-
1172
- I, [2016-08-23T15:07:04.898415 #27131] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:07:04 +0300
1173
- I, [2016-08-23T15:07:04.899162 #27131] INFO -- : Processing by DummyController#active_job as HTML
1174
- I, [2016-08-23T15:07:04.911975 #27131] INFO -- : Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
1175
- F, [2016-08-23T15:07:05.224637 #27131] FATAL -- :
1176
- SystemStackError (stack level too deep):
1177
- lib/airbrake/rails/active_job.rb:19:in `block (2 levels) in <module:ActiveJob>'
1178
- lib/airbrake/rack/middleware.rb:22:in `call'
1179
-
1180
-
1181
- I, [2016-08-23T15:07:10.239281 #27131] INFO -- : Started GET "/active_job" for 127.0.0.1 at 2016-08-23 15:07:10 +0300
1182
- I, [2016-08-23T15:07:10.239901 #27131] INFO -- : Processing by DummyController#active_job as HTML
1183
- I, [2016-08-23T15:07:10.240590 #27131] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
1184
- F, [2016-08-23T15:07:10.241868 #27131] FATAL -- :
1185
- AirbrakeTestError (active_job error):
1186
- lib/airbrake/rack/middleware.rb:22:in `call'
1187
-
1188
-
1189
- I, [2016-08-23T15:07:12.248794 #27131] INFO -- : Started GET "/delayed_job" for 127.0.0.1 at 2016-08-23 15:07:12 +0300
1190
- I, [2016-08-23T15:07:12.249678 #27131] INFO -- : Processing by DummyController#delayed_job as HTML
1191
- I, [2016-08-23T15:07:12.268075 #27131] INFO -- : Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms)
1192
- F, [2016-08-23T15:07:12.271129 #27131] FATAL -- :
1193
- AirbrakeTestError (delayed_job error):
1194
- lib/airbrake/delayed_job/plugin.rb:11:in `block (2 levels) in <class:Airbrake>'
1195
- lib/airbrake/rack/middleware.rb:22:in `call'
1196
-
1197
-
1198
- I, [2016-08-23T15:07:16.279171 #27131] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1199
- I, [2016-08-23T15:07:16.280638 #27131] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1200
- I, [2016-08-23T15:07:16.280682 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1201
- I, [2016-08-23T15:07:16.290674 #27131] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1202
- I, [2016-08-23T15:07:16.290919 #27131] INFO -- : Completed 200 OK in 10ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1203
- I, [2016-08-23T15:07:16.293234 #27131] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1204
- I, [2016-08-23T15:07:16.293901 #27131] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1205
- I, [2016-08-23T15:07:16.293927 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1206
- I, [2016-08-23T15:07:16.297037 #27131] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1207
- I, [2016-08-23T15:07:16.297273 #27131] INFO -- : Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1208
- I, [2016-08-23T15:07:16.402959 #27131] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1209
- I, [2016-08-23T15:07:16.403859 #27131] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1210
- I, [2016-08-23T15:07:16.403897 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1211
- I, [2016-08-23T15:07:16.411658 #27131] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1212
- I, [2016-08-23T15:07:16.411946 #27131] INFO -- : Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1213
- I, [2016-08-23T15:07:16.413966 #27131] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1214
- I, [2016-08-23T15:07:16.414590 #27131] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1215
- I, [2016-08-23T15:07:16.414617 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1216
- I, [2016-08-23T15:07:16.417772 #27131] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1217
- I, [2016-08-23T15:07:16.418050 #27131] INFO -- : Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1218
- I, [2016-08-23T15:07:16.524171 #27131] INFO -- : Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1219
- I, [2016-08-23T15:07:16.525094 #27131] INFO -- : Processing by DummyController#notify_airbrake_helper as HTML
1220
- I, [2016-08-23T15:07:16.525130 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1221
- I, [2016-08-23T15:07:16.529515 #27131] INFO -- : Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
1222
- I, [2016-08-23T15:07:16.529824 #27131] INFO -- : Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1223
- I, [2016-08-23T15:07:16.633677 #27131] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1224
- I, [2016-08-23T15:07:16.634592 #27131] INFO -- : Processing by DummyController#crash as HTML
1225
- I, [2016-08-23T15:07:16.634629 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1226
- I, [2016-08-23T15:07:16.634959 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1227
- F, [2016-08-23T15:07:16.643391 #27131] FATAL -- :
1228
- AirbrakeTestError (AirbrakeTestError):
1229
- lib/airbrake/rack/middleware.rb:22:in `call'
1230
-
1231
-
1232
- I, [2016-08-23T15:07:16.645202 #27131] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1233
- I, [2016-08-23T15:07:16.645906 #27131] INFO -- : Processing by DummyController#crash as HTML
1234
- I, [2016-08-23T15:07:16.645949 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1235
- I, [2016-08-23T15:07:16.646196 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1236
- F, [2016-08-23T15:07:16.649351 #27131] FATAL -- :
1237
- AirbrakeTestError (AirbrakeTestError):
1238
- lib/airbrake/rack/middleware.rb:22:in `call'
1239
-
1240
-
1241
- I, [2016-08-23T15:07:16.658752 #27131] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1242
- I, [2016-08-23T15:07:16.659578 #27131] INFO -- : Processing by DummyController#crash as HTML
1243
- I, [2016-08-23T15:07:16.659608 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1244
- I, [2016-08-23T15:07:16.659911 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1245
- F, [2016-08-23T15:07:16.663677 #27131] FATAL -- :
1246
- AirbrakeTestError (AirbrakeTestError):
1247
- lib/airbrake/rack/middleware.rb:22:in `call'
1248
-
1249
-
1250
- I, [2016-08-23T15:07:16.768740 #27131] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1251
- I, [2016-08-23T15:07:16.769922 #27131] INFO -- : Processing by DummyController#crash as HTML
1252
- I, [2016-08-23T15:07:16.769963 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1253
- I, [2016-08-23T15:07:16.770423 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1254
- F, [2016-08-23T15:07:16.782290 #27131] FATAL -- :
1255
- AirbrakeTestError (AirbrakeTestError):
1256
- lib/airbrake/rack/middleware.rb:22:in `call'
1257
-
1258
-
1259
- I, [2016-08-23T15:07:16.784454 #27131] INFO -- : Started GET "/crash?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1260
- I, [2016-08-23T15:07:16.785267 #27131] INFO -- : Processing by DummyController#crash as HTML
1261
- I, [2016-08-23T15:07:16.785296 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1262
- I, [2016-08-23T15:07:16.785537 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1263
- F, [2016-08-23T15:07:16.789551 #27131] FATAL -- :
1264
- AirbrakeTestError (AirbrakeTestError):
1265
- lib/airbrake/rack/middleware.rb:22:in `call'
1266
-
1267
-
1268
- I, [2016-08-23T15:07:16.897478 #27131] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1269
- I, [2016-08-23T15:07:16.898580 #27131] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1270
- I, [2016-08-23T15:07:16.898617 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1271
- I, [2016-08-23T15:07:16.909699 #27131] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
1272
- I, [2016-08-23T15:07:16.909940 #27131] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1273
- I, [2016-08-23T15:07:16.912291 #27131] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1274
- I, [2016-08-23T15:07:16.912933 #27131] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1275
- I, [2016-08-23T15:07:16.912961 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1276
- I, [2016-08-23T15:07:16.923064 #27131] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1277
- I, [2016-08-23T15:07:16.923393 #27131] INFO -- : Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1278
- I, [2016-08-23T15:07:16.925463 #27131] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1279
- I, [2016-08-23T15:07:16.926096 #27131] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1280
- I, [2016-08-23T15:07:16.926221 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1281
- I, [2016-08-23T15:07:16.933952 #27131] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1282
- I, [2016-08-23T15:07:16.934179 #27131] INFO -- : Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1283
- I, [2016-08-23T15:07:16.936127 #27131] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1284
- I, [2016-08-23T15:07:16.936772 #27131] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1285
- I, [2016-08-23T15:07:16.936799 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1286
- I, [2016-08-23T15:07:16.943024 #27131] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1287
- I, [2016-08-23T15:07:16.943270 #27131] INFO -- : Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1288
- I, [2016-08-23T15:07:16.945053 #27131] INFO -- : Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1289
- I, [2016-08-23T15:07:16.945623 #27131] INFO -- : Processing by DummyController#notify_airbrake_sync_helper as HTML
1290
- I, [2016-08-23T15:07:16.945650 #27131] INFO -- : Parameters: {"foo"=>"bar"}
1291
- I, [2016-08-23T15:07:16.951888 #27131] INFO -- : Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
1292
- I, [2016-08-23T15:07:16.952108 #27131] INFO -- : Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1293
- I, [2016-08-23T15:07:16.954590 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:16 +0300
1294
- I, [2016-08-23T15:07:16.955506 #27131] INFO -- : Processing by DummyController#crash as HTML
1295
- I, [2016-08-23T15:07:16.955751 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1296
- F, [2016-08-23T15:07:16.958656 #27131] FATAL -- :
1297
- AirbrakeTestError (AirbrakeTestError):
1298
- lib/airbrake/rack/middleware.rb:22:in `call'
1299
-
1300
-
1301
- I, [2016-08-23T15:07:17.066495 #27131] INFO -- : Started GET "/resque" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1302
- I, [2016-08-23T15:07:17.067550 #27131] INFO -- : Processing by DummyController#resque as HTML
1303
- I, [2016-08-23T15:07:17.078775 #27131] INFO -- : Rendered dummy/resque.html.erb within layouts/application (0.3ms)
1304
- I, [2016-08-23T15:07:17.079030 #27131] INFO -- : Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1305
- I, [2016-08-23T15:07:17.081359 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1306
- I, [2016-08-23T15:07:17.081898 #27131] INFO -- : Processing by DummyController#crash as HTML
1307
- I, [2016-08-23T15:07:17.082218 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1308
- F, [2016-08-23T15:07:17.087066 #27131] FATAL -- :
1309
- AirbrakeTestError (AirbrakeTestError):
1310
- lib/airbrake/rack/middleware.rb:22:in `call'
1311
-
1312
-
1313
- I, [2016-08-23T15:07:17.193074 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1314
- I, [2016-08-23T15:07:17.193758 #27131] INFO -- : Processing by DummyController#crash as HTML
1315
- I, [2016-08-23T15:07:17.194071 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1316
- F, [2016-08-23T15:07:17.200853 #27131] FATAL -- :
1317
- AirbrakeTestError (AirbrakeTestError):
1318
- lib/airbrake/rack/middleware.rb:22:in `call'
1319
-
1320
-
1321
- I, [2016-08-23T15:07:17.202479 #27131] INFO -- : Started GET "/crash" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1322
- I, [2016-08-23T15:07:17.202923 #27131] INFO -- : Processing by DummyController#crash as HTML
1323
- I, [2016-08-23T15:07:17.203228 #27131] INFO -- : Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
1324
- F, [2016-08-23T15:07:17.206007 #27131] FATAL -- :
1325
- AirbrakeTestError (AirbrakeTestError):
1326
- lib/airbrake/rack/middleware.rb:22:in `call'
1327
-
1328
-
1329
- I, [2016-08-23T15:07:17.313232 #27131] INFO -- : Started GET "/active_record_after_rollback" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1330
- I, [2016-08-23T15:07:17.314039 #27131] INFO -- : Processing by DummyController#active_record_after_rollback as HTML
1331
- D, [2016-08-23T15:07:17.314314 #27131] DEBUG -- :  (0.1ms) begin transaction
1332
- D, [2016-08-23T15:07:17.317812 #27131] DEBUG -- : SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
1333
- D, [2016-08-23T15:07:17.318063 #27131] DEBUG -- :  (0.0ms) rollback transaction
1334
- I, [2016-08-23T15:07:17.318387 #27131] INFO -- : Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms)
1335
- F, [2016-08-23T15:07:17.330234 #27131] FATAL -- :
1336
- AirbrakeTestError (after_rollback):
1337
- lib/airbrake/rack/middleware.rb:22:in `call'
1338
-
1339
-
1340
- I, [2016-08-23T15:07:17.332162 #27131] INFO -- : Started GET "/active_record_after_commit" for 127.0.0.1 at 2016-08-23 15:07:17 +0300
1341
- I, [2016-08-23T15:07:17.332839 #27131] INFO -- : Processing by DummyController#active_record_after_commit as HTML
1342
- D, [2016-08-23T15:07:17.333173 #27131] DEBUG -- :  (0.1ms) begin transaction
1343
- D, [2016-08-23T15:07:17.333556 #27131] DEBUG -- : SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
1344
- D, [2016-08-23T15:07:17.333722 #27131] DEBUG -- :  (0.0ms) commit transaction
1345
- I, [2016-08-23T15:07:17.334028 #27131] INFO -- : Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
1346
- F, [2016-08-23T15:07:17.338374 #27131] FATAL -- :
1347
- AirbrakeTestError (after_commit):
1348
- lib/airbrake/rack/middleware.rb:22:in `call'
1349
-
1350
-