acts_as_bloomfilter 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/lib/acts_as_bloomfilter/version.rb +3 -0
  5. data/lib/acts_as_bloomfilter.rb +38 -0
  6. data/lib/tasks/acts_as_bloomfilter_tasks.rake +4 -0
  7. data/test/acts_as_bloomfilter_test.rb +28 -0
  8. data/test/dummy/README.rdoc +28 -0
  9. data/test/dummy/Rakefile +6 -0
  10. data/test/dummy/app/assets/javascripts/application.js +13 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  12. data/test/dummy/app/controllers/application_controller.rb +5 -0
  13. data/test/dummy/app/helpers/application_helper.rb +2 -0
  14. data/test/dummy/app/models/widget.rb +7 -0
  15. data/test/dummy/app/views/layouts/application.html.erb +13 -0
  16. data/test/dummy/bin/bundle +3 -0
  17. data/test/dummy/bin/rails +4 -0
  18. data/test/dummy/bin/rake +4 -0
  19. data/test/dummy/bin/setup +29 -0
  20. data/test/dummy/config/application.rb +32 -0
  21. data/test/dummy/config/boot.rb +5 -0
  22. data/test/dummy/config/database.yml +25 -0
  23. data/test/dummy/config/environment.rb +5 -0
  24. data/test/dummy/config/environments/development.rb +41 -0
  25. data/test/dummy/config/environments/production.rb +79 -0
  26. data/test/dummy/config/environments/test.rb +42 -0
  27. data/test/dummy/config/initializers/assets.rb +11 -0
  28. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  30. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  31. data/test/dummy/config/initializers/inflections.rb +16 -0
  32. data/test/dummy/config/initializers/mime_types.rb +4 -0
  33. data/test/dummy/config/initializers/session_store.rb +3 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy/config/locales/en.yml +23 -0
  36. data/test/dummy/config/routes.rb +56 -0
  37. data/test/dummy/config/secrets.yml +22 -0
  38. data/test/dummy/config.ru +4 -0
  39. data/test/dummy/db/development.sqlite3 +0 -0
  40. data/test/dummy/db/migrate/20160530202633_create_widgets.rb +9 -0
  41. data/test/dummy/db/schema.rb +22 -0
  42. data/test/dummy/db/test.sqlite3 +0 -0
  43. data/test/dummy/log/development.log +10 -0
  44. data/test/dummy/log/test.log +1935 -0
  45. data/test/dummy/public/404.html +67 -0
  46. data/test/dummy/public/422.html +67 -0
  47. data/test/dummy/public/500.html +66 -0
  48. data/test/dummy/public/favicon.ico +0 -0
  49. data/test/dummy/test/fixtures/widgets.yml +7 -0
  50. data/test/dummy/test/models/widget_test.rb +7 -0
  51. data/test/fixtures/widgets.yml +13 -0
  52. data/test/test_helper.rb +20 -0
  53. metadata +169 -0
