scorpion-ioc 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dec6c31f7811566996a4a3ca8c68bf1410b4de4aef812c5ac5253446f245251
4
- data.tar.gz: c2b3051d4305fbbc5a52d127e7fbeb4da2542aa1e692507bb29040c825d94539
3
+ metadata.gz: '01768bbab351b20eb23303dcfaa008f8dba56e125a1a988ec9c7dc8119a19e07'
4
+ data.tar.gz: 68a2fcd7a8aeeb93cfec0349fcce4c4408bad39525eff730d0ae00d15a4355cb
5
5
  SHA512:
6
- metadata.gz: 8fe35344e749df6e51188d16ae5376c9a15ba76c1ca8d814055161a251de3ea090c97c1a686f51516af2aceb1cc16d130125a1833f1d081732143967ab219991
7
- data.tar.gz: 973decbb90a6a1f9ad065554af749cf8f257f352fb9a65a15b6e7a16eacb97208605cf86942356f00eccc87d93f5ec5853ef0f32c4a798c768e233f697523530
6
+ metadata.gz: 6dd7cdd6ba10f2023605b98edfdf15555d9fbfc32ea5f691019bf5c204c843a832333dd7940575cb8d94492909d0c8949ed616dd50554d52342a0396c06cff62
7
+ data.tar.gz: c8517e229806aec248043e8562b2cf1ccc09a3df883845cf2fc36e35d983a2bf763cc42c2a45c507d0a73a9666f2afdf720e4232e12189713d92bb76c9dac55f
@@ -1 +1 @@
1
- See https://github.com/phallguy/scorpion/releases
1
+ See https://github.com/phallguy/scorpion/releases
data/Gemfile CHANGED
@@ -5,21 +5,20 @@ gemspec
5
5
 
6
6
  group :test do
7
7
 
8
- gem "rails", "~> 4.2"
8
+ gem "rails", "~> 5"
9
+ gem "rails-controller-testing"
9
10
 
10
- gem "guard", "~> 2.12.8"
11
11
  gem "spring"
12
12
  gem "byebug"
13
13
  gem "pry-byebug"
14
- gem "guard-rspec"
15
14
  gem "fuubar"
16
15
  gem "yard"
17
16
  gem "simplecov"
18
- gem "ruby_gntp", "~> 0.3.4"
19
17
  gem "awesome_print"
20
- gem "nokogiri", "~>1.8.2"
18
+ gem "nokogiri"
21
19
 
22
- gem "rubocop", "~> 0.50.0"
20
+ gem "rubocop"
23
21
 
24
22
  gem "codeclimate-test-reporter", require: nil
23
+ gem "rspec_junit_formatter", platforms: :mri
25
24
  end
@@ -0,0 +1,215 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ scorpion-ioc (1.0.5)
5
+ rails (>= 4.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.2.3)
11
+ actionpack (= 5.2.3)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.3)
15
+ actionpack (= 5.2.3)
16
+ actionview (= 5.2.3)
17
+ activejob (= 5.2.3)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.3)
21
+ actionview (= 5.2.3)
22
+ activesupport (= 5.2.3)
23
+ rack (~> 2.0)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.3)
28
+ activesupport (= 5.2.3)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.3)
34
+ activesupport (= 5.2.3)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.3)
37
+ activesupport (= 5.2.3)
38
+ activerecord (5.2.3)
39
+ activemodel (= 5.2.3)
40
+ activesupport (= 5.2.3)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.3)
43
+ actionpack (= 5.2.3)
44
+ activerecord (= 5.2.3)
45
+ marcel (~> 0.3.1)
46
+ activesupport (5.2.3)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ arel (9.0.0)
52
+ ast (2.4.0)
53
+ awesome_print (1.8.0)
54
+ builder (3.2.3)
55
+ byebug (11.0.1)
56
+ codeclimate-test-reporter (1.0.9)
57
+ simplecov (<= 0.13)
58
+ coderay (1.1.2)
59
+ combustion (1.1.1)
60
+ activesupport (>= 3.0.0)
61
+ railties (>= 3.0.0)
62
+ thor (>= 0.14.6)
63
+ concurrent-ruby (1.1.5)
64
+ crass (1.0.5)
65
+ diff-lcs (1.3)
66
+ docile (1.1.5)
67
+ erubi (1.9.0)
68
+ fuubar (2.4.1)
69
+ rspec-core (~> 3.0)
70
+ ruby-progressbar (~> 1.4)
71
+ globalid (0.4.2)
72
+ activesupport (>= 4.2.0)
73
+ i18n (1.7.0)
74
+ concurrent-ruby (~> 1.0)
75
+ jaro_winkler (1.5.3)
76
+ json (2.2.0)
77
+ loofah (2.3.0)
78
+ crass (~> 1.0.2)
79
+ nokogiri (>= 1.5.9)
80
+ mail (2.7.1)
81
+ mini_mime (>= 0.1.1)
82
+ marcel (0.3.3)
83
+ mimemagic (~> 0.3.2)
84
+ method_source (0.9.2)
85
+ mimemagic (0.3.3)
86
+ mini_mime (1.0.2)
87
+ mini_portile2 (2.4.0)
88
+ minitest (5.12.2)
89
+ nio4r (2.5.2)
90
+ nokogiri (1.10.4)
91
+ mini_portile2 (~> 2.4.0)
92
+ parallel (1.18.0)
93
+ parser (2.6.5.0)
94
+ ast (~> 2.4.0)
95
+ pry (0.12.2)
96
+ coderay (~> 1.1.0)
97
+ method_source (~> 0.9.0)
98
+ pry-byebug (3.7.0)
99
+ byebug (~> 11.0)
100
+ pry (~> 0.10)
101
+ rack (2.0.7)
102
+ rack-test (1.1.0)
103
+ rack (>= 1.0, < 3)
104
+ rails (5.2.3)
105
+ actioncable (= 5.2.3)
106
+ actionmailer (= 5.2.3)
107
+ actionpack (= 5.2.3)
108
+ actionview (= 5.2.3)
109
+ activejob (= 5.2.3)
110
+ activemodel (= 5.2.3)
111
+ activerecord (= 5.2.3)
112
+ activestorage (= 5.2.3)
113
+ activesupport (= 5.2.3)
114
+ bundler (>= 1.3.0)
115
+ railties (= 5.2.3)
116
+ sprockets-rails (>= 2.0.0)
117
+ rails-controller-testing (1.0.4)
118
+ actionpack (>= 5.0.1.x)
119
+ actionview (>= 5.0.1.x)
120
+ activesupport (>= 5.0.1.x)
121
+ rails-dom-testing (2.0.3)
122
+ activesupport (>= 4.2.0)
123
+ nokogiri (>= 1.6)
124
+ rails-html-sanitizer (1.3.0)
125
+ loofah (~> 2.3)
126
+ railties (5.2.3)
127
+ actionpack (= 5.2.3)
128
+ activesupport (= 5.2.3)
129
+ method_source
130
+ rake (>= 0.8.7)
131
+ thor (>= 0.19.0, < 2.0)
132
+ rainbow (3.0.0)
133
+ rake (13.0.0)
134
+ rspec (3.9.0)
135
+ rspec-core (~> 3.9.0)
136
+ rspec-expectations (~> 3.9.0)
137
+ rspec-mocks (~> 3.9.0)
138
+ rspec-core (3.9.0)
139
+ rspec-support (~> 3.9.0)
140
+ rspec-expectations (3.9.0)
141
+ diff-lcs (>= 1.2.0, < 2.0)
142
+ rspec-support (~> 3.9.0)
143
+ rspec-mocks (3.9.0)
144
+ diff-lcs (>= 1.2.0, < 2.0)
145
+ rspec-support (~> 3.9.0)
146
+ rspec-rails (3.9.0)
147
+ actionpack (>= 3.0)
148
+ activesupport (>= 3.0)
149
+ railties (>= 3.0)
150
+ rspec-core (~> 3.9.0)
151
+ rspec-expectations (~> 3.9.0)
152
+ rspec-mocks (~> 3.9.0)
153
+ rspec-support (~> 3.9.0)
154
+ rspec-support (3.9.0)
155
+ rspec_junit_formatter (0.4.1)
156
+ rspec-core (>= 2, < 4, != 2.12.0)
157
+ rubocop (0.75.1)
158
+ jaro_winkler (~> 1.5.1)
159
+ parallel (~> 1.10)
160
+ parser (>= 2.6)
161
+ rainbow (>= 2.2.2, < 4.0)
162
+ ruby-progressbar (~> 1.7)
163
+ unicode-display_width (>= 1.4.0, < 1.7)
164
+ ruby-progressbar (1.10.1)
165
+ simplecov (0.13.0)
166
+ docile (~> 1.1.0)
167
+ json (>= 1.8, < 3)
168
+ simplecov-html (~> 0.10.0)
169
+ simplecov-html (0.10.2)
170
+ spring (2.1.0)
171
+ sprockets (4.0.0)
172
+ concurrent-ruby (~> 1.0)
173
+ rack (> 1, < 3)
174
+ sprockets-rails (3.2.1)
175
+ actionpack (>= 4.0)
176
+ activesupport (>= 4.0)
177
+ sprockets (>= 3.0.0)
178
+ sqlite3 (1.4.1)
179
+ thor (0.20.3)
180
+ thread_safe (0.3.6)
181
+ tzinfo (1.2.5)
182
+ thread_safe (~> 0.1)
183
+ unicode-display_width (1.6.0)
184
+ websocket-driver (0.7.1)
185
+ websocket-extensions (>= 0.1.0)
186
+ websocket-extensions (0.1.4)
187
+ yard (0.9.20)
188
+
189
+ PLATFORMS
190
+ ruby
191
+
192
+ DEPENDENCIES
193
+ awesome_print
194
+ bundler (~> 1.6)
195
+ byebug
196
+ codeclimate-test-reporter
197
+ combustion (~> 1)
198
+ fuubar
199
+ nokogiri
200
+ pry-byebug
201
+ rails (~> 5)
202
+ rails-controller-testing
203
+ rake (~> 13)
204
+ rspec (~> 3.00)
205
+ rspec-rails (~> 3.00)
206
+ rspec_junit_formatter
207
+ rubocop
208
+ scorpion-ioc!
209
+ simplecov
210
+ spring
211
+ sqlite3
212
+ yard
213
+
214
+ BUNDLED WITH
215
+ 1.17.3
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
3
+ load Gem.bin_path('bundler', 'bundle')
@@ -1,3 +1,4 @@
1
1
  # rubocop:disable Naming/FileName
2
2
  # Required case to support autorequire in gems.
3
3
  require "scorpion"
4
+ # rubocop:enable Naming/FileName
@@ -86,7 +86,7 @@ module Scorpion
86
86
 
87
87
  private
88
88
 
89
- def method_missing( name, *args ) # rubocop:disable Style/MethodMissing
89
+ def method_missing( name, *args )
90
90
  return super unless @defining_attributes
91
91
 
92
92
  if args.length >= 1
@@ -65,7 +65,7 @@ module Scorpion
65
65
 
66
66
  # @return [Boolean] true if the pray satisfies the given contract.
67
67
  def satisfies_contract?( contract )
68
- if self.contract.is_a? Symbol
68
+ if self.contract.is_a?(Symbol) || contract.is_a?(Symbol)
69
69
  self.contract == contract
70
70
  else
71
71
  self.contract <= contract
@@ -31,7 +31,7 @@ module Scorpion
31
31
 
32
32
  # @see Dependency#fetch
33
33
  def fetch( hunt )
34
- @instance ||= specific_dependency.fetch( hunt )
34
+ @instance ||= specific_dependency.fetch( hunt ) # rubocop:disable Naming/MemoizedInstanceVariableName
35
35
  end
36
36
 
37
37
  # @see Dependency#release
@@ -122,8 +122,8 @@ module Scorpion
122
122
  # Define a single dependency and accessor.
123
123
  # @param [Symbol] name of the dependency.
124
124
  # @param [Class,Module,Symbol] contract describing the desired behavior of the dependency.
125
- def attr_dependency( name, contract, **options, &block )
126
- attr = injected_attributes.define_attribute name, contract, **options, &block
125
+ def attr_dependency( name, contract, **options )
126
+ attr = injected_attributes.define_attribute name, contract, **options
127
127
  build_injected_attribute attr
128
128
  adjust_injected_attribute_visibility attr
129
129
  validate_initializer_injections
@@ -9,9 +9,9 @@ module Scorpion
9
9
  def self.install!
10
10
  return unless defined? ::ActiveRecord
11
11
 
12
- ::ActiveRecord::Base.send :prepend, Scorpion::Rails::ActiveRecord::Model
13
- ::ActiveRecord::Relation.send :prepend, Scorpion::Rails::ActiveRecord::Relation
14
- ::ActiveRecord::Associations::Association.send :prepend, Scorpion::Rails::ActiveRecord::Association
12
+ ::ActiveRecord::Base.prepend Scorpion::Rails::ActiveRecord::Model
13
+ ::ActiveRecord::Relation.prepend Scorpion::Rails::ActiveRecord::Relation
14
+ ::ActiveRecord::Associations::Association.prepend Scorpion::Rails::ActiveRecord::Association
15
15
 
16
16
  # TODO: extend Scorpion::Hunter to support AR
17
17
  end
@@ -32,6 +32,10 @@ module Scorpion
32
32
  base.around_action :with_scorpion
33
33
 
34
34
  base.class_eval do
35
+ if respond_to?( :helper_method )
36
+ helper_method :scorpion
37
+ end
38
+
35
39
  # Defined here to override the #scorpion method provided by Scorpion::Object.
36
40
  def scorpion( scope = nil )
37
41
  if scope
@@ -6,9 +6,9 @@ module Scorpion
6
6
  class Railtie < ::Rails::Railtie
7
7
 
8
8
  initializer "scorpion.configure" do |_app|
9
- ::ActionController::Base.send :include, Scorpion::Rails::Controller if defined? ::ActionController
10
- ::ActiveJob::Base.send :include, Scorpion::Rails::Job if defined? ::ActiveJob
11
- ::ActionMailer::Base.send :include, Scorpion::Rails::Mailer if defined? ::ActionMailer
9
+ ::ActionController::Base.include Scorpion::Rails::Controller if defined? ::ActionController
10
+ ::ActiveJob::Base.include Scorpion::Rails::Job if defined? ::ActiveJob
11
+ ::ActionMailer::Base.include Scorpion::Rails::Mailer if defined? ::ActionMailer
12
12
 
13
13
  ::Scorpion::Rails::ActiveRecord.install! if defined? ::ActiveRecord
14
14
  end
@@ -7,22 +7,22 @@ module Scorpion
7
7
  return instance unless instance
8
8
 
9
9
  klass = @wrappers[instance.class] ||=
10
- Class.new( instance.class ) do
11
- def initialize( instance, stinger )
12
- @__instance__ = instance
13
- @__stinger__ = stinger
14
- end
15
-
16
- def respond_to?( *args )
17
- @__instance__.respond_to?( *args )
18
- end
19
-
20
- private
21
-
22
- def method_missing( *args, &block ) # rubocop:disable Style/MethodMissing
23
- @__stinger__.sting! @__instance__.__send__( *args, &block )
24
- end
25
- end
10
+ Class.new( instance.class ) do
11
+ def initialize( instance, stinger )
12
+ @__instance__ = instance
13
+ @__stinger__ = stinger
14
+ end
15
+
16
+ def respond_to?( *args )
17
+ @__instance__.respond_to?( *args )
18
+ end
19
+
20
+ private
21
+
22
+ def method_missing( *args, &block ) # rubocop:disable Style/MethodMissingSuper
23
+ @__stinger__.sting! @__instance__.__send__( *args, &block )
24
+ end
25
+ end
26
26
 
27
27
  klass.new instance, stinger
28
28
  end
@@ -1,5 +1,5 @@
1
1
  module Scorpion
2
- VERSION_NUMBER = "1.0.4".freeze
2
+ VERSION_NUMBER = "1.0.6".freeze
3
3
  VERSION_SUFFIX = "".freeze
4
4
  VERSION = "#{ VERSION_NUMBER }#{ VERSION_SUFFIX }".freeze
5
5
  end
@@ -0,0 +1 @@
1
+ // Required by sprockets
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  Rails.application.routes.draw do
2
- #
4
+ # Add your own routes here, or remove this file if you don't have need for it.
3
5
  end