@@ -0,0 +1,1935 @@
1
+  (0.1ms) begin transaction
2
+ ---------------------------------
3
+ ActsAsBloomfilterTest: test_truth
4
+ ---------------------------------
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ ---------------------------------
8
+ ActsAsBloomfilterTest: test_truth
9
+ ---------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.2ms) begin transaction
12
+ ---------------------------------
13
+ ActsAsBloomfilterTest: test_truth
14
+ ---------------------------------
15
+  (0.1ms) rollback transaction
16
+  (2.9ms) CREATE TABLE "widgets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
17
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
18
+  (0.1ms) select sqlite_version(*)
19
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
20
+  (0.1ms) SELECT version FROM "schema_migrations"
21
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160530202633')
22
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23
+  (0.1ms) begin transaction
24
+ ---------------------------------
25
+ ActsAsBloomfilterTest: test_truth
26
+ ---------------------------------
27
+  (0.0ms) SAVEPOINT active_record_1
28
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:26:46.845316"], ["updated_at", "2016-05-30 20:26:46.845316"]]
29
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30
+  (2.0ms) rollback transaction
31
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
32
+  (0.1ms) begin transaction
33
+ ---------------------------------
34
+ ActsAsBloomfilterTest: test_truth
35
+ ---------------------------------
36
+  (0.0ms) SAVEPOINT active_record_1
37
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:27:22.403271"], ["updated_at", "2016-05-30 20:27:22.403271"]]
38
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39
+  (1.9ms) rollback transaction
40
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
41
+  (0.1ms) begin transaction
42
+ ---------------------------------
43
+ ActsAsBloomfilterTest: test_truth
44
+ ---------------------------------
45
+  (0.0ms) SAVEPOINT active_record_1
46
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:27:30.015246"], ["updated_at", "2016-05-30 20:27:30.015246"]]
47
+  (0.0ms) RELEASE SAVEPOINT active_record_1
48
+  (1.9ms) rollback transaction
49
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
50
+  (0.1ms) begin transaction
51
+ ---------------------------------
52
+ ActsAsBloomfilterTest: test_truth
53
+ ---------------------------------
54
+  (0.1ms) SAVEPOINT active_record_1
55
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:30:23.549057"], ["updated_at", "2016-05-30 20:30:23.549057"]]
56
+  (0.0ms) RELEASE SAVEPOINT active_record_1
57
+  (1.9ms) rollback transaction
58
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59
+  (0.1ms) begin transaction
60
+ ---------------------------------
61
+ ActsAsBloomfilterTest: test_truth
62
+ ---------------------------------
63
+  (0.1ms) SAVEPOINT active_record_1
64
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:32:45.436187"], ["updated_at", "2016-05-30 20:32:45.436187"]]
65
+  (0.0ms) RELEASE SAVEPOINT active_record_1
66
+  (1.9ms) rollback transaction
67
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
68
+  (0.1ms) begin transaction
69
+ ---------------------------------
70
+ ActsAsBloomfilterTest: test_truth
71
+ ---------------------------------
72
+  (0.1ms) SAVEPOINT active_record_1
73
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:32:51.655350"], ["updated_at", "2016-05-30 20:32:51.655350"]]
74
+  (0.0ms) RELEASE SAVEPOINT active_record_1
75
+  (1.9ms) rollback transaction
76
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
77
+  (0.1ms) begin transaction
78
+ ---------------------------------
79
+ ActsAsBloomfilterTest: test_truth
80
+ ---------------------------------
81
+  (0.0ms) SAVEPOINT active_record_1
82
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:33:50.330778"], ["updated_at", "2016-05-30 20:33:50.330778"]]
83
+  (0.0ms) RELEASE SAVEPOINT active_record_1
84
+  (1.9ms) rollback transaction
85
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
86
+  (0.1ms) begin transaction
87
+ ---------------------------------
88
+ ActsAsBloomfilterTest: test_truth
89
+ ---------------------------------
90
+  (0.0ms) SAVEPOINT active_record_1
91
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:34:03.584412"], ["updated_at", "2016-05-30 20:34:03.584412"]]
92
+  (0.0ms) RELEASE SAVEPOINT active_record_1
93
+  (1.9ms) rollback transaction
94
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
95
+  (0.1ms) begin transaction
96
+ ---------------------------------
97
+ ActsAsBloomfilterTest: test_truth
98
+ ---------------------------------
99
+  (0.0ms) SAVEPOINT active_record_1
100
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:34:08.489746"], ["updated_at", "2016-05-30 20:34:08.489746"]]
101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
102
+  (2.1ms) rollback transaction
103
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
104
+  (0.1ms) begin transaction
105
+ ---------------------------------
106
+ ActsAsBloomfilterTest: test_truth
107
+ ---------------------------------
108
+  (0.0ms) SAVEPOINT active_record_1
109
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:35:51.915187"], ["updated_at", "2016-05-30 20:35:51.915187"]]
110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
111
+  (1.9ms) rollback transaction
112
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
113
+  (0.1ms) begin transaction
114
+ ---------------------------------
115
+ ActsAsBloomfilterTest: test_truth
116
+ ---------------------------------
117
+  (0.1ms) SAVEPOINT active_record_1
118
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:36:07.905240"], ["updated_at", "2016-05-30 20:36:07.905240"]]
119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
120
+  (1.9ms) rollback transaction
121
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
122
+  (0.1ms) begin transaction
123
+ ---------------------------------
124
+ ActsAsBloomfilterTest: test_truth
125
+ ---------------------------------
126
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
127
+  (0.1ms) SAVEPOINT active_record_1
128
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:36:53.462949"], ["updated_at", "2016-05-30 20:36:53.462949"]]
129
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
131
+  (2.2ms) rollback transaction
132
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
133
+  (0.1ms) begin transaction
134
+ ---------------------------------
135
+ ActsAsBloomfilterTest: test_truth
136
+ ---------------------------------
137
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
138
+  (0.1ms) SAVEPOINT active_record_1
139
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:37:42.378337"], ["updated_at", "2016-05-30 20:37:42.378337"]]
140
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
142
+  (2.3ms) rollback transaction
143
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
144
+  (0.1ms) begin transaction
145
+ ---------------------------------
146
+ ActsAsBloomfilterTest: test_truth
147
+ ---------------------------------
148
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
149
+  (0.2ms) SELECT COUNT(*) FROM "widgets"
150
+  (0.1ms) rollback transaction
151
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
152
+  (0.1ms) begin transaction
153
+ -------------------------------------------------------
154
+ ActsAsBloomfilterTest: test_included_things_report_true
155
+ -------------------------------------------------------
156
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
157
+  (0.1ms) SAVEPOINT active_record_1
158
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name three"], ["created_at", "2016-05-30 20:40:15.135757"], ["updated_at", "2016-05-30 20:40:15.135757"]]
159
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
161
+  (2.4ms) rollback transaction
162
+  (0.1ms) begin transaction
163
+ ------------------------------------------------------------
164
+ ActsAsBloomfilterTest: test_not_included_things_report_false
165
+ ------------------------------------------------------------
166
+  (0.0ms) rollback transaction
167
+  (0.0ms) begin transaction
168
+ ----------------------------------------------
169
+ ActsAsBloomfilterTest: test_module_is_included
170
+ ----------------------------------------------
171
+  (0.0ms) rollback transaction
172
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
173
+  (0.1ms) begin transaction
174
+ -------------------------------------------------------
175
+ ActsAsBloomfilterTest: test_included_things_report_true
176
+ -------------------------------------------------------
177
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
178
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
179
+  (0.1ms) rollback transaction
180
+  (0.1ms) begin transaction
181
+ ----------------------------------------------
182
+ ActsAsBloomfilterTest: test_module_is_included
183
+ ----------------------------------------------
184
+  (0.0ms) rollback transaction
185
+  (0.0ms) begin transaction
186
+ ------------------------------------------------------------
187
+ ActsAsBloomfilterTest: test_not_included_things_report_false
188
+ ------------------------------------------------------------
189
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
190
+  (0.1ms) rollback transaction
191
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
192
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
193
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
194
+  (0.1ms) begin transaction
195
+ ------------------------------------------------------------
196
+ ActsAsBloomfilterTest: test_not_included_things_report_false
197
+ ------------------------------------------------------------
198
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
199
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
200
+  (0.1ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+ -------------------------------------------------------
203
+ ActsAsBloomfilterTest: test_included_things_report_true
204
+ -------------------------------------------------------
205
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
206
+  (0.1ms) rollback transaction
207
+  (0.1ms) begin transaction
208
+ ----------------------------------------------
209
+ ActsAsBloomfilterTest: test_module_is_included
210
+ ----------------------------------------------
211
+  (0.1ms) rollback transaction
212
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
213
+  (0.1ms) begin transaction
214
+ -------------------------------------------------------
215
+ ActsAsBloomfilterTest: test_included_things_report_true
216
+ -------------------------------------------------------
217
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
218
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
219
+  (0.1ms) rollback transaction
220
+  (0.1ms) begin transaction
221
+ ----------------------------------------------
222
+ ActsAsBloomfilterTest: test_module_is_included
223
+ ----------------------------------------------
224
+  (0.1ms) rollback transaction
225
+  (0.0ms) begin transaction
226
+ ------------------------------------------------------------
227
+ ActsAsBloomfilterTest: test_not_included_things_report_false
228
+ ------------------------------------------------------------
229
+  (0.1ms) SAVEPOINT active_record_1
230
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:43:49.638682"], ["updated_at", "2016-05-30 20:43:49.638682"]]
231
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
233
+  (2.1ms) rollback transaction
234
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
235
+  (0.1ms) begin transaction
236
+ ----------------------------------------------
237
+ ActsAsBloomfilterTest: test_module_is_included
238
+ ----------------------------------------------
239
+  (0.0ms) rollback transaction
240
+  (0.0ms) begin transaction
241
+ -------------------------------------------------------
242
+ ActsAsBloomfilterTest: test_included_things_report_true
243
+ -------------------------------------------------------
244
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
245
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
246
+  (0.1ms) rollback transaction
247
+  (0.1ms) begin transaction
248
+ ------------------------------------------------------------
249
+ ActsAsBloomfilterTest: test_not_included_things_report_false
250
+ ------------------------------------------------------------
251
+  (0.1ms) rollback transaction
252
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
253
+  (0.1ms) begin transaction
254
+ ------------------------------------------------------------
255
+ ActsAsBloomfilterTest: test_not_included_things_report_false
256
+ ------------------------------------------------------------
257
+  (0.1ms) rollback transaction
258
+  (0.0ms) begin transaction
259
+ -------------------------------------------------------
260
+ ActsAsBloomfilterTest: test_included_things_report_true
261
+ -------------------------------------------------------
262
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
263
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
264
+  (0.1ms) rollback transaction
265
+  (0.1ms) begin transaction
266
+ ----------------------------------------------
267
+ ActsAsBloomfilterTest: test_module_is_included
268
+ ----------------------------------------------
269
+  (0.0ms) rollback transaction
270
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
271
+  (0.1ms) begin transaction
272
+ ----------------------------------------------
273
+ ActsAsBloomfilterTest: test_module_is_included
274
+ ----------------------------------------------
275
+  (0.1ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+ ------------------------------------------------------------
278
+ ActsAsBloomfilterTest: test_not_included_things_report_false
279
+ ------------------------------------------------------------
280
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
281
+  (0.1ms) SAVEPOINT active_record_1
282
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:47:34.135295"], ["updated_at", "2016-05-30 20:47:34.135295"]]
283
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
285
+  (2.0ms) rollback transaction
286
+  (0.0ms) begin transaction
287
+ -------------------------------------------------------
288
+ ActsAsBloomfilterTest: test_included_things_report_true
289
+ -------------------------------------------------------
290
+  (0.0ms) rollback transaction
291
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
292
+  (0.1ms) begin transaction
293
+ ----------------------------------------------
294
+ ActsAsBloomfilterTest: test_module_is_included
295
+ ----------------------------------------------
296
+  (0.0ms) rollback transaction
297
+  (0.0ms) begin transaction
298
+ -------------------------------------------------------
299
+ ActsAsBloomfilterTest: test_included_things_report_true
300
+ -------------------------------------------------------
301
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
302
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
303
+  (0.1ms) rollback transaction
304
+  (0.1ms) begin transaction
305
+ ------------------------------------------------------------
306
+ ActsAsBloomfilterTest: test_not_included_things_report_false
307
+ ------------------------------------------------------------
308
+  (0.1ms) SAVEPOINT active_record_1
309
+ SQL (1.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:00.051642"], ["updated_at", "2016-05-30 20:49:00.051642"]]
310
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
312
+  (2.2ms) rollback transaction
313
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
314
+  (0.1ms) begin transaction
315
+ -------------------------------------------------------
316
+ ActsAsBloomfilterTest: test_included_things_report_true
317
+ -------------------------------------------------------
318
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
319
+  (0.0ms) SAVEPOINT active_record_1
320
+ SQL (0.9ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:16.380567"], ["updated_at", "2016-05-30 20:49:16.380567"]]
321
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
323
+  (1.9ms) rollback transaction
324
+  (0.0ms) begin transaction
325
+ ------------------------------------------------------------
326
+ ActsAsBloomfilterTest: test_not_included_things_report_false
327
+ ------------------------------------------------------------
328
+  (0.0ms) SAVEPOINT active_record_1
329
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:16.387873"], ["updated_at", "2016-05-30 20:49:16.387873"]]
330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
331
+  (0.2ms) rollback transaction
332
+  (0.0ms) begin transaction
333
+ ----------------------------------------------
334
+ ActsAsBloomfilterTest: test_module_is_included
335
+ ----------------------------------------------
336
+  (0.0ms) rollback transaction
337
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
338
+  (0.1ms) begin transaction
339
+ -------------------------------------------------------
340
+ ActsAsBloomfilterTest: test_included_things_report_true
341
+ -------------------------------------------------------
342
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
343
+  (0.0ms) SAVEPOINT active_record_1
344
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:43.044851"], ["updated_at", "2016-05-30 20:49:43.044851"]]
345
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
347
+  (2.2ms) rollback transaction
348
+  (0.1ms) begin transaction
349
+ ----------------------------------------------
350
+ ActsAsBloomfilterTest: test_module_is_included
351
+ ----------------------------------------------
352
+  (0.0ms) rollback transaction
353
+  (0.0ms) begin transaction
354
+ ------------------------------------------------------------
355
+ ActsAsBloomfilterTest: test_not_included_things_report_false
356
+ ------------------------------------------------------------
357
+  (0.0ms) SAVEPOINT active_record_1
358
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:43.051890"], ["updated_at", "2016-05-30 20:49:43.051890"]]
359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
360
+  (0.3ms) rollback transaction
361
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
362
+  (0.1ms) begin transaction
363
+ -------------------------------------------------------
364
+ ActsAsBloomfilterTest: test_included_things_report_true
365
+ -------------------------------------------------------
366
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
367
+  (0.1ms) SAVEPOINT active_record_1
368
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:53.217470"], ["updated_at", "2016-05-30 20:49:53.217470"]]
369
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
371
+  (2.0ms) rollback transaction
372
+  (0.1ms) begin transaction
373
+ ----------------------------------------------
374
+ ActsAsBloomfilterTest: test_module_is_included
375
+ ----------------------------------------------
376
+  (0.0ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+ ------------------------------------------------------------
379
+ ActsAsBloomfilterTest: test_not_included_things_report_false
380
+ ------------------------------------------------------------
381
+  (0.0ms) SAVEPOINT active_record_1
382
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:49:53.225118"], ["updated_at", "2016-05-30 20:49:53.225118"]]
383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
384
+  (0.2ms) rollback transaction
385
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
386
+  (0.1ms) begin transaction
387
+ -------------------------------------------------------
388
+ ActsAsBloomfilterTest: test_included_things_report_true
389
+ -------------------------------------------------------
390
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
391
+  (0.0ms) SAVEPOINT active_record_1
392
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:50:19.451445"], ["updated_at", "2016-05-30 20:50:19.451445"]]
393
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
395
+  (2.0ms) rollback transaction
396
+  (0.1ms) begin transaction
397
+ ----------------------------------------------
398
+ ActsAsBloomfilterTest: test_module_is_included
399
+ ----------------------------------------------
400
+  (0.0ms) rollback transaction
401
+  (0.1ms) begin transaction
402
+ ------------------------------------------------------------
403
+ ActsAsBloomfilterTest: test_not_included_things_report_false
404
+ ------------------------------------------------------------
405
+  (0.1ms) SAVEPOINT active_record_1
406
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:50:19.458005"], ["updated_at", "2016-05-30 20:50:19.458005"]]
407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
408
+  (0.2ms) rollback transaction
409
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
410
+  (0.1ms) begin transaction
411
+ -------------------------------------------------------
412
+ ActsAsBloomfilterTest: test_included_things_report_true
413
+ -------------------------------------------------------
414
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
415
+  (0.1ms) SAVEPOINT active_record_1
416
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:50:38.729626"], ["updated_at", "2016-05-30 20:50:38.729626"]]
417
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
419
+  (2.1ms) rollback transaction
420
+  (0.1ms) begin transaction
421
+ ----------------------------------------------
422
+ ActsAsBloomfilterTest: test_module_is_included
423
+ ----------------------------------------------
424
+  (0.0ms) rollback transaction
425
+  (0.0ms) begin transaction
426
+ ------------------------------------------------------------
427
+ ActsAsBloomfilterTest: test_not_included_things_report_false
428
+ ------------------------------------------------------------
429
+  (0.0ms) SAVEPOINT active_record_1
430
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:50:38.736369"], ["updated_at", "2016-05-30 20:50:38.736369"]]
431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
432
+  (0.3ms) rollback transaction
433
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
434
+  (0.1ms) begin transaction
435
+ ------------------------------------------------------------
436
+ ActsAsBloomfilterTest: test_not_included_things_report_false
437
+ ------------------------------------------------------------
438
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
439
+  (0.1ms) SAVEPOINT active_record_1
440
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:51:26.715415"], ["updated_at", "2016-05-30 20:51:26.715415"]]
441
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
443
+  (2.1ms) rollback transaction
444
+  (0.1ms) begin transaction
445
+ ----------------------------------------------
446
+ ActsAsBloomfilterTest: test_module_is_included
447
+ ----------------------------------------------
448
+  (0.0ms) rollback transaction
449
+  (0.0ms) begin transaction
450
+ -------------------------------------------------------
451
+ ActsAsBloomfilterTest: test_included_things_report_true
452
+ -------------------------------------------------------
453
+  (0.0ms) SAVEPOINT active_record_1
454
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:51:26.722148"], ["updated_at", "2016-05-30 20:51:26.722148"]]
455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
456
+  (0.3ms) rollback transaction
457
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
458
+  (0.1ms) begin transaction
459
+ -------------------------------------------------------
460
+ ActsAsBloomfilterTest: test_included_things_report_true
461
+ -------------------------------------------------------
462
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
463
+  (0.1ms) SAVEPOINT active_record_1
464
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:54:03.728865"], ["updated_at", "2016-05-30 20:54:03.728865"]]
465
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
467
+  (2.0ms) rollback transaction
468
+  (0.1ms) begin transaction
469
+ ------------------------------------------------------------
470
+ ActsAsBloomfilterTest: test_not_included_things_report_false
471
+ ------------------------------------------------------------
472
+  (0.0ms) SAVEPOINT active_record_1
473
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 20:54:03.734728"], ["updated_at", "2016-05-30 20:54:03.734728"]]
474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
475
+  (0.3ms) rollback transaction
476
+  (0.0ms) begin transaction
477
+ ----------------------------------------------
478
+ ActsAsBloomfilterTest: test_module_is_included
479
+ ----------------------------------------------
480
+  (0.0ms) rollback transaction
481
+  (0.0ms) begin transaction
482
+ -----------------------------------------------------------------
483
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
484
+ -----------------------------------------------------------------
485
+  (0.0ms) SAVEPOINT active_record_1
486
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 20:54:03.736983"], ["updated_at", "2016-05-30 20:54:03.736983"]]
487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
488
+ SQL (0.1ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
489
+  (0.3ms) rollback transaction
490
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
491
+  (0.1ms) begin transaction
492
+ -------------------------------------------------------
493
+ ActsAsBloomfilterTest: test_included_things_report_true
494
+ -------------------------------------------------------
495
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
496
+  (0.1ms) SAVEPOINT active_record_1
497
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:54:21.750326"], ["updated_at", "2016-05-30 20:54:21.750326"]]
498
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
500
+  (2.0ms) rollback transaction
501
+  (0.0ms) begin transaction
502
+ -----------------------------------------------------------------
503
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
504
+ -----------------------------------------------------------------
505
+  (0.0ms) SAVEPOINT active_record_1
506
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 20:54:21.760743"], ["updated_at", "2016-05-30 20:54:21.760743"]]
507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
508
+ SQL (0.1ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
509
+  (0.4ms) rollback transaction
510
+  (0.0ms) begin transaction
511
+ ----------------------------------------------
512
+ ActsAsBloomfilterTest: test_module_is_included
513
+ ----------------------------------------------
514
+  (0.0ms) rollback transaction
515
+  (0.0ms) begin transaction
516
+ ------------------------------------------------------------
517
+ ActsAsBloomfilterTest: test_not_included_things_report_false
518
+ ------------------------------------------------------------
519
+  (0.0ms) SAVEPOINT active_record_1
520
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 20:54:21.766557"], ["updated_at", "2016-05-30 20:54:21.766557"]]
521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
522
+  (0.2ms) rollback transaction
523
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
524
+  (0.1ms) begin transaction
525
+ -------------------------------------------------------
526
+ ActsAsBloomfilterTest: test_included_things_report_true
527
+ -------------------------------------------------------
528
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
529
+  (0.1ms) SAVEPOINT active_record_1
530
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:55:55.056368"], ["updated_at", "2016-05-30 20:55:55.056368"]]
531
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
533
+  (1.9ms) rollback transaction
534
+  (0.1ms) begin transaction
535
+ -----------------------------------------------------------------
536
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
537
+ -----------------------------------------------------------------
538
+  (0.0ms) SAVEPOINT active_record_1
539
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 20:55:55.062585"], ["updated_at", "2016-05-30 20:55:55.062585"]]
540
+  (0.1ms) RELEASE SAVEPOINT active_record_1
541
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
542
+  (0.6ms) rollback transaction
543
+  (0.0ms) begin transaction
544
+ ----------------------------------------------
545
+ ActsAsBloomfilterTest: test_module_is_included
546
+ ----------------------------------------------
547
+  (0.0ms) rollback transaction
548
+  (0.1ms) begin transaction
549
+ ------------------------------------------------------------
550
+ ActsAsBloomfilterTest: test_not_included_things_report_false
551
+ ------------------------------------------------------------
552
+  (0.0ms) SAVEPOINT active_record_1
553
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 20:55:55.068876"], ["updated_at", "2016-05-30 20:55:55.068876"]]
554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
555
+  (0.2ms) rollback transaction
556
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
557
+  (0.1ms) begin transaction
558
+ ------------------------------------------------------------
559
+ ActsAsBloomfilterTest: test_not_included_things_report_false
560
+ ------------------------------------------------------------
561
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
562
+  (0.1ms) SAVEPOINT active_record_1
563
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 20:57:31.618431"], ["updated_at", "2016-05-30 20:57:31.618431"]]
564
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
566
+  (1.9ms) rollback transaction
567
+  (0.0ms) begin transaction
568
+ -------------------------------------------------------
569
+ ActsAsBloomfilterTest: test_included_things_report_true
570
+ -------------------------------------------------------
571
+  (0.0ms) SAVEPOINT active_record_1
572
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:57:31.624288"], ["updated_at", "2016-05-30 20:57:31.624288"]]
573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
574
+  (0.2ms) rollback transaction
575
+  (0.1ms) begin transaction
576
+ ----------------------------------------------
577
+ ActsAsBloomfilterTest: test_module_is_included
578
+ ----------------------------------------------
579
+  (0.0ms) rollback transaction
580
+  (0.0ms) begin transaction
581
+ -----------------------------------------------------------------
582
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
583
+ -----------------------------------------------------------------
584
+  (0.0ms) SAVEPOINT active_record_1
585
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 20:57:31.626269"], ["updated_at", "2016-05-30 20:57:31.626269"]]
586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
587
+ SQL (0.1ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
588
+  (0.2ms) rollback transaction
589
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
590
+  (0.1ms) begin transaction
591
+ -----------------------------------------------------------------
592
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
593
+ -----------------------------------------------------------------
594
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
595
+  (0.1ms) SAVEPOINT active_record_1
596
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 20:57:52.540049"], ["updated_at", "2016-05-30 20:57:52.540049"]]
597
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
599
+  (0.0ms) SAVEPOINT active_record_1
600
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
602
+  (2.1ms) rollback transaction
603
+  (0.0ms) begin transaction
604
+ ----------------------------------------------
605
+ ActsAsBloomfilterTest: test_module_is_included
606
+ ----------------------------------------------
607
+  (0.0ms) rollback transaction
608
+  (0.0ms) begin transaction
609
+ -------------------------------------------------------
610
+ ActsAsBloomfilterTest: test_included_things_report_true
611
+ -------------------------------------------------------
612
+  (0.0ms) SAVEPOINT active_record_1
613
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 20:57:52.547355"], ["updated_at", "2016-05-30 20:57:52.547355"]]
614
+  (0.0ms) RELEASE SAVEPOINT active_record_1
615
+  (0.2ms) rollback transaction
616
+  (0.0ms) begin transaction
617
+ ------------------------------------------------------------
618
+ ActsAsBloomfilterTest: test_not_included_things_report_false
619
+ ------------------------------------------------------------
620
+  (0.0ms) SAVEPOINT active_record_1
621
+ SQL (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 20:57:52.548745"], ["updated_at", "2016-05-30 20:57:52.548745"]]
622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
623
+  (0.2ms) rollback transaction
624
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
625
+  (0.1ms) begin transaction
626
+ ------------------------------------------------------------
627
+ ActsAsBloomfilterTest: test_not_included_things_report_false
628
+ ------------------------------------------------------------
629
+  (0.0ms) rollback transaction
630
+  (0.1ms) begin transaction
631
+ -----------------------------------------------------------------
632
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
633
+ -----------------------------------------------------------------
634
+  (0.1ms) SAVEPOINT active_record_1
635
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:01:39.311516"], ["updated_at", "2016-05-30 21:01:39.311516"]]
636
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
637
+  (2.0ms) rollback transaction
638
+  (0.0ms) begin transaction
639
+ -------------------------------------------------------
640
+ ActsAsBloomfilterTest: test_included_things_report_true
641
+ -------------------------------------------------------
642
+  (0.0ms) SAVEPOINT active_record_1
643
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 21:01:39.316619"], ["updated_at", "2016-05-30 21:01:39.316619"]]
644
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
645
+  (0.2ms) rollback transaction
646
+  (0.0ms) begin transaction
647
+ ----------------------------------------------
648
+ ActsAsBloomfilterTest: test_module_is_included
649
+ ----------------------------------------------
650
+  (0.0ms) rollback transaction
651
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
652
+  (0.1ms) begin transaction
653
+ ----------------------------------------------
654
+ ActsAsBloomfilterTest: test_module_is_included
655
+ ----------------------------------------------
656
+  (0.0ms) rollback transaction
657
+  (0.1ms) begin transaction
658
+ -----------------------------------------------------------------
659
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
660
+ -----------------------------------------------------------------
661
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
662
+  (0.1ms) SAVEPOINT active_record_1
663
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:02:06.224498"], ["updated_at", "2016-05-30 21:02:06.224498"]]
664
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
666
+  (0.0ms) SAVEPOINT active_record_1
667
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
669
+  (2.2ms) rollback transaction
670
+  (0.1ms) begin transaction
671
+ -------------------------------------------------------
672
+ ActsAsBloomfilterTest: test_included_things_report_true
673
+ -------------------------------------------------------
674
+  (0.0ms) SAVEPOINT active_record_1
675
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 21:02:06.231843"], ["updated_at", "2016-05-30 21:02:06.231843"]]
676
+  (0.0ms) RELEASE SAVEPOINT active_record_1
677
+  (0.2ms) rollback transaction
678
+  (0.0ms) begin transaction
679
+ ------------------------------------------------------------
680
+ ActsAsBloomfilterTest: test_not_included_things_report_false
681
+ ------------------------------------------------------------
682
+  (0.0ms) SAVEPOINT active_record_1
683
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:02:06.233697"], ["updated_at", "2016-05-30 21:02:06.233697"]]
684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
685
+  (0.2ms) rollback transaction
686
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
687
+  (0.1ms) begin transaction
688
+ ----------------------------------------------
689
+ ActsAsBloomfilterTest: test_module_is_included
690
+ ----------------------------------------------
691
+  (0.0ms) rollback transaction
692
+  (0.1ms) begin transaction
693
+ -----------------------------------------------------------------
694
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
695
+ -----------------------------------------------------------------
696
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
697
+  (0.0ms) SAVEPOINT active_record_1
698
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:07:57.879999"], ["updated_at", "2016-05-30 21:07:57.879999"]]
699
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
701
+  (0.0ms) SAVEPOINT active_record_1
702
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
704
+  (2.0ms) rollback transaction
705
+  (0.0ms) begin transaction
706
+ -------------------------------------------------------
707
+ ActsAsBloomfilterTest: test_included_things_report_true
708
+ -------------------------------------------------------
709
+  (0.0ms) SAVEPOINT active_record_1
710
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 21:07:57.886335"], ["updated_at", "2016-05-30 21:07:57.886335"]]
711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
712
+  (0.2ms) rollback transaction
713
+  (0.0ms) begin transaction
714
+ ------------------------------------------------------------
715
+ ActsAsBloomfilterTest: test_not_included_things_report_false
716
+ ------------------------------------------------------------
717
+  (0.0ms) SAVEPOINT active_record_1
718
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:07:57.888192"], ["updated_at", "2016-05-30 21:07:57.888192"]]
719
+  (0.1ms) RELEASE SAVEPOINT active_record_1
720
+  (0.9ms) rollback transaction
721
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
722
+  (0.1ms) begin transaction
723
+ -------------------------------------------------------
724
+ ActsAsBloomfilterTest: test_included_things_report_true
725
+ -------------------------------------------------------
726
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
727
+  (0.1ms) SAVEPOINT active_record_1
728
+ SQL (0.5ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 21:11:06.519558"], ["updated_at", "2016-05-30 21:11:06.519558"]]
729
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
731
+  (2.2ms) rollback transaction
732
+  (0.1ms) begin transaction
733
+ ----------------------------------------------
734
+ ActsAsBloomfilterTest: test_module_is_included
735
+ ----------------------------------------------
736
+  (0.0ms) rollback transaction
737
+  (0.0ms) begin transaction
738
+ ------------------------------------------------------------
739
+ ActsAsBloomfilterTest: test_not_included_things_report_false
740
+ ------------------------------------------------------------
741
+  (0.1ms) SAVEPOINT active_record_1
742
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:11:06.526674"], ["updated_at", "2016-05-30 21:11:06.526674"]]
743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
744
+  (0.3ms) rollback transaction
745
+  (0.0ms) begin transaction
746
+ -----------------------------------------------------------------
747
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
748
+ -----------------------------------------------------------------
749
+  (0.0ms) SAVEPOINT active_record_1
750
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:11:06.528700"], ["updated_at", "2016-05-30 21:11:06.528700"]]
751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
752
+  (0.0ms) SAVEPOINT active_record_1
753
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
755
+  (0.4ms) rollback transaction
756
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
757
+  (0.1ms) begin transaction
758
+ -----------------------------------------------------------------
759
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
760
+ -----------------------------------------------------------------
761
+ Widget Load (0.3ms) SELECT "widgets".* FROM "widgets"
762
+  (0.0ms) SAVEPOINT active_record_1
763
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:12:02.388556"], ["updated_at", "2016-05-30 21:12:02.388556"]]
764
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
766
+  (0.0ms) SAVEPOINT active_record_1
767
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
769
+  (2.2ms) rollback transaction
770
+  (0.0ms) begin transaction
771
+ -------------------------------------------------------
772
+ ActsAsBloomfilterTest: test_included_things_report_true
773
+ -------------------------------------------------------
774
+  (0.0ms) SAVEPOINT active_record_1
775
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name one"], ["created_at", "2016-05-30 21:12:02.395395"], ["updated_at", "2016-05-30 21:12:02.395395"]]
776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
777
+  (0.3ms) rollback transaction
778
+  (0.0ms) begin transaction
779
+ ----------------------------------------------
780
+ ActsAsBloomfilterTest: test_module_is_included
781
+ ----------------------------------------------
782
+  (0.0ms) rollback transaction
783
+  (0.0ms) begin transaction
784
+ ------------------------------------------------------------
785
+ ActsAsBloomfilterTest: test_not_included_things_report_false
786
+ ------------------------------------------------------------
787
+  (0.0ms) SAVEPOINT active_record_1
788
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:12:02.397366"], ["updated_at", "2016-05-30 21:12:02.397366"]]
789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
790
+  (0.2ms) rollback transaction
791
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
792
+  (0.1ms) begin transaction
793
+ -----------------------------------------------------------------
794
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
795
+ -----------------------------------------------------------------
796
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
797
+  (0.0ms) SAVEPOINT active_record_1
798
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:15:28.761628"], ["updated_at", "2016-05-30 21:15:28.761628"]]
799
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
801
+  (0.0ms) SAVEPOINT active_record_1
802
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
804
+  (2.4ms) rollback transaction
805
+  (0.1ms) begin transaction
806
+ -------------------------------------------------------
807
+ ActsAsBloomfilterTest: test_included_things_report_true
808
+ -------------------------------------------------------
809
+  (0.0ms) rollback transaction
810
+  (0.0ms) begin transaction
811
+ ----------------------------------------------
812
+ ActsAsBloomfilterTest: test_module_is_included
813
+ ----------------------------------------------
814
+  (0.0ms) rollback transaction
815
+  (0.0ms) begin transaction
816
+ ------------------------------------------------------------
817
+ ActsAsBloomfilterTest: test_not_included_things_report_false
818
+ ------------------------------------------------------------
819
+  (0.0ms) SAVEPOINT active_record_1
820
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:15:28.770032"], ["updated_at", "2016-05-30 21:15:28.770032"]]
821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
822
+  (0.2ms) rollback transaction
823
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
824
+  (0.1ms) begin transaction
825
+ ------------------------------------------------------------
826
+ ActsAsBloomfilterTest: test_not_included_things_report_false
827
+ ------------------------------------------------------------
828
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
829
+  (0.0ms) SAVEPOINT active_record_1
830
+ SQL (0.4ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:16:24.153868"], ["updated_at", "2016-05-30 21:16:24.153868"]]
831
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
833
+  (2.1ms) rollback transaction
834
+  (0.1ms) begin transaction
835
+ -----------------------------------------------------------------
836
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
837
+ -----------------------------------------------------------------
838
+  (0.0ms) SAVEPOINT active_record_1
839
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:16:24.160333"], ["updated_at", "2016-05-30 21:16:24.160333"]]
840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
841
+  (0.0ms) SAVEPOINT active_record_1
842
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 1]]
843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
844
+  (0.3ms) rollback transaction
845
+  (0.0ms) begin transaction
846
+ -------------------------------------------------------
847
+ ActsAsBloomfilterTest: test_included_things_report_true
848
+ -------------------------------------------------------
849
+  (0.0ms) rollback transaction
850
+  (0.1ms) begin transaction
851
+ ----------------------------------------------
852
+ ActsAsBloomfilterTest: test_module_is_included
853
+ ----------------------------------------------
854
+  (0.1ms) rollback transaction
855
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
856
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
857
+  (0.1ms) begin transaction
858
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
859
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:18:37', '2016-05-30 21:18:37', 980190962)
860
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:18:37', '2016-05-30 21:18:37', 298486374)
861
+  (2.4ms) commit transaction
862
+  (0.1ms) begin transaction
863
+ -----------------------------------------------------------------
864
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
865
+ -----------------------------------------------------------------
866
+  (0.0ms) SAVEPOINT active_record_1
867
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:18:37.609764"], ["updated_at", "2016-05-30 21:18:37.609764"]]
868
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
870
+  (0.0ms) SAVEPOINT active_record_1
871
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 980190963]]
872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
873
+  (0.4ms) rollback transaction
874
+  (0.0ms) begin transaction
875
+ -------------------------------------------------------
876
+ ActsAsBloomfilterTest: test_included_things_report_true
877
+ -------------------------------------------------------
878
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 980190962]]
879
+  (0.0ms) SAVEPOINT active_record_1
880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
881
+  (0.0ms) rollback transaction
882
+  (0.0ms) begin transaction
883
+ ----------------------------------------------
884
+ ActsAsBloomfilterTest: test_module_is_included
885
+ ----------------------------------------------
886
+  (0.0ms) rollback transaction
887
+  (0.0ms) begin transaction
888
+ ------------------------------------------------------------
889
+ ActsAsBloomfilterTest: test_not_included_things_report_false
890
+ ------------------------------------------------------------
891
+  (0.0ms) SAVEPOINT active_record_1
892
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:18:37.617694"], ["updated_at", "2016-05-30 21:18:37.617694"]]
893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
894
+  (0.2ms) rollback transaction
895
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
896
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
897
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
898
+  (0.1ms) begin transaction
899
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
900
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:19:10', '2016-05-30 21:19:10', 980190962)
901
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:19:10', '2016-05-30 21:19:10', 298486374)
902
+  (2.2ms) commit transaction
903
+  (0.1ms) begin transaction
904
+ -----------------------------------------------------------------
905
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
906
+ -----------------------------------------------------------------
907
+  (0.0ms) SAVEPOINT active_record_1
908
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:19:10.021604"], ["updated_at", "2016-05-30 21:19:10.021604"]]
909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
910
+  (0.0ms) SAVEPOINT active_record_1
911
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 980190963]]
912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
913
+  (0.5ms) rollback transaction
914
+  (0.1ms) begin transaction
915
+ -------------------------------------------------------
916
+ ActsAsBloomfilterTest: test_included_things_report_true
917
+ -------------------------------------------------------
918
+  (0.0ms) rollback transaction
919
+  (0.0ms) begin transaction
920
+ ----------------------------------------------
921
+ ActsAsBloomfilterTest: test_module_is_included
922
+ ----------------------------------------------
923
+  (0.0ms) rollback transaction
924
+  (0.0ms) begin transaction
925
+ ------------------------------------------------------------
926
+ ActsAsBloomfilterTest: test_not_included_things_report_false
927
+ ------------------------------------------------------------
928
+  (0.0ms) SAVEPOINT active_record_1
929
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name two"], ["created_at", "2016-05-30 21:19:10.025892"], ["updated_at", "2016-05-30 21:19:10.025892"]]
930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
931
+  (0.2ms) rollback transaction
932
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
933
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
934
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
935
+  (0.1ms) begin transaction
936
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
937
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:19:40', '2016-05-30 21:19:40', 980190962)
938
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:19:40', '2016-05-30 21:19:40', 298486374)
939
+  (2.4ms) commit transaction
940
+  (0.1ms) begin transaction
941
+ -----------------------------------------------------------------
942
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
943
+ -----------------------------------------------------------------
944
+  (0.1ms) SAVEPOINT active_record_1
945
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name four"], ["created_at", "2016-05-30 21:19:40.337400"], ["updated_at", "2016-05-30 21:19:40.337400"]]
946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
947
+  (0.0ms) SAVEPOINT active_record_1
948
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 980190963]]
949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
950
+  (0.4ms) rollback transaction
951
+  (0.0ms) begin transaction
952
+ ----------------------------------------------
953
+ ActsAsBloomfilterTest: test_module_is_included
954
+ ----------------------------------------------
955
+  (0.0ms) rollback transaction
956
+  (0.0ms) begin transaction
957
+ -------------------------------------------------------
958
+ ActsAsBloomfilterTest: test_included_things_report_true
959
+ -------------------------------------------------------
960
+  (0.0ms) rollback transaction
961
+  (0.0ms) begin transaction
962
+ ------------------------------------------------------------
963
+ ActsAsBloomfilterTest: test_not_included_things_report_false
964
+ ------------------------------------------------------------
965
+  (0.0ms) rollback transaction
966
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
967
+ Widget Load (0.4ms) SELECT "widgets".* FROM "widgets"
968
+  (0.2ms) SELECT COUNT(*) FROM "widgets"
969
+  (0.1ms) begin transaction
970
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
971
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:22:08', '2016-05-30 21:22:08', 980190962)
972
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:22:08', '2016-05-30 21:22:08', 298486374)
973
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:22:08', '2016-05-30 21:22:08', 113629430)
974
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:22:08', '2016-05-30 21:22:08', 281110143)
975
+  (2.5ms) commit transaction
976
+  (0.1ms) begin transaction
977
+ -----------------------------------------------------------------
978
+ ActsAsBloomfilterTest: test_don't_include_things_that_are_deleted
979
+ -----------------------------------------------------------------
980
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
981
+  (0.0ms) SAVEPOINT active_record_1
982
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
984
+  (0.3ms) rollback transaction
985
+  (0.0ms) begin transaction
986
+ ------------------------------------------------------------
987
+ ActsAsBloomfilterTest: test_not_included_things_report_false
988
+ ------------------------------------------------------------
989
+  (0.0ms) rollback transaction
990
+  (0.0ms) begin transaction
991
+ ----------------------------------------------
992
+ ActsAsBloomfilterTest: test_module_is_included
993
+ ----------------------------------------------
994
+  (0.0ms) rollback transaction
995
+  (0.1ms) begin transaction
996
+ -------------------------------------------------------
997
+ ActsAsBloomfilterTest: test_included_things_report_true
998
+ -------------------------------------------------------
999
+  (0.1ms) rollback transaction
1000
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1001
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1002
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1003
+  (0.1ms) begin transaction
1004
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1005
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:24:09', '2016-05-30 21:24:09', 980190962)
1006
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:24:09', '2016-05-30 21:24:09', 298486374)
1007
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:24:09', '2016-05-30 21:24:09', 113629430)
1008
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:24:09', '2016-05-30 21:24:09', 281110143)
1009
+  (2.8ms) commit transaction
1010
+  (0.1ms) begin transaction
1011
+ --------------------------------------------------------------------------------
1012
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1013
+ --------------------------------------------------------------------------------
1014
+  (0.0ms) rollback transaction
1015
+  (0.0ms) begin transaction
1016
+ ----------------------------------------------
1017
+ ActsAsBloomfilterTest: test_module_is_included
1018
+ ----------------------------------------------
1019
+  (0.0ms) rollback transaction
1020
+  (0.1ms) begin transaction
1021
+ ---------------------------------------------------------------------
1022
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1023
+ ---------------------------------------------------------------------
1024
+  (0.0ms) rollback transaction
1025
+  (0.0ms) begin transaction
1026
+ ------------------------------------------------------------------------------------
1027
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1028
+ ------------------------------------------------------------------------------------
1029
+  (0.0ms) rollback transaction
1030
+  (0.0ms) begin transaction
1031
+ ------------------------------------------------------------------------
1032
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1033
+ ------------------------------------------------------------------------
1034
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1035
+  (0.0ms) SAVEPOINT active_record_1
1036
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038
+  (0.2ms) rollback transaction
1039
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1040
+ Widget Load (0.3ms) SELECT "widgets".* FROM "widgets"
1041
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1042
+  (0.1ms) begin transaction
1043
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1044
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:24:27', '2016-05-30 21:24:27', 980190962)
1045
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:24:27', '2016-05-30 21:24:27', 298486374)
1046
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:24:27', '2016-05-30 21:24:27', 113629430)
1047
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:24:27', '2016-05-30 21:24:27', 281110143)
1048
+  (2.5ms) commit transaction
1049
+  (0.1ms) begin transaction
1050
+ ------------------------------------------------------------------------
1051
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1052
+ ------------------------------------------------------------------------
1053
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1054
+  (0.0ms) SAVEPOINT active_record_1
1055
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1057
+  (0.3ms) rollback transaction
1058
+  (0.0ms) begin transaction
1059
+ ------------------------------------------------------------------------------------
1060
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1061
+ ------------------------------------------------------------------------------------
1062
+  (0.0ms) rollback transaction
1063
+  (0.0ms) begin transaction
1064
+ ---------------------------------------------------------------------
1065
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1066
+ ---------------------------------------------------------------------
1067
+  (0.0ms) rollback transaction
1068
+  (0.0ms) begin transaction
1069
+ ----------------------------------------------
1070
+ ActsAsBloomfilterTest: test_module_is_included
1071
+ ----------------------------------------------
1072
+  (0.0ms) rollback transaction
1073
+  (0.0ms) begin transaction
1074
+ --------------------------------------------------------------------------------
1075
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1076
+ --------------------------------------------------------------------------------
1077
+  (0.0ms) SAVEPOINT active_record_1
1078
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:24:27.556132"], ["updated_at", "2016-05-30 21:24:27.556132"]]
1079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1080
+  (0.2ms) rollback transaction
1081
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1082
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1083
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1084
+  (0.1ms) begin transaction
1085
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1086
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:27:11', '2016-05-30 21:27:11', 980190962)
1087
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:27:11', '2016-05-30 21:27:11', 298486374)
1088
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:27:11', '2016-05-30 21:27:11', 113629430)
1089
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:27:11', '2016-05-30 21:27:11', 281110143)
1090
+  (2.3ms) commit transaction
1091
+  (0.1ms) begin transaction
1092
+ ----------------------------------------------
1093
+ ActsAsBloomfilterTest: test_module_is_included
1094
+ ----------------------------------------------
1095
+  (0.0ms) rollback transaction
1096
+  (0.0ms) begin transaction
1097
+ ------------------------------------------------------------------------------------
1098
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1099
+ ------------------------------------------------------------------------------------
1100
+  (0.0ms) rollback transaction
1101
+  (0.0ms) begin transaction
1102
+ ------------------------------------------------------------------------
1103
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1104
+ ------------------------------------------------------------------------
1105
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1106
+  (0.0ms) SAVEPOINT active_record_1
1107
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1109
+  (0.2ms) rollback transaction
1110
+  (0.0ms) begin transaction
1111
+ --------------------------------------------------------------------------------
1112
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1113
+ --------------------------------------------------------------------------------
1114
+  (0.0ms) SAVEPOINT active_record_1
1115
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:27:11.612025"], ["updated_at", "2016-05-30 21:27:11.612025"]]
1116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1117
+  (0.2ms) rollback transaction
1118
+  (0.0ms) begin transaction
1119
+ ---------------------------------------------------------------------
1120
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1121
+ ---------------------------------------------------------------------
1122
+  (0.0ms) rollback transaction
1123
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1124
+ Widget Load (0.3ms) SELECT "widgets".* FROM "widgets"
1125
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1126
+  (0.1ms) begin transaction
1127
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1128
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:27:58', '2016-05-30 21:27:58', 980190962)
1129
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:27:58', '2016-05-30 21:27:58', 298486374)
1130
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:27:58', '2016-05-30 21:27:58', 113629430)
1131
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:27:58', '2016-05-30 21:27:58', 281110143)
1132
+  (2.7ms) commit transaction
1133
+  (0.1ms) begin transaction
1134
+ ------------------------------------------------------------------------------------
1135
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1136
+ ------------------------------------------------------------------------------------
1137
+  (0.0ms) rollback transaction
1138
+  (0.0ms) begin transaction
1139
+ ---------------------------------------------------------------------
1140
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1141
+ ---------------------------------------------------------------------
1142
+  (0.0ms) rollback transaction
1143
+  (0.0ms) begin transaction
1144
+ ----------------------------------------------
1145
+ ActsAsBloomfilterTest: test_module_is_included
1146
+ ----------------------------------------------
1147
+  (0.0ms) rollback transaction
1148
+  (0.1ms) begin transaction
1149
+ --------------------------------------------------------------------------------
1150
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1151
+ --------------------------------------------------------------------------------
1152
+  (0.0ms) SAVEPOINT active_record_1
1153
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:27:58.347504"], ["updated_at", "2016-05-30 21:27:58.347504"]]
1154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1155
+  (0.3ms) rollback transaction
1156
+  (0.1ms) begin transaction
1157
+ ------------------------------------------------------------------------
1158
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1159
+ ------------------------------------------------------------------------
1160
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1161
+  (0.0ms) SAVEPOINT active_record_1
1162
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1164
+  (0.3ms) rollback transaction
1165
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1166
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1167
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1168
+  (0.1ms) begin transaction
1169
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1170
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:09', '2016-05-30 21:28:09', 980190962)
1171
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:09', '2016-05-30 21:28:09', 298486374)
1172
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:09', '2016-05-30 21:28:09', 113629430)
1173
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:09', '2016-05-30 21:28:09', 281110143)
1174
+  (2.2ms) commit transaction
1175
+  (0.0ms) begin transaction
1176
+ ----------------------------------------------
1177
+ ActsAsBloomfilterTest: test_module_is_included
1178
+ ----------------------------------------------
1179
+  (0.0ms) rollback transaction
1180
+  (0.0ms) begin transaction
1181
+ ---------------------------------------------------------------------
1182
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1183
+ ---------------------------------------------------------------------
1184
+  (0.0ms) rollback transaction
1185
+  (0.0ms) begin transaction
1186
+ --------------------------------------------------------------------------------
1187
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1188
+ --------------------------------------------------------------------------------
1189
+  (0.0ms) SAVEPOINT active_record_1
1190
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:09.716216"], ["updated_at", "2016-05-30 21:28:09.716216"]]
1191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1192
+  (0.2ms) rollback transaction
1193
+  (0.0ms) begin transaction
1194
+ ------------------------------------------------------------------------------------
1195
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1196
+ ------------------------------------------------------------------------------------
1197
+  (0.0ms) rollback transaction
1198
+  (0.0ms) begin transaction
1199
+ ------------------------------------------------------------------------
1200
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1201
+ ------------------------------------------------------------------------
1202
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1203
+  (0.0ms) SAVEPOINT active_record_1
1204
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1206
+  (0.2ms) rollback transaction
1207
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1208
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1209
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1210
+  (0.1ms) begin transaction
1211
+ Fixture Delete (0.5ms) DELETE FROM "widgets"
1212
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:18', '2016-05-30 21:28:18', 980190962)
1213
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:18', '2016-05-30 21:28:18', 298486374)
1214
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:18', '2016-05-30 21:28:18', 113629430)
1215
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:18', '2016-05-30 21:28:18', 281110143)
1216
+  (2.7ms) commit transaction
1217
+  (0.1ms) begin transaction
1218
+ ----------------------------------------------
1219
+ ActsAsBloomfilterTest: test_module_is_included
1220
+ ----------------------------------------------
1221
+  (0.0ms) rollback transaction
1222
+  (0.0ms) begin transaction
1223
+ ------------------------------------------------------------------------------------
1224
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1225
+ ------------------------------------------------------------------------------------
1226
+  (0.0ms) rollback transaction
1227
+  (0.0ms) begin transaction
1228
+ ---------------------------------------------------------------------
1229
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1230
+ ---------------------------------------------------------------------
1231
+  (0.0ms) rollback transaction
1232
+  (0.0ms) begin transaction
1233
+ --------------------------------------------------------------------------------
1234
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1235
+ --------------------------------------------------------------------------------
1236
+  (0.0ms) SAVEPOINT active_record_1
1237
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:18.053245"], ["updated_at", "2016-05-30 21:28:18.053245"]]
1238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1239
+  (0.2ms) rollback transaction
1240
+  (0.1ms) begin transaction
1241
+ ------------------------------------------------------------------------
1242
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1243
+ ------------------------------------------------------------------------
1244
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1245
+  (0.0ms) SAVEPOINT active_record_1
1246
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1248
+  (0.2ms) rollback transaction
1249
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1250
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1251
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1252
+  (0.1ms) begin transaction
1253
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1254
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:22', '2016-05-30 21:28:22', 980190962)
1255
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:22', '2016-05-30 21:28:22', 298486374)
1256
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:22', '2016-05-30 21:28:22', 113629430)
1257
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:22', '2016-05-30 21:28:22', 281110143)
1258
+  (2.5ms) commit transaction
1259
+  (0.1ms) begin transaction
1260
+ ----------------------------------------------
1261
+ ActsAsBloomfilterTest: test_module_is_included
1262
+ ----------------------------------------------
1263
+  (0.0ms) rollback transaction
1264
+  (0.0ms) begin transaction
1265
+ ------------------------------------------------------------------------------------
1266
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1267
+ ------------------------------------------------------------------------------------
1268
+  (0.0ms) rollback transaction
1269
+  (0.0ms) begin transaction
1270
+ --------------------------------------------------------------------------------
1271
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1272
+ --------------------------------------------------------------------------------
1273
+  (0.0ms) SAVEPOINT active_record_1
1274
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:22.133753"], ["updated_at", "2016-05-30 21:28:22.133753"]]
1275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1276
+  (0.3ms) rollback transaction
1277
+  (0.1ms) begin transaction
1278
+ ---------------------------------------------------------------------
1279
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1280
+ ---------------------------------------------------------------------
1281
+  (0.0ms) rollback transaction
1282
+  (0.0ms) begin transaction
1283
+ ------------------------------------------------------------------------
1284
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1285
+ ------------------------------------------------------------------------
1286
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1287
+  (0.0ms) SAVEPOINT active_record_1
1288
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1290
+  (0.2ms) rollback transaction
1291
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1292
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1293
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1294
+  (0.1ms) begin transaction
1295
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1296
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:25', '2016-05-30 21:28:25', 980190962)
1297
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:25', '2016-05-30 21:28:25', 298486374)
1298
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:25', '2016-05-30 21:28:25', 113629430)
1299
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:25', '2016-05-30 21:28:25', 281110143)
1300
+  (2.4ms) commit transaction
1301
+  (0.1ms) begin transaction
1302
+ ----------------------------------------------
1303
+ ActsAsBloomfilterTest: test_module_is_included
1304
+ ----------------------------------------------
1305
+  (0.0ms) rollback transaction
1306
+  (0.0ms) begin transaction
1307
+ ------------------------------------------------------------------------
1308
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1309
+ ------------------------------------------------------------------------
1310
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1311
+  (0.0ms) SAVEPOINT active_record_1
1312
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1314
+  (0.3ms) rollback transaction
1315
+  (0.1ms) begin transaction
1316
+ ---------------------------------------------------------------------
1317
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1318
+ ---------------------------------------------------------------------
1319
+  (0.0ms) rollback transaction
1320
+  (0.0ms) begin transaction
1321
+ --------------------------------------------------------------------------------
1322
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1323
+ --------------------------------------------------------------------------------
1324
+  (0.0ms) SAVEPOINT active_record_1
1325
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:25.767704"], ["updated_at", "2016-05-30 21:28:25.767704"]]
1326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1327
+  (0.3ms) rollback transaction
1328
+  (0.0ms) begin transaction
1329
+ ------------------------------------------------------------------------------------
1330
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1331
+ ------------------------------------------------------------------------------------
1332
+  (0.0ms) rollback transaction
1333
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1334
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1335
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1336
+  (0.1ms) begin transaction
1337
+ Fixture Delete (0.5ms) DELETE FROM "widgets"
1338
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:32', '2016-05-30 21:28:32', 980190962)
1339
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:32', '2016-05-30 21:28:32', 298486374)
1340
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:32', '2016-05-30 21:28:32', 113629430)
1341
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:32', '2016-05-30 21:28:32', 281110143)
1342
+  (2.5ms) commit transaction
1343
+  (0.1ms) begin transaction
1344
+ --------------------------------------------------------------------------------
1345
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1346
+ --------------------------------------------------------------------------------
1347
+  (0.1ms) SAVEPOINT active_record_1
1348
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:32.940567"], ["updated_at", "2016-05-30 21:28:32.940567"]]
1349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1350
+  (0.3ms) rollback transaction
1351
+  (0.0ms) begin transaction
1352
+ ----------------------------------------------
1353
+ ActsAsBloomfilterTest: test_module_is_included
1354
+ ----------------------------------------------
1355
+  (0.0ms) rollback transaction
1356
+  (0.0ms) begin transaction
1357
+ ------------------------------------------------------------------------
1358
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1359
+ ------------------------------------------------------------------------
1360
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1361
+  (0.0ms) SAVEPOINT active_record_1
1362
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1364
+  (0.2ms) rollback transaction
1365
+  (0.1ms) begin transaction
1366
+ ---------------------------------------------------------------------
1367
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1368
+ ---------------------------------------------------------------------
1369
+  (0.0ms) rollback transaction
1370
+  (0.0ms) begin transaction
1371
+ ------------------------------------------------------------------------------------
1372
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1373
+ ------------------------------------------------------------------------------------
1374
+  (0.0ms) rollback transaction
1375
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1376
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1377
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1378
+  (0.1ms) begin transaction
1379
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1380
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:36', '2016-05-30 21:28:36', 980190962)
1381
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:36', '2016-05-30 21:28:36', 298486374)
1382
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:36', '2016-05-30 21:28:36', 113629430)
1383
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:36', '2016-05-30 21:28:36', 281110143)
1384
+  (2.5ms) commit transaction
1385
+  (0.1ms) begin transaction
1386
+ ----------------------------------------------
1387
+ ActsAsBloomfilterTest: test_module_is_included
1388
+ ----------------------------------------------
1389
+  (0.0ms) rollback transaction
1390
+  (0.0ms) begin transaction
1391
+ ---------------------------------------------------------------------
1392
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1393
+ ---------------------------------------------------------------------
1394
+  (0.0ms) rollback transaction
1395
+  (0.0ms) begin transaction
1396
+ --------------------------------------------------------------------------------
1397
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1398
+ --------------------------------------------------------------------------------
1399
+  (0.1ms) SAVEPOINT active_record_1
1400
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:36.548972"], ["updated_at", "2016-05-30 21:28:36.548972"]]
1401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1402
+  (0.3ms) rollback transaction
1403
+  (0.0ms) begin transaction
1404
+ ------------------------------------------------------------------------
1405
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1406
+ ------------------------------------------------------------------------
1407
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1408
+  (0.1ms) SAVEPOINT active_record_1
1409
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1411
+  (0.2ms) rollback transaction
1412
+  (0.0ms) begin transaction
1413
+ ------------------------------------------------------------------------------------
1414
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1415
+ ------------------------------------------------------------------------------------
1416
+  (0.0ms) rollback transaction
1417
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1418
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets"
1419
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1420
+  (0.1ms) begin transaction
1421
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1422
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:40', '2016-05-30 21:28:40', 980190962)
1423
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:40', '2016-05-30 21:28:40', 298486374)
1424
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:40', '2016-05-30 21:28:40', 113629430)
1425
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:40', '2016-05-30 21:28:40', 281110143)
1426
+  (2.5ms) commit transaction
1427
+  (0.1ms) begin transaction
1428
+ ------------------------------------------------------------------------
1429
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1430
+ ------------------------------------------------------------------------
1431
+ Widget Load (0.3ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1432
+  (0.1ms) SAVEPOINT active_record_1
1433
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1435
+  (0.3ms) rollback transaction
1436
+  (0.0ms) begin transaction
1437
+ ----------------------------------------------
1438
+ ActsAsBloomfilterTest: test_module_is_included
1439
+ ----------------------------------------------
1440
+  (0.0ms) rollback transaction
1441
+  (0.0ms) begin transaction
1442
+ ------------------------------------------------------------------------------------
1443
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1444
+ ------------------------------------------------------------------------------------
1445
+  (0.0ms) rollback transaction
1446
+  (0.0ms) begin transaction
1447
+ ---------------------------------------------------------------------
1448
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1449
+ ---------------------------------------------------------------------
1450
+  (0.0ms) rollback transaction
1451
+  (0.0ms) begin transaction
1452
+ --------------------------------------------------------------------------------
1453
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1454
+ --------------------------------------------------------------------------------
1455
+  (0.0ms) SAVEPOINT active_record_1
1456
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:40.094978"], ["updated_at", "2016-05-30 21:28:40.094978"]]
1457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1458
+  (0.2ms) rollback transaction
1459
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1460
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1461
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1462
+  (0.1ms) begin transaction
1463
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1464
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:28:43', '2016-05-30 21:28:43', 980190962)
1465
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:28:43', '2016-05-30 21:28:43', 298486374)
1466
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:28:43', '2016-05-30 21:28:43', 113629430)
1467
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:28:43', '2016-05-30 21:28:43', 281110143)
1468
+  (2.6ms) commit transaction
1469
+  (0.1ms) begin transaction
1470
+ ------------------------------------------------------------------------------------
1471
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1472
+ ------------------------------------------------------------------------------------
1473
+  (0.1ms) rollback transaction
1474
+  (0.1ms) begin transaction
1475
+ ---------------------------------------------------------------------
1476
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1477
+ ---------------------------------------------------------------------
1478
+  (0.0ms) rollback transaction
1479
+  (0.0ms) begin transaction
1480
+ ------------------------------------------------------------------------
1481
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1482
+ ------------------------------------------------------------------------
1483
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1484
+  (0.0ms) SAVEPOINT active_record_1
1485
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1487
+  (0.3ms) rollback transaction
1488
+  (0.1ms) begin transaction
1489
+ ----------------------------------------------
1490
+ ActsAsBloomfilterTest: test_module_is_included
1491
+ ----------------------------------------------
1492
+  (0.0ms) rollback transaction
1493
+  (0.0ms) begin transaction
1494
+ --------------------------------------------------------------------------------
1495
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1496
+ --------------------------------------------------------------------------------
1497
+  (0.0ms) SAVEPOINT active_record_1
1498
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:28:43.903448"], ["updated_at", "2016-05-30 21:28:43.903448"]]
1499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1500
+  (0.2ms) rollback transaction
1501
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1502
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1503
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1504
+  (0.1ms) begin transaction
1505
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1506
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:29:21', '2016-05-30 21:29:21', 980190962)
1507
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:29:21', '2016-05-30 21:29:21', 298486374)
1508
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:29:21', '2016-05-30 21:29:21', 113629430)
1509
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:29:21', '2016-05-30 21:29:21', 281110143)
1510
+  (2.6ms) commit transaction
1511
+  (0.1ms) begin transaction
1512
+ --------------------------------------------------------------------------------
1513
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1514
+ --------------------------------------------------------------------------------
1515
+  (0.1ms) SAVEPOINT active_record_1
1516
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:29:21.636035"], ["updated_at", "2016-05-30 21:29:21.636035"]]
1517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1518
+  (0.3ms) rollback transaction
1519
+  (0.1ms) begin transaction
1520
+ ------------------------------------------------------------------------------------
1521
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1522
+ ------------------------------------------------------------------------------------
1523
+  (0.0ms) rollback transaction
1524
+  (0.0ms) begin transaction
1525
+ ----------------------------------------------
1526
+ ActsAsBloomfilterTest: test_module_is_included
1527
+ ----------------------------------------------
1528
+  (0.0ms) rollback transaction
1529
+  (0.0ms) begin transaction
1530
+ ---------------------------------------------------------------------
1531
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1532
+ ---------------------------------------------------------------------
1533
+  (0.0ms) rollback transaction
1534
+  (0.0ms) begin transaction
1535
+ ------------------------------------------------------------------------
1536
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1537
+ ------------------------------------------------------------------------
1538
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1539
+  (0.0ms) SAVEPOINT active_record_1
1540
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1542
+  (0.2ms) rollback transaction
1543
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1544
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1545
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1546
+  (0.1ms) begin transaction
1547
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1548
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-30 21:55:24', '2016-05-30 21:55:24', 980190962)
1549
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-30 21:55:24', '2016-05-30 21:55:24', 298486374)
1550
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-30 21:55:24', '2016-05-30 21:55:24', 113629430)
1551
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-30 21:55:24', '2016-05-30 21:55:24', 281110143)
1552
+  (2.6ms) commit transaction
1553
+  (0.1ms) begin transaction
1554
+ ----------------------------------------------
1555
+ ActsAsBloomfilterTest: test_module_is_included
1556
+ ----------------------------------------------
1557
+  (0.1ms) rollback transaction
1558
+  (0.1ms) begin transaction
1559
+ ---------------------------------------------------------------------
1560
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1561
+ ---------------------------------------------------------------------
1562
+  (0.0ms) rollback transaction
1563
+  (0.0ms) begin transaction
1564
+ --------------------------------------------------------------------------------
1565
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1566
+ --------------------------------------------------------------------------------
1567
+  (0.0ms) SAVEPOINT active_record_1
1568
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-30 21:55:24.746924"], ["updated_at", "2016-05-30 21:55:24.746924"]]
1569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1570
+  (0.3ms) rollback transaction
1571
+  (0.1ms) begin transaction
1572
+ ------------------------------------------------------------------------
1573
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1574
+ ------------------------------------------------------------------------
1575
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1576
+  (0.1ms) SAVEPOINT active_record_1
1577
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1579
+  (0.2ms) rollback transaction
1580
+  (0.1ms) begin transaction
1581
+ ------------------------------------------------------------------------------------
1582
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1583
+ ------------------------------------------------------------------------------------
1584
+  (0.0ms) rollback transaction
1585
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1586
+  (0.1ms) begin transaction
1587
+ Fixture Delete (0.5ms) DELETE FROM "widgets"
1588
+ Fixture Insert (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 02:47:58', '2016-05-31 02:47:58', 980190962)
1589
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 02:47:58', '2016-05-31 02:47:58', 298486374)
1590
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 02:47:58', '2016-05-31 02:47:58', 113629430)
1591
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 02:47:58', '2016-05-31 02:47:58', 281110143)
1592
+  (0.6ms) commit transaction
1593
+  (0.0ms) begin transaction
1594
+ ----------------------------------------------
1595
+ ActsAsBloomfilterTest: test_module_is_included
1596
+ ----------------------------------------------
1597
+  (0.0ms) rollback transaction
1598
+  (0.0ms) begin transaction
1599
+ ------------------------------------------------------------------------
1600
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1601
+ ------------------------------------------------------------------------
1602
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1603
+  (0.0ms) SAVEPOINT active_record_1
1604
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
1605
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1607
+  (0.3ms) rollback transaction
1608
+  (0.0ms) begin transaction
1609
+ ---------------------------------------------------------------------
1610
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1611
+ ---------------------------------------------------------------------
1612
+  (0.0ms) rollback transaction
1613
+  (0.0ms) begin transaction
1614
+ --------------------------------------------------------------------------------
1615
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1616
+ --------------------------------------------------------------------------------
1617
+  (0.0ms) SAVEPOINT active_record_1
1618
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 02:47:58.197423"], ["updated_at", "2016-05-31 02:47:58.197423"]]
1619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1620
+  (0.2ms) rollback transaction
1621
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1622
+  (0.1ms) begin transaction
1623
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1624
+ Fixture Insert (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 02:48:59', '2016-05-31 02:48:59', 980190962)
1625
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 02:48:59', '2016-05-31 02:48:59', 298486374)
1626
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 02:48:59', '2016-05-31 02:48:59', 113629430)
1627
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 02:48:59', '2016-05-31 02:48:59', 281110143)
1628
+  (2.3ms) commit transaction
1629
+  (0.0ms) begin transaction
1630
+ ------------------------------------------------------------------------
1631
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1632
+ ------------------------------------------------------------------------
1633
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1634
+  (0.1ms) SAVEPOINT active_record_1
1635
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1636
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1638
+  (0.3ms) rollback transaction
1639
+  (0.0ms) begin transaction
1640
+ ----------------------------------------------
1641
+ ActsAsBloomfilterTest: test_module_is_included
1642
+ ----------------------------------------------
1643
+  (0.0ms) rollback transaction
1644
+  (0.0ms) begin transaction
1645
+ --------------------------------------------------------------------------------
1646
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1647
+ --------------------------------------------------------------------------------
1648
+  (0.0ms) SAVEPOINT active_record_1
1649
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 02:49:00.007126"], ["updated_at", "2016-05-31 02:49:00.007126"]]
1650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1651
+  (0.3ms) rollback transaction
1652
+  (0.0ms) begin transaction
1653
+ ------------------------------------------------------------------------------------
1654
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1655
+ ------------------------------------------------------------------------------------
1656
+  (0.1ms) rollback transaction
1657
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1658
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets"
1659
+  (0.2ms) SELECT COUNT(*) FROM "widgets"
1660
+  (0.1ms) begin transaction
1661
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1662
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 02:49:14', '2016-05-31 02:49:14', 980190962)
1663
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 02:49:14', '2016-05-31 02:49:14', 298486374)
1664
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 02:49:14', '2016-05-31 02:49:14', 113629430)
1665
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 02:49:14', '2016-05-31 02:49:14', 281110143)
1666
+  (2.5ms) commit transaction
1667
+  (0.1ms) begin transaction
1668
+ ------------------------------------------------------------------------------------
1669
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1670
+ ------------------------------------------------------------------------------------
1671
+  (0.0ms) rollback transaction
1672
+  (0.1ms) begin transaction
1673
+ ----------------------------------------------
1674
+ ActsAsBloomfilterTest: test_module_is_included
1675
+ ----------------------------------------------
1676
+  (0.0ms) rollback transaction
1677
+  (0.0ms) begin transaction
1678
+ ---------------------------------------------------------------------
1679
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1680
+ ---------------------------------------------------------------------
1681
+  (0.0ms) rollback transaction
1682
+  (0.0ms) begin transaction
1683
+ ------------------------------------------------------------------------
1684
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1685
+ ------------------------------------------------------------------------
1686
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1687
+  (0.0ms) SAVEPOINT active_record_1
1688
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1690
+  (0.3ms) rollback transaction
1691
+  (0.1ms) begin transaction
1692
+ --------------------------------------------------------------------------------
1693
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1694
+ --------------------------------------------------------------------------------
1695
+  (0.1ms) SAVEPOINT active_record_1
1696
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 02:49:14.292759"], ["updated_at", "2016-05-31 02:49:14.292759"]]
1697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1698
+  (0.2ms) rollback transaction
1699
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1700
+ Widget Load (0.2ms) SELECT name FROM names
1701
+  (0.1ms) begin transaction
1702
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1703
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 02:59:52', '2016-05-31 02:59:52', 980190962)
1704
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 02:59:52', '2016-05-31 02:59:52', 298486374)
1705
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 02:59:52', '2016-05-31 02:59:52', 113629430)
1706
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 02:59:52', '2016-05-31 02:59:52', 281110143)
1707
+  (2.5ms) commit transaction
1708
+  (0.1ms) begin transaction
1709
+ ---------------------------------------------------------------------
1710
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1711
+ ---------------------------------------------------------------------
1712
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1713
+  (0.0ms) rollback transaction
1714
+  (0.0ms) begin transaction
1715
+ ----------------------------------------------
1716
+ ActsAsBloomfilterTest: test_module_is_included
1717
+ ----------------------------------------------
1718
+  (0.0ms) rollback transaction
1719
+  (0.0ms) begin transaction
1720
+ --------------------------------------------------------------------------------
1721
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1722
+ --------------------------------------------------------------------------------
1723
+  (0.0ms) SAVEPOINT active_record_1
1724
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 02:59:52.498700"], ["updated_at", "2016-05-31 02:59:52.498700"]]
1725
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1726
+  (0.3ms) rollback transaction
1727
+  (0.0ms) begin transaction
1728
+ ------------------------------------------------------------------------
1729
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1730
+ ------------------------------------------------------------------------
1731
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1732
+  (0.0ms) SAVEPOINT active_record_1
1733
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1735
+  (0.2ms) rollback transaction
1736
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1737
+ Widget Load (0.2ms) SELECT name FROM name
1738
+  (0.1ms) begin transaction
1739
+ Fixture Delete (0.3ms) DELETE FROM "widgets"
1740
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 03:00:40', '2016-05-31 03:00:40', 980190962)
1741
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 03:00:40', '2016-05-31 03:00:40', 298486374)
1742
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 03:00:40', '2016-05-31 03:00:40', 113629430)
1743
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 03:00:40', '2016-05-31 03:00:40', 281110143)
1744
+  (2.1ms) commit transaction
1745
+  (0.0ms) begin transaction
1746
+ --------------------------------------------------------------------------------
1747
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1748
+ --------------------------------------------------------------------------------
1749
+  (0.0ms) SAVEPOINT active_record_1
1750
+ SQL (0.2ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 03:00:40.152255"], ["updated_at", "2016-05-31 03:00:40.152255"]]
1751
+  (0.0ms) SELECT COUNT(*) FROM "widgets"
1752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1753
+  (0.2ms) rollback transaction
1754
+  (0.0ms) begin transaction
1755
+ ------------------------------------------------------------------------
1756
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1757
+ ------------------------------------------------------------------------
1758
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1759
+  (0.0ms) SAVEPOINT active_record_1
1760
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1762
+  (0.2ms) rollback transaction
1763
+  (0.0ms) begin transaction
1764
+ ----------------------------------------------
1765
+ ActsAsBloomfilterTest: test_module_is_included
1766
+ ----------------------------------------------
1767
+  (0.0ms) rollback transaction
1768
+  (0.0ms) begin transaction
1769
+ ------------------------------------------------------------------------------------
1770
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1771
+ ------------------------------------------------------------------------------------
1772
+  (0.0ms) rollback transaction
1773
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1774
+ Widget Load (0.2ms) SELECT name FROM Widget
1775
+  (0.1ms) begin transaction
1776
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1777
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 03:07:24', '2016-05-31 03:07:24', 980190962)
1778
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 03:07:24', '2016-05-31 03:07:24', 298486374)
1779
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 03:07:24', '2016-05-31 03:07:24', 113629430)
1780
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 03:07:24', '2016-05-31 03:07:24', 281110143)
1781
+  (2.4ms) commit transaction
1782
+  (0.1ms) begin transaction
1783
+ ---------------------------------------------------------------------
1784
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1785
+ ---------------------------------------------------------------------
1786
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1787
+  (0.0ms) rollback transaction
1788
+  (0.0ms) begin transaction
1789
+ --------------------------------------------------------------------------------
1790
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1791
+ --------------------------------------------------------------------------------
1792
+  (0.0ms) SAVEPOINT active_record_1
1793
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 03:07:24.584721"], ["updated_at", "2016-05-31 03:07:24.584721"]]
1794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1795
+  (0.3ms) rollback transaction
1796
+  (0.0ms) begin transaction
1797
+ ------------------------------------------------------------------------------------
1798
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1799
+ ------------------------------------------------------------------------------------
1800
+  (0.0ms) rollback transaction
1801
+  (0.0ms) begin transaction
1802
+ ------------------------------------------------------------------------
1803
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1804
+ ------------------------------------------------------------------------
1805
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1806
+  (0.0ms) SAVEPOINT active_record_1
1807
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1809
+  (0.2ms) rollback transaction
1810
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1811
+ Widget Load (0.1ms) SELECT name FROM widgets
1812
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1813
+  (0.1ms) begin transaction
1814
+ Fixture Delete (1.3ms) DELETE FROM "widgets"
1815
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 03:08:59', '2016-05-31 03:08:59', 980190962)
1816
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 03:08:59', '2016-05-31 03:08:59', 298486374)
1817
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 03:08:59', '2016-05-31 03:08:59', 113629430)
1818
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 03:08:59', '2016-05-31 03:08:59', 281110143)
1819
+  (2.5ms) commit transaction
1820
+  (0.1ms) begin transaction
1821
+ ----------------------------------------------
1822
+ ActsAsBloomfilterTest: test_module_is_included
1823
+ ----------------------------------------------
1824
+  (0.1ms) rollback transaction
1825
+  (0.1ms) begin transaction
1826
+ --------------------------------------------------------------------------------
1827
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1828
+ --------------------------------------------------------------------------------
1829
+  (0.0ms) SAVEPOINT active_record_1
1830
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 03:08:59.580963"], ["updated_at", "2016-05-31 03:08:59.580963"]]
1831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1832
+  (0.3ms) rollback transaction
1833
+  (0.0ms) begin transaction
1834
+ ---------------------------------------------------------------------
1835
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1836
+ ---------------------------------------------------------------------
1837
+  (0.0ms) rollback transaction
1838
+  (0.0ms) begin transaction
1839
+ ------------------------------------------------------------------------
1840
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1841
+ ------------------------------------------------------------------------
1842
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1843
+  (0.1ms) SAVEPOINT active_record_1
1844
+ SQL (0.3ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1846
+  (0.3ms) rollback transaction
1847
+  (0.1ms) begin transaction
1848
+ ------------------------------------------------------------------------------------
1849
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1850
+ ------------------------------------------------------------------------------------
1851
+  (0.0ms) rollback transaction
1852
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1853
+ Widget Load (0.1ms) SELECT name FROM widgets
1854
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1855
+  (0.1ms) begin transaction
1856
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1857
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 03:09:09', '2016-05-31 03:09:09', 980190962)
1858
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 03:09:09', '2016-05-31 03:09:09', 298486374)
1859
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 03:09:09', '2016-05-31 03:09:09', 113629430)
1860
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 03:09:09', '2016-05-31 03:09:09', 281110143)
1861
+  (2.7ms) commit transaction
1862
+  (0.1ms) begin transaction
1863
+ ------------------------------------------------------------------------------------
1864
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1865
+ ------------------------------------------------------------------------------------
1866
+  (0.1ms) rollback transaction
1867
+  (0.1ms) begin transaction
1868
+ ---------------------------------------------------------------------
1869
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1870
+ ---------------------------------------------------------------------
1871
+  (0.0ms) rollback transaction
1872
+  (0.0ms) begin transaction
1873
+ ------------------------------------------------------------------------
1874
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1875
+ ------------------------------------------------------------------------
1876
+ Widget Load (0.2ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1877
+  (0.0ms) SAVEPOINT active_record_1
1878
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1880
+  (0.3ms) rollback transaction
1881
+  (0.1ms) begin transaction
1882
+ ----------------------------------------------
1883
+ ActsAsBloomfilterTest: test_module_is_included
1884
+ ----------------------------------------------
1885
+  (0.0ms) rollback transaction
1886
+  (0.0ms) begin transaction
1887
+ --------------------------------------------------------------------------------
1888
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1889
+ --------------------------------------------------------------------------------
1890
+  (0.0ms) SAVEPOINT active_record_1
1891
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 03:09:09.043885"], ["updated_at", "2016-05-31 03:09:09.043885"]]
1892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1893
+  (0.3ms) rollback transaction
1894
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1895
+ Widget Load (0.2ms) SELECT name FROM widgets
1896
+  (0.1ms) SELECT COUNT(*) FROM "widgets"
1897
+  (0.1ms) begin transaction
1898
+ Fixture Delete (0.4ms) DELETE FROM "widgets"
1899
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name one', '2016-05-31 03:16:50', '2016-05-31 03:16:50', 980190962)
1900
+ Fixture Insert (0.1ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name two', '2016-05-31 03:16:50', '2016-05-31 03:16:50', 298486374)
1901
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name three', '2016-05-31 03:16:50', '2016-05-31 03:16:50', 113629430)
1902
+ Fixture Insert (0.0ms) INSERT INTO "widgets" ("name", "created_at", "updated_at", "id") VALUES ('name four', '2016-05-31 03:16:50', '2016-05-31 03:16:50', 281110143)
1903
+  (2.6ms) commit transaction
1904
+  (0.1ms) begin transaction
1905
+ ----------------------------------------------
1906
+ ActsAsBloomfilterTest: test_module_is_included
1907
+ ----------------------------------------------
1908
+  (0.0ms) rollback transaction
1909
+  (0.1ms) begin transaction
1910
+ --------------------------------------------------------------------------------
1911
+ ActsAsBloomfilterTest: test_should_include_things_that_are_added_to_the_database
1912
+ --------------------------------------------------------------------------------
1913
+  (0.1ms) SAVEPOINT active_record_1
1914
+ SQL (0.3ms) INSERT INTO "widgets" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "new name"], ["created_at", "2016-05-31 03:16:50.744780"], ["updated_at", "2016-05-31 03:16:50.744780"]]
1915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1916
+  (0.3ms) rollback transaction
1917
+  (0.0ms) begin transaction
1918
+ ------------------------------------------------------------------------------------
1919
+ ActsAsBloomfilterTest: test_should_include_things_that_exist_in_the_database_already
1920
+ ------------------------------------------------------------------------------------
1921
+  (0.0ms) rollback transaction
1922
+  (0.0ms) begin transaction
1923
+ ---------------------------------------------------------------------
1924
+ ActsAsBloomfilterTest: test_should_not_find_things_that_never_existed
1925
+ ---------------------------------------------------------------------
1926
+  (0.0ms) rollback transaction
1927
+  (0.0ms) begin transaction
1928
+ ------------------------------------------------------------------------
1929
+ ActsAsBloomfilterTest: test_should_not_include_things_that_are_destroyed
1930
+ ------------------------------------------------------------------------
1931
+ Widget Load (0.1ms) SELECT "widgets".* FROM "widgets" WHERE "widgets"."id" = ? LIMIT 1 [["id", 113629430]]
1932
+  (0.0ms) SAVEPOINT active_record_1
1933
+ SQL (0.2ms) DELETE FROM "widgets" WHERE "widgets"."id" = ? [["id", 113629430]]
1934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1935
+  (0.2ms) rollback transaction