@@ -0,0 +1,1492 @@
1
+  (1.0ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
2
+  (0.7ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
4
+  (0.0ms) select sqlite_version(*)
5
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
+  (1.1ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
7
+  (0.8ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
9
+  (0.1ms) select sqlite_version(*)
10
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos"
12
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
13
+  (0.0ms) begin transaction
14
+ SQL (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-05-15 22:13:44.120657"], ["updated_at", "2019-05-15 22:13:44.120657"]]
15
+  (0.5ms) commit transaction
16
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
17
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
18
+  (0.0ms) begin transaction
19
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
20
+  (0.6ms) commit transaction
21
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
22
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
23
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
24
+  (0.0ms) begin transaction
25
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.130622"], ["updated_at", "2019-05-15 22:13:44.130622"]]
26
+  (0.5ms) commit transaction
27
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
28
+  (0.0ms) begin transaction
29
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
30
+  (0.4ms) commit transaction
31
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
32
+  (0.0ms) begin transaction
33
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.134575"], ["updated_at", "2019-05-15 22:13:44.134575"]]
34
+  (0.5ms) commit transaction
35
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
36
+  (0.0ms) begin transaction
37
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
38
+  (0.4ms) commit transaction
39
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
40
+  (0.0ms) begin transaction
41
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.138762"], ["updated_at", "2019-05-15 22:13:44.138762"]]
42
+  (0.5ms) commit transaction
43
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
44
+  (0.1ms) begin transaction
45
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
46
+  (0.4ms) commit transaction
47
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
48
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
49
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
50
+  (0.0ms) begin transaction
51
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.147745"], ["updated_at", "2019-05-15 22:13:44.147745"]]
52
+  (0.6ms) commit transaction
53
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
54
+  (0.0ms) begin transaction
55
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
56
+  (0.4ms) commit transaction
57
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
58
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
59
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
60
+  (0.0ms) begin transaction
61
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.153813"], ["updated_at", "2019-05-15 22:13:44.153813"]]
62
+  (0.5ms) commit transaction
63
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 6]]
64
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
65
+  (0.0ms) begin transaction
66
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
67
+  (0.4ms) commit transaction
68
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
69
+  (0.0ms) begin transaction
70
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.158306"], ["updated_at", "2019-05-15 22:13:44.158306"]]
71
+  (0.5ms) commit transaction
72
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT 1 [["name", "Bill"]]
73
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
74
+  (0.0ms) begin transaction
75
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
76
+  (0.5ms) commit transaction
77
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
78
+  (0.0ms) begin transaction
79
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.162999"], ["updated_at", "2019-05-15 22:13:44.162999"]]
80
+  (0.5ms) commit transaction
81
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
82
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
83
+  (0.0ms) begin transaction
84
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
85
+  (0.3ms) commit transaction
86
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
87
+  (0.0ms) begin transaction
88
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.167407"], ["updated_at", "2019-05-15 22:13:44.167407"]]
89
+  (0.5ms) commit transaction
90
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
91
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
92
+  (0.0ms) begin transaction
93
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
94
+  (0.7ms) commit transaction
95
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
96
+  (0.0ms) begin transaction
97
+ SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.330046"], ["updated_at", "2019-05-15 22:13:44.330046"]]
98
+  (0.6ms) commit transaction
99
+  (0.0ms) begin transaction
100
+ SQL (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-05-15 22:13:44.335327"], ["updated_at", "2019-05-15 22:13:44.335327"]]
101
+  (0.5ms) commit transaction
102
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
103
+ Todo Load (1.0ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT 1 [["author_id", 1]]
104
+ Todo Load (0.6ms) SELECT "todos".* FROM "todos"
105
+  (0.1ms) begin transaction
106
+ SQL (0.4ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
107
+  (0.6ms) commit transaction
108
+ Author Load (0.2ms) SELECT "authors".* FROM "authors"
109
+  (0.0ms) begin transaction
110
+ SQL (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
111
+  (0.6ms) commit transaction
112
+  (0.1ms) begin transaction
113
+ SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.358040"], ["updated_at", "2019-05-15 22:13:44.358040"]]
114
+  (0.7ms) commit transaction
115
+  (0.0ms) begin transaction
116
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-05-15 22:13:44.360628"], ["updated_at", "2019-05-15 22:13:44.360628"]]
117
+  (0.7ms) commit transaction
118
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
119
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
120
+  (0.0ms) begin transaction
121
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
122
+  (0.7ms) commit transaction
123
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
124
+  (0.0ms) begin transaction
125
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
126
+  (0.7ms) commit transaction
127
+  (0.0ms) begin transaction
128
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.368369"], ["updated_at", "2019-05-15 22:13:44.368369"]]
129
+  (0.6ms) commit transaction
130
+  (0.0ms) begin transaction
131
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-05-15 22:13:44.370395"], ["updated_at", "2019-05-15 22:13:44.370395"]]
132
+  (0.7ms) commit transaction
133
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
134
+ Author Load (0.2ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 3]]
135
+ [ActiveJob] [Test::Job::Journey] [fbda573e-25be-4114-a4e3-9117cbb96f9c] Performing Test::Job::Journey from Inline(default)
136
+ [ActiveJob] [Test::Job::Journey] [fbda573e-25be-4114-a4e3-9117cbb96f9c] Performed Test::Job::Journey from Inline(default) in 0.19ms
137
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos"
138
+  (0.0ms) begin transaction
139
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
140
+  (0.5ms) commit transaction
141
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
142
+  (0.0ms) begin transaction
143
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
144
+  (0.6ms) commit transaction
145
+  (0.0ms) begin transaction
146
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.427732"], ["updated_at", "2019-05-15 22:13:44.427732"]]
147
+  (0.5ms) commit transaction
148
+  (0.0ms) begin transaction
149
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-05-15 22:13:44.429567"], ["updated_at", "2019-05-15 22:13:44.429567"]]
150
+  (0.6ms) commit transaction
151
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
152
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
153
+  (0.0ms) begin transaction
154
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
155
+  (0.6ms) commit transaction
156
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
157
+  (0.0ms) begin transaction
158
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
159
+  (0.5ms) commit transaction
160
+  (0.0ms) begin transaction
161
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.436254"], ["updated_at", "2019-05-15 22:13:44.436254"]]
162
+  (0.5ms) commit transaction
163
+  (0.0ms) begin transaction
164
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-05-15 22:13:44.438012"], ["updated_at", "2019-05-15 22:13:44.438012"]]
165
+  (0.7ms) commit transaction
166
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
167
+  (0.0ms) begin transaction
168
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
169
+  (0.7ms) commit transaction
170
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
171
+  (0.0ms) begin transaction
172
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
173
+  (0.7ms) commit transaction
174
+  (0.0ms) begin transaction
175
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.444320"], ["updated_at", "2019-05-15 22:13:44.444320"]]
176
+  (0.5ms) commit transaction
177
+  (0.0ms) begin transaction
178
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-05-15 22:13:44.446175"], ["updated_at", "2019-05-15 22:13:44.446175"]]
179
+  (0.8ms) commit transaction
180
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT 1 [["name", "Pitbull"]]
181
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
182
+  (0.0ms) begin transaction
183
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
184
+  (0.5ms) commit transaction
185
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
186
+  (0.0ms) begin transaction
187
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
188
+  (0.7ms) commit transaction
189
+  (0.0ms) begin transaction
190
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.452843"], ["updated_at", "2019-05-15 22:13:44.452843"]]
191
+  (0.7ms) commit transaction
192
+  (0.0ms) begin transaction
193
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-05-15 22:13:44.454785"], ["updated_at", "2019-05-15 22:13:44.454785"]]
194
+  (0.5ms) commit transaction
195
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
196
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 7]]
197
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
198
+  (0.0ms) begin transaction
199
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
200
+  (0.5ms) commit transaction
201
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
202
+  (0.0ms) begin transaction
203
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
204
+  (0.4ms) commit transaction
205
+  (0.0ms) begin transaction
206
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.461541"], ["updated_at", "2019-05-15 22:13:44.461541"]]
207
+  (0.6ms) commit transaction
208
+  (0.0ms) begin transaction
209
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-05-15 22:13:44.463497"], ["updated_at", "2019-05-15 22:13:44.463497"]]
210
+  (0.4ms) commit transaction
211
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT 1 [["name", "Pitbull"]]
212
+  (1.0ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
213
+  (0.9ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
214
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
215
+  (0.0ms) select sqlite_version(*)
216
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
217
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
218
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
219
+  (0.0ms) begin transaction
220
+ SQL (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.211283"], ["updated_at", "2019-05-15 22:25:42.211283"]]
221
+  (0.8ms) commit transaction
222
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
223
+  (0.0ms) begin transaction
224
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
225
+  (0.5ms) commit transaction
226
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
227
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
228
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
229
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
230
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
231
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
232
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
233
+  (0.0ms) begin transaction
234
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-05-15 22:25:42.224874"], ["updated_at", "2019-05-15 22:25:42.224874"]]
235
+  (0.8ms) commit transaction
236
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
237
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
238
+  (0.0ms) begin transaction
239
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
240
+  (0.7ms) commit transaction
241
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
242
+  (0.0ms) begin transaction
243
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.230544"], ["updated_at", "2019-05-15 22:25:42.230544"]]
244
+  (0.7ms) commit transaction
245
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos"
246
+  (0.0ms) begin transaction
247
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
248
+  (0.6ms) commit transaction
249
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
250
+  (0.0ms) begin transaction
251
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.235024"], ["updated_at", "2019-05-15 22:25:42.235024"]]
252
+  (0.6ms) commit transaction
253
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
254
+  (0.0ms) begin transaction
255
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
256
+  (0.5ms) commit transaction
257
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
258
+  (0.0ms) begin transaction
259
+ SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.239546"], ["updated_at", "2019-05-15 22:25:42.239546"]]
260
+  (0.6ms) commit transaction
261
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
262
+  (0.0ms) begin transaction
263
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
264
+  (0.5ms) commit transaction
265
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
266
+  (0.0ms) begin transaction
267
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.244306"], ["updated_at", "2019-05-15 22:25:42.244306"]]
268
+  (0.5ms) commit transaction
269
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
270
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
271
+  (0.0ms) begin transaction
272
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
273
+  (0.7ms) commit transaction
274
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
275
+  (0.0ms) begin transaction
276
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.249160"], ["updated_at", "2019-05-15 22:25:42.249160"]]
277
+  (0.6ms) commit transaction
278
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT 1 [["name", "Bill"]]
279
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
280
+  (0.0ms) begin transaction
281
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
282
+  (0.7ms) commit transaction
283
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
284
+  (0.0ms) begin transaction
285
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.254346"], ["updated_at", "2019-05-15 22:25:42.254346"]]
286
+  (0.5ms) commit transaction
287
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 8]]
288
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
289
+  (0.0ms) begin transaction
290
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
291
+  (0.5ms) commit transaction
292
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
293
+  (0.0ms) begin transaction
294
+ SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.259166"], ["updated_at", "2019-05-15 22:25:42.259166"]]
295
+  (0.6ms) commit transaction
296
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
297
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
298
+  (0.0ms) begin transaction
299
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
300
+  (1.1ms) commit transaction
301
+ Author Load (0.2ms) SELECT "authors".* FROM "authors"
302
+  (0.0ms) begin transaction
303
+ SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.282069"], ["updated_at", "2019-05-15 22:25:42.282069"]]
304
+  (0.6ms) commit transaction
305
+  (0.1ms) begin transaction
306
+ SQL (0.4ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-05-15 22:25:42.287569"], ["updated_at", "2019-05-15 22:25:42.287569"]]
307
+  (0.8ms) commit transaction
308
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT 1 [["name", "Pitbull"]]
309
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
310
+  (0.0ms) begin transaction
311
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
312
+  (0.8ms) commit transaction
313
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
314
+  (0.0ms) begin transaction
315
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
316
+  (0.6ms) commit transaction
317
+  (0.0ms) begin transaction
318
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.295217"], ["updated_at", "2019-05-15 22:25:42.295217"]]
319
+  (0.7ms) commit transaction
320
+  (0.0ms) begin transaction
321
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-05-15 22:25:42.297244"], ["updated_at", "2019-05-15 22:25:42.297244"]]
322
+  (0.6ms) commit transaction
323
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT 1 [["name", "Pitbull"]]
324
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
325
+  (0.0ms) begin transaction
326
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
327
+  (0.5ms) commit transaction
328
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
329
+  (0.0ms) begin transaction
330
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
331
+  (0.7ms) commit transaction
332
+  (0.0ms) begin transaction
333
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.303686"], ["updated_at", "2019-05-15 22:25:42.303686"]]
334
+  (0.7ms) commit transaction
335
+  (0.0ms) begin transaction
336
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-05-15 22:25:42.305614"], ["updated_at", "2019-05-15 22:25:42.305614"]]
337
+  (0.7ms) commit transaction
338
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
339
+  (0.0ms) begin transaction
340
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
341
+  (0.5ms) commit transaction
342
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
343
+  (0.0ms) begin transaction
344
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
345
+  (0.7ms) commit transaction
346
+  (0.0ms) begin transaction
347
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.311684"], ["updated_at", "2019-05-15 22:25:42.311684"]]
348
+  (0.8ms) commit transaction
349
+  (0.0ms) begin transaction
350
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-05-15 22:25:42.313704"], ["updated_at", "2019-05-15 22:25:42.313704"]]
351
+  (0.7ms) commit transaction
352
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
353
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
354
+  (0.0ms) begin transaction
355
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
356
+  (0.6ms) commit transaction
357
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
358
+  (0.0ms) begin transaction
359
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
360
+  (0.6ms) commit transaction
361
+  (0.0ms) begin transaction
362
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.327573"], ["updated_at", "2019-05-15 22:25:42.327573"]]
363
+  (0.7ms) commit transaction
364
+  (0.1ms) begin transaction
365
+ SQL (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-05-15 22:25:42.329800"], ["updated_at", "2019-05-15 22:25:42.329800"]]
366
+  (0.7ms) commit transaction
367
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
368
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 5]]
369
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
370
+  (0.0ms) begin transaction
371
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
372
+  (0.7ms) commit transaction
373
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
374
+  (0.0ms) begin transaction
375
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
376
+  (0.7ms) commit transaction
377
+  (0.1ms) begin transaction
378
+ SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.486610"], ["updated_at", "2019-05-15 22:25:42.486610"]]
379
+  (0.7ms) commit transaction
380
+  (0.0ms) begin transaction
381
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-05-15 22:25:42.488809"], ["updated_at", "2019-05-15 22:25:42.488809"]]
382
+  (0.7ms) commit transaction
383
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
384
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
385
+  (0.0ms) begin transaction
386
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
387
+  (0.8ms) commit transaction
388
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
389
+  (0.0ms) begin transaction
390
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
391
+  (0.7ms) commit transaction
392
+  (0.0ms) begin transaction
393
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.496126"], ["updated_at", "2019-05-15 22:25:42.496126"]]
394
+  (0.6ms) commit transaction
395
+  (0.0ms) begin transaction
396
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-05-15 22:25:42.497952"], ["updated_at", "2019-05-15 22:25:42.497952"]]
397
+  (0.7ms) commit transaction
398
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1
399
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT 1 [["author_id", 7]]
400
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
401
+  (0.0ms) begin transaction
402
+ SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
403
+  (0.6ms) commit transaction
404
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
405
+  (0.0ms) begin transaction
406
+ SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
407
+  (0.7ms) commit transaction
408
+  (0.0ms) begin transaction
409
+ SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.505413"], ["updated_at", "2019-05-15 22:25:42.505413"]]
410
+  (0.7ms) commit transaction
411
+  (0.0ms) begin transaction
412
+ SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-05-15 22:25:42.507414"], ["updated_at", "2019-05-15 22:25:42.507414"]]
413
+  (0.9ms) commit transaction
414
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1
415
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 8]]
416
+ [ActiveJob] [Test::Job::Journey] [d37fe491-53ea-45c5-a728-85bd51c38b49] Performing Test::Job::Journey from Inline(default)
417
+ [ActiveJob] [Test::Job::Journey] [d37fe491-53ea-45c5-a728-85bd51c38b49] Performed Test::Job::Journey from Inline(default) in 0.16ms
418
+  (0.0ms) DROP TABLE IF EXISTS "todos"
419
+  (0.8ms) SELECT sqlite_version(*)
420
+  (1.1ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
421
+  (0.9ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")
422
+  (0.1ms) DROP TABLE IF EXISTS "authors"
423
+  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
424
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
425
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
426
+  (0.0ms) begin transaction
427
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:26:06.688255"], ["updated_at", "2019-10-20 17:26:06.688255"]]
428
+  (0.6ms) commit transaction
429
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
430
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
431
+  (0.0ms) begin transaction
432
+  (0.0ms) commit transaction
433
+ Processing by AnonymousController#index as HTML
434
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
435
+ Processing by AnonymousController#index as HTML
436
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
437
+ Processing by AnonymousController#index as HTML
438
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
439
+ Processing by AnonymousController#index as HTML
440
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
441
+ Processing by AnonymousController#index as HTML
442
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
443
+ Processing by AnonymousController#index as HTML
444
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
445
+ Processing by AnonymousController#index as HTML
446
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
447
+ Processing by AnonymousController#index as HTML
448
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
449
+ Processing by AnonymousController#index as HTML
450
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
451
+ Processing by AnonymousController#index as HTML
452
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
453
+ Processing by AnonymousController#index as HTML
454
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
455
+ Processing by AnonymousController#index as HTML
456
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
457
+ Processing by AnonymousController#index as HTML
458
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
459
+ Processing by AnonymousController#index as HTML
460
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
461
+ Processing by AnonymousController#index as HTML
462
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
463
+ Processing by AnonymousController#index as HTML
464
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
465
+ Processing by AnonymousController#index as HTML
466
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
467
+ Processing by AnonymousController#index as HTML
468
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
469
+ Processing by AnonymousController#index as HTML
470
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
471
+ Processing by AnonymousController#index as HTML
472
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
473
+ Processing by AnonymousController#index as HTML
474
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
475
+ Processing by AnonymousController#index as HTML
476
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
477
+ Processing by AnonymousController#index as HTML
478
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
479
+ Processing by AnonymousController#index as HTML
480
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
481
+ Processing by AnonymousController#index as HTML
482
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
483
+ Processing by AnonymousController#index as HTML
484
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
485
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
486
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
487
+  (0.0ms) begin transaction
488
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.934536"], ["updated_at", "2019-10-20 17:26:06.934536"]]
489
+  (1.1ms) commit transaction
490
+  (0.0ms) begin transaction
491
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:26:06.942478"], ["updated_at", "2019-10-20 17:26:06.942478"]]
492
+  (0.8ms) commit transaction
493
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
494
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
495
+  (0.0ms) begin transaction
496
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
497
+  (0.8ms) commit transaction
498
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
499
+  (0.0ms) begin transaction
500
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
501
+  (0.7ms) commit transaction
502
+  (0.0ms) begin transaction
503
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.954633"], ["updated_at", "2019-10-20 17:26:06.954633"]]
504
+  (0.5ms) commit transaction
505
+  (0.0ms) begin transaction
506
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:26:06.956270"], ["updated_at", "2019-10-20 17:26:06.956270"]]
507
+  (0.5ms) commit transaction
508
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
509
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
510
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
511
+  (0.0ms) begin transaction
512
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
513
+  (0.6ms) commit transaction
514
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
515
+  (0.0ms) begin transaction
516
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
517
+  (0.6ms) commit transaction
518
+  (0.0ms) begin transaction
519
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.965124"], ["updated_at", "2019-10-20 17:26:06.965124"]]
520
+  (0.7ms) commit transaction
521
+  (0.0ms) begin transaction
522
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:26:06.966856"], ["updated_at", "2019-10-20 17:26:06.966856"]]
523
+  (0.6ms) commit transaction
524
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
525
+  (0.0ms) begin transaction
526
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
527
+  (0.7ms) commit transaction
528
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
529
+  (0.0ms) begin transaction
530
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
531
+  (0.6ms) commit transaction
532
+  (0.0ms) begin transaction
533
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.972747"], ["updated_at", "2019-10-20 17:26:06.972747"]]
534
+  (0.7ms) commit transaction
535
+  (0.0ms) begin transaction
536
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:26:06.974531"], ["updated_at", "2019-10-20 17:26:06.974531"]]
537
+  (0.6ms) commit transaction
538
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
539
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
540
+  (0.0ms) begin transaction
541
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
542
+  (0.7ms) commit transaction
543
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
544
+  (0.0ms) begin transaction
545
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
546
+  (0.6ms) commit transaction
547
+  (0.0ms) begin transaction
548
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.980897"], ["updated_at", "2019-10-20 17:26:06.980897"]]
549
+  (0.8ms) commit transaction
550
+  (0.0ms) begin transaction
551
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:26:06.982825"], ["updated_at", "2019-10-20 17:26:06.982825"]]
552
+  (0.8ms) commit transaction
553
+ Author Load (0.2ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
554
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
555
+  (0.0ms) begin transaction
556
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
557
+  (1.1ms) commit transaction
558
+ Author Load (0.2ms) SELECT "authors".* FROM "authors"
559
+  (0.1ms) begin transaction
560
+ Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
561
+  (0.9ms) commit transaction
562
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
563
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
564
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
565
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
566
+  (0.0ms) begin transaction
567
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.040803"], ["updated_at", "2019-10-20 17:26:07.040803"]]
568
+  (0.7ms) commit transaction
569
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
570
+  (0.0ms) begin transaction
571
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
572
+  (0.6ms) commit transaction
573
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
574
+  (0.0ms) begin transaction
575
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:26:07.045753"], ["updated_at", "2019-10-20 17:26:07.045753"]]
576
+  (0.7ms) commit transaction
577
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
578
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
579
+  (0.0ms) begin transaction
580
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
581
+  (0.8ms) commit transaction
582
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
583
+  (0.1ms) begin transaction
584
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.052145"], ["updated_at", "2019-10-20 17:26:07.052145"]]
585
+  (0.7ms) commit transaction
586
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
587
+  (0.0ms) begin transaction
588
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
589
+  (0.7ms) commit transaction
590
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
591
+  (0.0ms) begin transaction
592
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.057567"], ["updated_at", "2019-10-20 17:26:07.057567"]]
593
+  (0.7ms) commit transaction
594
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
595
+  (0.0ms) begin transaction
596
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
597
+  (0.7ms) commit transaction
598
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
599
+  (0.0ms) begin transaction
600
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.062290"], ["updated_at", "2019-10-20 17:26:07.062290"]]
601
+  (0.7ms) commit transaction
602
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
603
+  (0.0ms) begin transaction
604
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
605
+  (0.7ms) commit transaction
606
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
607
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
608
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
609
+  (0.0ms) begin transaction
610
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.068855"], ["updated_at", "2019-10-20 17:26:07.068855"]]
611
+  (0.7ms) commit transaction
612
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
613
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
614
+  (0.0ms) begin transaction
615
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
616
+  (0.6ms) commit transaction
617
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
618
+  (0.0ms) begin transaction
619
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.073490"], ["updated_at", "2019-10-20 17:26:07.073490"]]
620
+  (0.5ms) commit transaction
621
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]
622
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
623
+  (0.0ms) begin transaction
624
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
625
+  (0.7ms) commit transaction
626
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
627
+  (0.0ms) begin transaction
628
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.078927"], ["updated_at", "2019-10-20 17:26:07.078927"]]
629
+  (0.9ms) commit transaction
630
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]]
631
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
632
+  (0.0ms) begin transaction
633
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
634
+  (0.8ms) commit transaction
635
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
636
+  (0.0ms) begin transaction
637
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.085336"], ["updated_at", "2019-10-20 17:26:07.085336"]]
638
+  (0.6ms) commit transaction
639
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
640
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
641
+  (0.0ms) begin transaction
642
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
643
+  (0.7ms) commit transaction
644
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
645
+  (0.1ms) begin transaction
646
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.102243"], ["updated_at", "2019-10-20 17:26:07.102243"]]
647
+  (0.6ms) commit transaction
648
+  (0.0ms) begin transaction
649
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:26:07.104207"], ["updated_at", "2019-10-20 17:26:07.104207"]]
650
+  (0.7ms) commit transaction
651
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
652
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 6], ["LIMIT", 1]]
653
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
654
+  (0.0ms) begin transaction
655
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
656
+  (0.8ms) commit transaction
657
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
658
+  (0.0ms) begin transaction
659
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
660
+  (0.5ms) commit transaction
661
+  (0.0ms) begin transaction
662
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.111607"], ["updated_at", "2019-10-20 17:26:07.111607"]]
663
+  (0.6ms) commit transaction
664
+  (0.0ms) begin transaction
665
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:26:07.113308"], ["updated_at", "2019-10-20 17:26:07.113308"]]
666
+  (0.7ms) commit transaction
667
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
668
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]
669
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
670
+  (0.0ms) begin transaction
671
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
672
+  (0.8ms) commit transaction
673
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
674
+  (0.0ms) begin transaction
675
+ Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
676
+  (0.7ms) commit transaction
677
+  (0.0ms) begin transaction
678
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.121871"], ["updated_at", "2019-10-20 17:26:07.121871"]]
679
+  (0.8ms) commit transaction
680
+  (0.0ms) begin transaction
681
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:26:07.123847"], ["updated_at", "2019-10-20 17:26:07.123847"]]
682
+  (0.6ms) commit transaction
683
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
684
+ [ActiveJob] [Test::Job::Journey] [c388fba6-5c80-4813-9530-b7f4ed78af46] Performing Test::Job::Journey (Job ID: c388fba6-5c80-4813-9530-b7f4ed78af46) from Async(default)
685
+ [ActiveJob] [Test::Job::Journey] [c388fba6-5c80-4813-9530-b7f4ed78af46] Performed Test::Job::Journey (Job ID: c388fba6-5c80-4813-9530-b7f4ed78af46) from Async(default) in 0.16ms
686
+  (0.1ms) DROP TABLE IF EXISTS "todos"
687
+  (0.7ms) SELECT sqlite_version(*)
688
+  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
689
+  (1.1ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")
690
+  (0.1ms) DROP TABLE IF EXISTS "authors"
691
+  (0.8ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
692
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
693
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
694
+  (0.0ms) begin transaction
695
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:26:19.163254"], ["updated_at", "2019-10-20 17:26:19.163254"]]
696
+  (0.6ms) commit transaction
697
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
698
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
699
+  (0.0ms) begin transaction
700
+  (0.0ms) commit transaction
701
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
702
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
703
+  (0.1ms) begin transaction
704
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.366869"], ["updated_at", "2019-10-20 17:26:19.366869"]]
705
+  (0.9ms) commit transaction
706
+  (0.1ms) begin transaction
707
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:26:19.374602"], ["updated_at", "2019-10-20 17:26:19.374602"]]
708
+  (0.7ms) commit transaction
709
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
710
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
711
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
712
+  (0.0ms) begin transaction
713
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
714
+  (0.8ms) commit transaction
715
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
716
+  (0.0ms) begin transaction
717
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
718
+  (0.7ms) commit transaction
719
+  (0.0ms) begin transaction
720
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.384933"], ["updated_at", "2019-10-20 17:26:19.384933"]]
721
+  (0.7ms) commit transaction
722
+  (0.0ms) begin transaction
723
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:26:19.386736"], ["updated_at", "2019-10-20 17:26:19.386736"]]
724
+  (0.6ms) commit transaction
725
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
726
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 2], ["LIMIT", 1]]
727
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
728
+  (0.0ms) begin transaction
729
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
730
+  (0.7ms) commit transaction
731
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
732
+  (0.0ms) begin transaction
733
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
734
+  (0.7ms) commit transaction
735
+  (0.0ms) begin transaction
736
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.397704"], ["updated_at", "2019-10-20 17:26:19.397704"]]
737
+  (0.6ms) commit transaction
738
+  (0.0ms) begin transaction
739
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:26:19.399725"], ["updated_at", "2019-10-20 17:26:19.399725"]]
740
+  (0.7ms) commit transaction
741
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
742
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
743
+  (0.0ms) begin transaction
744
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
745
+  (0.4ms) commit transaction
746
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
747
+  (0.0ms) begin transaction
748
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
749
+  (0.5ms) commit transaction
750
+  (0.0ms) begin transaction
751
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.418903"], ["updated_at", "2019-10-20 17:26:19.418903"]]
752
+  (0.6ms) commit transaction
753
+  (0.0ms) begin transaction
754
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:26:19.420625"], ["updated_at", "2019-10-20 17:26:19.420625"]]
755
+  (0.6ms) commit transaction
756
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
757
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
758
+  (0.0ms) begin transaction
759
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
760
+  (0.8ms) commit transaction
761
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
762
+  (0.0ms) begin transaction
763
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
764
+  (0.8ms) commit transaction
765
+  (0.1ms) begin transaction
766
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.428091"], ["updated_at", "2019-10-20 17:26:19.428091"]]
767
+  (0.5ms) commit transaction
768
+  (0.0ms) begin transaction
769
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:26:19.430013"], ["updated_at", "2019-10-20 17:26:19.430013"]]
770
+  (0.7ms) commit transaction
771
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
772
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
773
+  (0.0ms) begin transaction
774
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
775
+  (1.0ms) commit transaction
776
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
777
+  (0.0ms) begin transaction
778
+ Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
779
+  (0.6ms) commit transaction
780
+  (0.0ms) begin transaction
781
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.437210"], ["updated_at", "2019-10-20 17:26:19.437210"]]
782
+  (0.7ms) commit transaction
783
+  (0.0ms) begin transaction
784
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:26:19.438953"], ["updated_at", "2019-10-20 17:26:19.438953"]]
785
+  (0.5ms) commit transaction
786
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
787
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
788
+  (0.0ms) begin transaction
789
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
790
+  (0.8ms) commit transaction
791
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
792
+  (0.0ms) begin transaction
793
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
794
+  (0.6ms) commit transaction
795
+  (0.0ms) begin transaction
796
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.445740"], ["updated_at", "2019-10-20 17:26:19.445740"]]
797
+  (0.6ms) commit transaction
798
+  (0.0ms) begin transaction
799
+ Todo Create (0.5ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:26:19.447837"], ["updated_at", "2019-10-20 17:26:19.447837"]]
800
+  (0.6ms) commit transaction
801
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
802
+  (0.0ms) begin transaction
803
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
804
+  (0.6ms) commit transaction
805
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
806
+  (0.0ms) begin transaction
807
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
808
+  (0.6ms) commit transaction
809
+  (0.0ms) begin transaction
810
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.454628"], ["updated_at", "2019-10-20 17:26:19.454628"]]
811
+  (0.7ms) commit transaction
812
+  (0.0ms) begin transaction
813
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:26:19.456408"], ["updated_at", "2019-10-20 17:26:19.456408"]]
814
+  (0.6ms) commit transaction
815
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
816
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]
817
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
818
+  (0.0ms) begin transaction
819
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
820
+  (0.8ms) commit transaction
821
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
822
+  (0.0ms) begin transaction
823
+ Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 8]]
824
+  (0.7ms) commit transaction
825
+  (0.0ms) begin transaction
826
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.463925"], ["updated_at", "2019-10-20 17:26:19.463925"]]
827
+  (0.8ms) commit transaction
828
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
829
+  (0.0ms) begin transaction
830
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
831
+  (0.6ms) commit transaction
832
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
833
+  (0.0ms) begin transaction
834
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:26:19.468651"], ["updated_at", "2019-10-20 17:26:19.468651"]]
835
+  (0.6ms) commit transaction
836
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
837
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
838
+  (0.0ms) begin transaction
839
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
840
+  (0.6ms) commit transaction
841
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
842
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
843
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
844
+  (0.1ms) begin transaction
845
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.476257"], ["updated_at", "2019-10-20 17:26:19.476257"]]
846
+  (0.7ms) commit transaction
847
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
848
+  (0.0ms) begin transaction
849
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
850
+  (0.7ms) commit transaction
851
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
852
+  (0.0ms) begin transaction
853
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.481461"], ["updated_at", "2019-10-20 17:26:19.481461"]]
854
+  (0.7ms) commit transaction
855
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
856
+  (0.0ms) begin transaction
857
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
858
+  (0.6ms) commit transaction
859
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
860
+  (0.0ms) begin transaction
861
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.486036"], ["updated_at", "2019-10-20 17:26:19.486036"]]
862
+  (0.7ms) commit transaction
863
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
864
+  (0.0ms) begin transaction
865
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
866
+  (0.6ms) commit transaction
867
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
868
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
869
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
870
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
871
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
872
+  (0.0ms) begin transaction
873
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.493659"], ["updated_at", "2019-10-20 17:26:19.493659"]]
874
+  (0.7ms) commit transaction
875
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
876
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
877
+  (0.0ms) begin transaction
878
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
879
+  (0.7ms) commit transaction
880
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
881
+  (0.0ms) begin transaction
882
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.499238"], ["updated_at", "2019-10-20 17:26:19.499238"]]
883
+  (0.9ms) commit transaction
884
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]]
885
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
886
+  (0.0ms) begin transaction
887
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
888
+  (0.6ms) commit transaction
889
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
890
+  (0.0ms) begin transaction
891
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.505549"], ["updated_at", "2019-10-20 17:26:19.505549"]]
892
+  (0.8ms) commit transaction
893
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
894
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
895
+  (0.0ms) begin transaction
896
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
897
+  (0.6ms) commit transaction
898
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
899
+  (0.0ms) begin transaction
900
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.510565"], ["updated_at", "2019-10-20 17:26:19.510565"]]
901
+  (0.7ms) commit transaction
902
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]
903
+ [ActiveJob] [Test::Job::Journey] [5938cde5-1365-40f5-96a8-03a218a1c01f] Performing Test::Job::Journey (Job ID: 5938cde5-1365-40f5-96a8-03a218a1c01f) from Async(default)
904
+ [ActiveJob] [Test::Job::Journey] [5938cde5-1365-40f5-96a8-03a218a1c01f] Performed Test::Job::Journey (Job ID: 5938cde5-1365-40f5-96a8-03a218a1c01f) from Async(default) in 0.14ms
905
+ Processing by AnonymousController#index as HTML
906
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
907
+ Processing by AnonymousController#index as HTML
908
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
909
+ Processing by AnonymousController#index as HTML
910
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
911
+ Processing by AnonymousController#index as HTML
912
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
913
+ Processing by AnonymousController#index as HTML
914
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
915
+ Processing by AnonymousController#index as HTML
916
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
917
+ Processing by AnonymousController#index as HTML
918
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
919
+ Processing by AnonymousController#index as HTML
920
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
921
+ Processing by AnonymousController#index as HTML
922
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
923
+ Processing by AnonymousController#index as HTML
924
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
925
+ Processing by AnonymousController#index as HTML
926
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
927
+ Processing by AnonymousController#index as HTML
928
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
929
+ Processing by AnonymousController#index as HTML
930
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
931
+ Processing by AnonymousController#index as HTML
932
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
933
+ Processing by AnonymousController#index as HTML
934
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
935
+ Processing by AnonymousController#index as HTML
936
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
937
+ Processing by AnonymousController#index as HTML
938
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
939
+ Processing by AnonymousController#index as HTML
940
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
941
+ Processing by AnonymousController#index as HTML
942
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
943
+ Processing by AnonymousController#index as HTML
944
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
945
+ Processing by AnonymousController#index as HTML
946
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
947
+ Processing by AnonymousController#index as HTML
948
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
949
+ Processing by AnonymousController#index as HTML
950
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
951
+ Processing by AnonymousController#index as HTML
952
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
953
+ Processing by AnonymousController#index as HTML
954
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
955
+ Processing by AnonymousController#index as HTML
956
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
957
+  (0.1ms) DROP TABLE IF EXISTS "todos"
958
+  (0.6ms) SELECT sqlite_version(*)
959
+  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
960
+  (0.9ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")
961
+  (0.1ms) DROP TABLE IF EXISTS "authors"
962
+  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
963
+  (0.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
964
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
965
+  (0.0ms) begin transaction
966
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:27:05.564742"], ["updated_at", "2019-10-20 17:27:05.564742"]]
967
+  (0.7ms) commit transaction
968
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
969
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
970
+  (0.0ms) begin transaction
971
+  (0.0ms) commit transaction
972
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
973
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
974
+ Todo Load (0.0ms) SELECT "todos".* FROM "todos"
975
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
976
+ Todo Load (0.0ms) SELECT "todos".* FROM "todos"
977
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
978
+  (0.0ms) begin transaction
979
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.720075"], ["updated_at", "2019-10-20 17:27:05.720075"]]
980
+  (1.2ms) commit transaction
981
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos"
982
+  (0.1ms) begin transaction
983
+ Todo Destroy (0.4ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
984
+  (0.6ms) commit transaction
985
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
986
+  (0.0ms) begin transaction
987
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.727305"], ["updated_at", "2019-10-20 17:27:05.727305"]]
988
+  (0.7ms) commit transaction
989
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
990
+  (0.0ms) begin transaction
991
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
992
+  (0.8ms) commit transaction
993
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
994
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
995
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
996
+  (0.0ms) begin transaction
997
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.735122"], ["updated_at", "2019-10-20 17:27:05.735122"]]
998
+  (0.7ms) commit transaction
999
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1000
+  (0.0ms) begin transaction
1001
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
1002
+  (0.7ms) commit transaction
1003
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1004
+  (0.1ms) begin transaction
1005
+ Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.740561"], ["updated_at", "2019-10-20 17:27:05.740561"]]
1006
+  (0.6ms) commit transaction
1007
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1008
+  (0.0ms) begin transaction
1009
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
1010
+  (0.7ms) commit transaction
1011
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1012
+  (0.0ms) begin transaction
1013
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:27:05.745861"], ["updated_at", "2019-10-20 17:27:05.745861"]]
1014
+  (0.7ms) commit transaction
1015
+ Todo Load (0.2ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1016
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1017
+  (0.0ms) begin transaction
1018
+ Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
1019
+  (0.7ms) commit transaction
1020
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1021
+  (0.0ms) begin transaction
1022
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.752869"], ["updated_at", "2019-10-20 17:27:05.752869"]]
1023
+  (0.8ms) commit transaction
1024
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1025
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1026
+  (0.0ms) begin transaction
1027
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
1028
+  (0.8ms) commit transaction
1029
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1030
+  (0.0ms) begin transaction
1031
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.758337"], ["updated_at", "2019-10-20 17:27:05.758337"]]
1032
+  (0.7ms) commit transaction
1033
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]]
1034
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1035
+  (0.0ms) begin transaction
1036
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
1037
+  (0.7ms) commit transaction
1038
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1039
+  (0.0ms) begin transaction
1040
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.763471"], ["updated_at", "2019-10-20 17:27:05.763471"]]
1041
+  (0.7ms) commit transaction
1042
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1043
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1044
+  (0.0ms) begin transaction
1045
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
1046
+  (0.6ms) commit transaction
1047
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1048
+  (0.0ms) begin transaction
1049
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.768129"], ["updated_at", "2019-10-20 17:27:05.768129"]]
1050
+  (0.8ms) commit transaction
1051
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]
1052
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1053
+  (0.0ms) begin transaction
1054
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
1055
+  (0.7ms) commit transaction
1056
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1057
+  (0.0ms) begin transaction
1058
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.776284"], ["updated_at", "2019-10-20 17:27:05.776284"]]
1059
+  (0.7ms) commit transaction
1060
+  (0.1ms) begin transaction
1061
+ Todo Create (0.4ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:27:05.780999"], ["updated_at", "2019-10-20 17:27:05.780999"]]
1062
+  (0.7ms) commit transaction
1063
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1064
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
1065
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1066
+  (0.0ms) begin transaction
1067
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
1068
+  (0.9ms) commit transaction
1069
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1070
+  (0.0ms) begin transaction
1071
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
1072
+  (0.7ms) commit transaction
1073
+  (0.0ms) begin transaction
1074
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.791253"], ["updated_at", "2019-10-20 17:27:05.791253"]]
1075
+  (0.7ms) commit transaction
1076
+  (0.0ms) begin transaction
1077
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:27:05.793071"], ["updated_at", "2019-10-20 17:27:05.793071"]]
1078
+  (0.6ms) commit transaction
1079
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
1080
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1081
+  (0.0ms) begin transaction
1082
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
1083
+  (0.6ms) commit transaction
1084
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1085
+  (0.0ms) begin transaction
1086
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
1087
+  (0.7ms) commit transaction
1088
+  (0.0ms) begin transaction
1089
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.799366"], ["updated_at", "2019-10-20 17:27:05.799366"]]
1090
+  (0.7ms) commit transaction
1091
+  (0.0ms) begin transaction
1092
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:27:05.801121"], ["updated_at", "2019-10-20 17:27:05.801121"]]
1093
+  (0.8ms) commit transaction
1094
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1095
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1096
+  (0.0ms) begin transaction
1097
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
1098
+  (0.6ms) commit transaction
1099
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1100
+  (0.0ms) begin transaction
1101
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
1102
+  (0.7ms) commit transaction
1103
+  (0.0ms) begin transaction
1104
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.811352"], ["updated_at", "2019-10-20 17:27:05.811352"]]
1105
+  (0.5ms) commit transaction
1106
+  (0.0ms) begin transaction
1107
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:27:05.812905"], ["updated_at", "2019-10-20 17:27:05.812905"]]
1108
+  (0.6ms) commit transaction
1109
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
1110
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1111
+  (0.0ms) begin transaction
1112
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
1113
+  (0.6ms) commit transaction
1114
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1115
+  (0.0ms) begin transaction
1116
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
1117
+  (0.5ms) commit transaction
1118
+  (0.0ms) begin transaction
1119
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.819496"], ["updated_at", "2019-10-20 17:27:05.819496"]]
1120
+  (0.7ms) commit transaction
1121
+  (0.0ms) begin transaction
1122
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:27:05.821702"], ["updated_at", "2019-10-20 17:27:05.821702"]]
1123
+  (0.8ms) commit transaction
1124
+ [ActiveJob] [Test::Job::Journey] [379b36d3-e1c9-453a-a3ee-569ddc274de2] Performing Test::Job::Journey (Job ID: 379b36d3-e1c9-453a-a3ee-569ddc274de2) from Async(default)
1125
+ [ActiveJob] [Test::Job::Journey] [379b36d3-e1c9-453a-a3ee-569ddc274de2] Performed Test::Job::Journey (Job ID: 379b36d3-e1c9-453a-a3ee-569ddc274de2) from Async(default) in 0.15ms
1126
+ Processing by AnonymousController#index as HTML
1127
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1128
+ Processing by AnonymousController#index as HTML
1129
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1130
+ Processing by AnonymousController#index as HTML
1131
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1132
+ Processing by AnonymousController#index as HTML
1133
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1134
+ Processing by AnonymousController#index as HTML
1135
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1136
+ Processing by AnonymousController#index as HTML
1137
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1138
+ Processing by AnonymousController#index as HTML
1139
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1140
+ Processing by AnonymousController#index as HTML
1141
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1142
+ Processing by AnonymousController#index as HTML
1143
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1144
+ Processing by AnonymousController#index as HTML
1145
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1146
+ Processing by AnonymousController#index as HTML
1147
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1148
+ Processing by AnonymousController#index as HTML
1149
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1150
+ Processing by AnonymousController#index as HTML
1151
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1152
+ Processing by AnonymousController#index as HTML
1153
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1154
+ Processing by AnonymousController#index as HTML
1155
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1156
+ Processing by AnonymousController#index as HTML
1157
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1158
+ Processing by AnonymousController#index as HTML
1159
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1160
+ Processing by AnonymousController#index as HTML
1161
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1162
+ Processing by AnonymousController#index as HTML
1163
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1164
+ Processing by AnonymousController#index as HTML
1165
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1166
+ Processing by AnonymousController#index as HTML
1167
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1168
+ Processing by AnonymousController#index as HTML
1169
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1170
+ Processing by AnonymousController#index as HTML
1171
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1172
+ Processing by AnonymousController#index as HTML
1173
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1174
+ Processing by AnonymousController#index as HTML
1175
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1176
+ Processing by AnonymousController#index as HTML
1177
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1178
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1179
+  (0.0ms) begin transaction
1180
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
1181
+  (1.2ms) commit transaction
1182
+ Author Load (0.2ms) SELECT "authors".* FROM "authors"
1183
+  (0.0ms) begin transaction
1184
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
1185
+  (0.5ms) commit transaction
1186
+  (0.0ms) begin transaction
1187
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.994371"], ["updated_at", "2019-10-20 17:27:05.994371"]]
1188
+  (3.1ms) commit transaction
1189
+  (0.0ms) begin transaction
1190
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:27:05.998701"], ["updated_at", "2019-10-20 17:27:05.998701"]]
1191
+  (5.0ms) commit transaction
1192
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1193
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
1194
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1195
+  (0.0ms) begin transaction
1196
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
1197
+  (1.6ms) commit transaction
1198
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1199
+  (0.0ms) begin transaction
1200
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
1201
+  (0.7ms) commit transaction
1202
+  (0.0ms) begin transaction
1203
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:06.012200"], ["updated_at", "2019-10-20 17:27:06.012200"]]
1204
+  (0.7ms) commit transaction
1205
+  (0.0ms) begin transaction
1206
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:27:06.014016"], ["updated_at", "2019-10-20 17:27:06.014016"]]
1207
+  (0.7ms) commit transaction
1208
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1209
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1210
+  (0.0ms) begin transaction
1211
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
1212
+  (0.7ms) commit transaction
1213
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1214
+  (0.0ms) begin transaction
1215
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
1216
+  (0.7ms) commit transaction
1217
+  (0.0ms) begin transaction
1218
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:06.020591"], ["updated_at", "2019-10-20 17:27:06.020591"]]
1219
+  (0.7ms) commit transaction
1220
+  (0.0ms) begin transaction
1221
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:27:06.022300"], ["updated_at", "2019-10-20 17:27:06.022300"]]
1222
+  (0.7ms) commit transaction
1223
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1224
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 8], ["LIMIT", 1]]
1225
+  (0.1ms) DROP TABLE IF EXISTS "todos"
1226
+  (0.7ms) SELECT sqlite_version(*)
1227
+  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1228
+  (0.8ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")
1229
+  (0.1ms) DROP TABLE IF EXISTS "authors"
1230
+  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1231
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1232
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1233
+  (0.0ms) begin transaction
1234
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:32:17.943799"], ["updated_at", "2019-10-20 17:32:17.943799"]]
1235
+  (0.9ms) commit transaction
1236
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
1237
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
1238
+  (0.0ms) begin transaction
1239
+  (0.0ms) commit transaction
1240
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1241
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1242
+  (0.0ms) begin transaction
1243
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.105033"], ["updated_at", "2019-10-20 17:32:18.105033"]]
1244
+  (0.9ms) commit transaction
1245
+  (0.0ms) begin transaction
1246
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:32:18.112745"], ["updated_at", "2019-10-20 17:32:18.112745"]]
1247
+  (0.8ms) commit transaction
1248
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1249
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 1], ["LIMIT", 1]]
1250
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1251
+  (0.0ms) begin transaction
1252
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
1253
+  (0.9ms) commit transaction
1254
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1255
+  (0.0ms) begin transaction
1256
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]
1257
+  (0.7ms) commit transaction
1258
+  (0.0ms) begin transaction
1259
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.126586"], ["updated_at", "2019-10-20 17:32:18.126586"]]
1260
+  (0.5ms) commit transaction
1261
+  (0.0ms) begin transaction
1262
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:32:18.128213"], ["updated_at", "2019-10-20 17:32:18.128213"]]
1263
+  (0.7ms) commit transaction
1264
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1265
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]
1266
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1267
+  (0.0ms) begin transaction
1268
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
1269
+  (0.5ms) commit transaction
1270
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1271
+  (0.0ms) begin transaction
1272
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]
1273
+  (0.7ms) commit transaction
1274
+  (0.0ms) begin transaction
1275
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.135335"], ["updated_at", "2019-10-20 17:32:18.135335"]]
1276
+  (0.6ms) commit transaction
1277
+  (0.0ms) begin transaction
1278
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:32:18.136970"], ["updated_at", "2019-10-20 17:32:18.136970"]]
1279
+  (0.7ms) commit transaction
1280
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1281
+ [ActiveJob] [Test::Job::Journey] [979ca807-930f-408f-9c94-510350cada78] Performing Test::Job::Journey (Job ID: 979ca807-930f-408f-9c94-510350cada78) from Async(default)
1282
+ [ActiveJob] [Test::Job::Journey] [979ca807-930f-408f-9c94-510350cada78] Performed Test::Job::Journey (Job ID: 979ca807-930f-408f-9c94-510350cada78) from Async(default) in 0.16ms
1283
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1284
+  (0.0ms) begin transaction
1285
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
1286
+  (0.5ms) commit transaction
1287
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1288
+  (0.0ms) begin transaction
1289
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]
1290
+  (0.5ms) commit transaction
1291
+  (0.0ms) begin transaction
1292
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.162041"], ["updated_at", "2019-10-20 17:32:18.162041"]]
1293
+  (0.6ms) commit transaction
1294
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1295
+  (0.0ms) begin transaction
1296
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
1297
+  (0.5ms) commit transaction
1298
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1299
+  (0.0ms) begin transaction
1300
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.166097"], ["updated_at", "2019-10-20 17:32:18.166097"]]
1301
+  (0.7ms) commit transaction
1302
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1303
+  (0.0ms) begin transaction
1304
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
1305
+  (0.5ms) commit transaction
1306
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1307
+  (0.0ms) begin transaction
1308
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.170488"], ["updated_at", "2019-10-20 17:32:18.170488"]]
1309
+  (0.7ms) commit transaction
1310
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1311
+  (0.0ms) begin transaction
1312
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
1313
+  (0.6ms) commit transaction
1314
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1315
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1316
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1317
+  (0.0ms) begin transaction
1318
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:32:18.177628"], ["updated_at", "2019-10-20 17:32:18.177628"]]
1319
+  (0.7ms) commit transaction
1320
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1321
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1322
+  (0.0ms) begin transaction
1323
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
1324
+  (0.7ms) commit transaction
1325
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1326
+  (0.0ms) begin transaction
1327
+ Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.182773"], ["updated_at", "2019-10-20 17:32:18.182773"]]
1328
+  (0.7ms) commit transaction
1329
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1330
+  (0.0ms) begin transaction
1331
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
1332
+  (0.7ms) commit transaction
1333
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1334
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1335
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
1336
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1337
+ Author Load (0.0ms) SELECT "authors".* FROM "authors"
1338
+  (0.0ms) begin transaction
1339
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.190412"], ["updated_at", "2019-10-20 17:32:18.190412"]]
1340
+  (0.6ms) commit transaction
1341
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1342
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1343
+  (0.0ms) begin transaction
1344
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
1345
+  (0.7ms) commit transaction
1346
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1347
+  (0.0ms) begin transaction
1348
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.194890"], ["updated_at", "2019-10-20 17:32:18.194890"]]
1349
+  (0.8ms) commit transaction
1350
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1351
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1352
+  (0.0ms) begin transaction
1353
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
1354
+  (0.5ms) commit transaction
1355
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1356
+  (0.0ms) begin transaction
1357
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.199502"], ["updated_at", "2019-10-20 17:32:18.199502"]]
1358
+  (0.7ms) commit transaction
1359
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]]
1360
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1361
+  (0.0ms) begin transaction
1362
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]
1363
+  (0.5ms) commit transaction
1364
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1365
+  (0.1ms) begin transaction
1366
+ Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.204145"], ["updated_at", "2019-10-20 17:32:18.204145"]]
1367
+  (0.6ms) commit transaction
1368
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]
1369
+ Processing by AnonymousController#index as HTML
1370
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1371
+ Processing by AnonymousController#index as HTML
1372
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1373
+ Processing by AnonymousController#index as HTML
1374
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1375
+ Processing by AnonymousController#index as HTML
1376
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1377
+ Processing by AnonymousController#index as HTML
1378
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1379
+ Processing by AnonymousController#index as HTML
1380
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1381
+ Processing by AnonymousController#index as HTML
1382
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1383
+ Processing by AnonymousController#index as HTML
1384
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1385
+ Processing by AnonymousController#index as HTML
1386
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1387
+ Processing by AnonymousController#index as HTML
1388
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1389
+ Processing by AnonymousController#index as HTML
1390
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1391
+ Processing by AnonymousController#index as HTML
1392
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1393
+ Processing by AnonymousController#index as HTML
1394
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1395
+ Processing by AnonymousController#index as HTML
1396
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1397
+ Processing by AnonymousController#index as HTML
1398
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1399
+ Processing by AnonymousController#index as HTML
1400
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1401
+ Processing by AnonymousController#index as HTML
1402
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1403
+ Processing by AnonymousController#index as HTML
1404
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1405
+ Processing by AnonymousController#index as HTML
1406
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1407
+ Processing by AnonymousController#index as HTML
1408
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1409
+ Processing by AnonymousController#index as HTML
1410
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1411
+ Processing by AnonymousController#index as HTML
1412
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1413
+ Processing by AnonymousController#index as HTML
1414
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1415
+ Processing by AnonymousController#index as HTML
1416
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1417
+ Processing by AnonymousController#index as HTML
1418
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1419
+ Processing by AnonymousController#index as HTML
1420
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1421
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1422
+  (0.0ms) begin transaction
1423
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]
1424
+  (1.2ms) commit transaction
1425
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1426
+  (0.0ms) begin transaction
1427
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.318677"], ["updated_at", "2019-10-20 17:32:18.318677"]]
1428
+  (0.7ms) commit transaction
1429
+  (0.0ms) begin transaction
1430
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:32:18.320596"], ["updated_at", "2019-10-20 17:32:18.320596"]]
1431
+  (0.7ms) commit transaction
1432
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
1433
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1434
+  (0.0ms) begin transaction
1435
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]
1436
+  (0.7ms) commit transaction
1437
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1438
+  (0.0ms) begin transaction
1439
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]
1440
+  (0.6ms) commit transaction
1441
+  (0.0ms) begin transaction
1442
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.327960"], ["updated_at", "2019-10-20 17:32:18.327960"]]
1443
+  (0.7ms) commit transaction
1444
+  (0.0ms) begin transaction
1445
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:32:18.330220"], ["updated_at", "2019-10-20 17:32:18.330220"]]
1446
+  (0.7ms) commit transaction
1447
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]]
1448
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1449
+  (0.0ms) begin transaction
1450
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]
1451
+  (0.5ms) commit transaction
1452
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1453
+  (0.0ms) begin transaction
1454
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]
1455
+  (0.5ms) commit transaction
1456
+  (0.0ms) begin transaction
1457
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.336945"], ["updated_at", "2019-10-20 17:32:18.336945"]]
1458
+  (0.6ms) commit transaction
1459
+  (0.0ms) begin transaction
1460
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:32:18.338680"], ["updated_at", "2019-10-20 17:32:18.338680"]]
1461
+  (0.6ms) commit transaction
1462
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]]
1463
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]
1464
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1465
+  (0.0ms) begin transaction
1466
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]
1467
+  (0.5ms) commit transaction
1468
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1469
+  (0.0ms) begin transaction
1470
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]
1471
+  (0.8ms) commit transaction
1472
+  (0.1ms) begin transaction
1473
+ Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.346429"], ["updated_at", "2019-10-20 17:32:18.346429"]]
1474
+  (0.7ms) commit transaction
1475
+  (0.0ms) begin transaction
1476
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:32:18.348508"], ["updated_at", "2019-10-20 17:32:18.348508"]]
1477
+  (0.7ms) commit transaction
1478
+ Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]]
1479
+ Todo Load (0.1ms) SELECT "todos".* FROM "todos"
1480
+  (0.0ms) begin transaction
1481
+ Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]
1482
+  (0.5ms) commit transaction
1483
+ Author Load (0.1ms) SELECT "authors".* FROM "authors"
1484
+  (0.0ms) begin transaction
1485
+ Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]
1486
+  (0.7ms) commit transaction
1487
+  (0.0ms) begin transaction
1488
+ Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.355384"], ["updated_at", "2019-10-20 17:32:18.355384"]]
1489
+  (0.6ms) commit transaction
1490
+  (0.1ms) begin transaction
1491
+ Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:32:18.357132"], ["updated_at", "2019-10-20 17:32:18.357132"]]
1492
+  (0.6ms) commit transaction