mongoid_includes 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10b99b346c88aaba6c21b90999b43d202fa5e7df
4
- data.tar.gz: 84b0ad21bf1d12b739969f02f7a852415ab2f5aa
3
+ metadata.gz: e9d310e333c10e84636994d52883e16ac3114f64
4
+ data.tar.gz: 84323d0ca0a5e83688899545f6fcaf7ed3658479
5
5
  SHA512:
6
- metadata.gz: a04a4f1ce0b3b430049a73a180fdbcfcd5ce20c05cc54bfae92dcd8b253c369dc6ee9982f0a766abec54c00503f68dbc2da12906fe93beb98bc6a99e70649096
7
- data.tar.gz: 81011321c771106225cf87a5401ef1970f21b663311bfa15bd383e774624998d82b7cf7b9b5008528aead0a9e73c2e28cc31318e2188fdc863faebcba5bb378d
6
+ metadata.gz: cbd53e46b4c40f7de75e934474a3f832362bdd224531b322135bec0647692bc6f493929d7c2e1c386c8bb75be79c82cbae1860b56fb233c4df1d6982bf72826e
7
+ data.tar.gz: f093e2122366ad522e3ec71aaa14ffed8ec2f4012351a6fa5bb6af41d5ea35bcdcb16616b1857702ae558608b1281fce602608211abe8230362d78cb6a908c24
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Mongoid::Includes 1.1.0 (2015-11-04) ##
2
+
3
+ * Fix bug with optional polymorphic `belongs_to` relations where the name of the relation does not match an actual class name.
4
+
1
5
  ## Mongoid::Includes 1.0.3 (2015-10-10) ##
2
6
 
3
7
  * Add support for Mongoid 5.
@@ -32,7 +32,7 @@ module Mongoid
32
32
  def preload_polymorphic(inclusion, docs)
33
33
  docs.group_by do |doc|
34
34
  doc.send(inclusion.inverse_type) # The {name}_type attribute in polymorphic relations.
35
- end.each do |type, docs|
35
+ end.select { |type, _| type }.each do |type, docs|
36
36
  concrete_inclusion = inclusion.for_class_name(type)
37
37
  preload([concrete_inclusion], docs)
38
38
  end
@@ -5,6 +5,6 @@ module Mongoid
5
5
  module Includes
6
6
 
7
7
  # Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8
- VERSION = '1.0.5'
8
+ VERSION = '1.1.0'
9
9
  end
10
10
  end
data/spec/mongo.log ADDED
@@ -0,0 +1,1388 @@
1
+ # Logfile created on 2015-11-04 11:44:30 -0200 by logger.rb/44203
2
+ D, [2015-11-04T11:44:30.839967 #18729] DEBUG -- : MONGODB | Adding localhost:27017 to the cluster.
3
+ D, [2015-11-04T11:44:30.843659 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
4
+ D, [2015-11-04T11:44:30.844231 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00044s
5
+ D, [2015-11-04T11:44:30.846352 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
6
+ D, [2015-11-04T11:44:30.846768 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000323s
7
+ D, [2015-11-04T11:44:30.848268 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
8
+ D, [2015-11-04T11:44:30.848604 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000263s
9
+ D, [2015-11-04T11:44:30.870157 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
10
+ D, [2015-11-04T11:44:30.870628 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000352s
11
+ D, [2015-11-04T11:44:30.871638 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
12
+ D, [2015-11-04T11:44:30.872112 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000287s
13
+ D, [2015-11-04T11:44:30.873356 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
14
+ D, [2015-11-04T11:44:30.873640 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021999999999999998s
15
+ D, [2015-11-04T11:44:30.874414 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
16
+ D, [2015-11-04T11:44:30.874682 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000211s
17
+ D, [2015-11-04T11:44:30.875421 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
18
+ D, [2015-11-04T11:44:30.875687 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000213s
19
+ D, [2015-11-04T11:44:30.876541 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
20
+ D, [2015-11-04T11:44:30.876799 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000198s
21
+ D, [2015-11-04T11:44:30.877895 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
22
+ D, [2015-11-04T11:44:30.878182 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000223s
23
+ D, [2015-11-04T11:44:30.879253 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
24
+ D, [2015-11-04T11:44:30.879535 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000216s
25
+ D, [2015-11-04T11:44:30.883910 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000000'), "active"=>true, "name"=>"Pink Floyd", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
26
+ D, [2015-11-04T11:44:30.911631 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.027589000000000002s
27
+ D, [2015-11-04T11:44:30.915285 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"albums", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000001'), "name"=>"Wish You Were Here", "release"=>1975-01-01 00:00:00 UTC, "owner_id"=>BSON::ObjectId('563a0bbe6fc1414929000000'), "owner_type"=>"Band"}], "writeConcern"=>{:...
28
+ D, [2015-11-04T11:44:30.934437 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.018963999999999998s
29
+ D, [2015-11-04T11:44:30.936344 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"albums", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000002'), "name"=>"The Dark Side of the Moon", "release"=>1973-01-01 00:00:00 UTC, "owner_id"=>BSON::ObjectId('563a0bbe6fc1414929000000'), "owner_type"=>"Band"}], "writeConce...
30
+ D, [2015-11-04T11:44:30.936994 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000523s
31
+ D, [2015-11-04T11:44:30.938157 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{}}
32
+ D, [2015-11-04T11:44:30.938659 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00039000000000000005s
33
+ D, [2015-11-04T11:44:30.940054 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"albums", "filter"=>{"owner_id"=>{"$in"=>[BSON::ObjectId('563a0bbe6fc1414929000000')]}, "release"=>{"$lt"=>1974-01-01 00:00:00 UTC}}}
34
+ D, [2015-11-04T11:44:30.940558 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.0004s
35
+ D, [2015-11-04T11:44:30.942567 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.count | STARTED | {"count"=>"albums", "query"=>{"owner_id"=>BSON::ObjectId('563a0bbe6fc1414929000000'), "owner_type"=>"Band"}}
36
+ D, [2015-11-04T11:44:30.943034 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.count | SUCCEEDED | 0.000379s
37
+ D, [2015-11-04T11:44:30.944149 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
38
+ D, [2015-11-04T11:44:30.944634 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000387s
39
+ D, [2015-11-04T11:44:30.945106 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
40
+ D, [2015-11-04T11:44:30.951475 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.006236s
41
+ D, [2015-11-04T11:44:30.952013 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"albums"}
42
+ D, [2015-11-04T11:44:30.952840 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.0007459999999999999s
43
+ D, [2015-11-04T11:44:30.954482 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
44
+ D, [2015-11-04T11:44:30.954960 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000373s
45
+ D, [2015-11-04T11:44:30.956846 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
46
+ D, [2015-11-04T11:44:30.957272 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031s
47
+ D, [2015-11-04T11:44:30.981509 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000003'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
48
+ D, [2015-11-04T11:44:30.982609 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0010160000000000002s
49
+ D, [2015-11-04T11:44:30.993201 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
50
+ D, [2015-11-04T11:44:30.993693 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000381s
51
+ D, [2015-11-04T11:44:30.994089 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
52
+ D, [2015-11-04T11:44:30.994831 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000621s
53
+ D, [2015-11-04T11:44:30.996269 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000004'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
54
+ D, [2015-11-04T11:44:30.996875 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005520000000000001s
55
+ D, [2015-11-04T11:44:30.997749 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"cs", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000005')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
56
+ D, [2015-11-04T11:44:30.998305 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00048699999999999997s
57
+ D, [2015-11-04T11:44:30.998798 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"cs", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbe6fc1414929000006')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
58
+ D, [2015-11-04T11:44:30.999089 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000225s
59
+ D, [2015-11-04T11:44:31.000103 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000007'), "_type"=>"B", "c_id"=>BSON::ObjectId('563a0bbe6fc1414929000006')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
60
+ D, [2015-11-04T11:44:31.001275 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.001123s
61
+ D, [2015-11-04T11:44:31.002094 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"cs", "filter"=>{}}
62
+ D, [2015-11-04T11:44:31.002448 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000296s
63
+ D, [2015-11-04T11:44:31.003214 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"c_id"=>{"$in"=>[BSON::ObjectId('563a0bbe6fc1414929000005'), BSON::ObjectId('563a0bbe6fc1414929000006')]}, "_type"=>{"$in"=>["B"]}}}
64
+ D, [2015-11-04T11:44:31.003532 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000257s
65
+ D, [2015-11-04T11:44:31.004554 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
66
+ D, [2015-11-04T11:44:31.005033 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00038500000000000003s
67
+ D, [2015-11-04T11:44:31.005410 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
68
+ D, [2015-11-04T11:44:31.005961 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000494s
69
+ D, [2015-11-04T11:44:31.006215 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"cs"}
70
+ D, [2015-11-04T11:44:31.006634 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037s
71
+ D, [2015-11-04T11:44:31.006854 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
72
+ D, [2015-11-04T11:44:31.007225 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000323s
73
+ D, [2015-11-04T11:44:31.008331 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000008'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
74
+ D, [2015-11-04T11:44:31.008893 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000511s
75
+ D, [2015-11-04T11:44:31.009669 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"cs", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000009')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
76
+ D, [2015-11-04T11:44:31.010149 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000405s
77
+ D, [2015-11-04T11:44:31.010697 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"cs", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000a')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
78
+ D, [2015-11-04T11:44:31.011003 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000247s
79
+ D, [2015-11-04T11:44:31.011727 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000b'), "_type"=>"B", "c_id"=>BSON::ObjectId('563a0bbf6fc141492900000a')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
80
+ D, [2015-11-04T11:44:31.012187 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000412s
81
+ D, [2015-11-04T11:44:31.012836 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"cs", "filter"=>{}}
82
+ D, [2015-11-04T11:44:31.013101 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000214s
83
+ D, [2015-11-04T11:44:31.013748 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"c_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000009'), BSON::ObjectId('563a0bbf6fc141492900000a')]}, "_type"=>{"$in"=>["B"]}}}
84
+ D, [2015-11-04T11:44:31.014028 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000232s
85
+ D, [2015-11-04T11:44:31.033933 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
86
+ D, [2015-11-04T11:44:31.034660 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000587s
87
+ D, [2015-11-04T11:44:31.035208 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
88
+ D, [2015-11-04T11:44:31.035700 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000439s
89
+ D, [2015-11-04T11:44:31.035965 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"cs"}
90
+ D, [2015-11-04T11:44:31.036381 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000361s
91
+ D, [2015-11-04T11:44:31.036654 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
92
+ D, [2015-11-04T11:44:31.037126 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00042s
93
+ D, [2015-11-04T11:44:31.038672 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000c'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
94
+ D, [2015-11-04T11:44:31.039411 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000643s
95
+ D, [2015-11-04T11:44:31.040498 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
96
+ D, [2015-11-04T11:44:31.041028 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000484s
97
+ D, [2015-11-04T11:44:31.041655 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
98
+ D, [2015-11-04T11:44:31.041961 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000234s
99
+ D, [2015-11-04T11:44:31.042948 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900000f'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900000e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
100
+ D, [2015-11-04T11:44:31.043450 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000425s
101
+ D, [2015-11-04T11:44:31.044342 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000010'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900000e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
102
+ D, [2015-11-04T11:44:31.044629 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000239s
103
+ D, [2015-11-04T11:44:31.045317 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
104
+ D, [2015-11-04T11:44:31.045582 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021700000000000002s
105
+ D, [2015-11-04T11:44:31.046341 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900000d'), BSON::ObjectId('563a0bbf6fc141492900000e')]}, "_type"=>{"$in"=>["B"]}}}
106
+ D, [2015-11-04T11:44:31.046647 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000261s
107
+ D, [2015-11-04T11:44:31.047459 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900000d'), BSON::ObjectId('563a0bbf6fc141492900000e')]}, "_type"=>{"$in"=>["C"]}}}
108
+ D, [2015-11-04T11:44:31.047736 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000233s
109
+ D, [2015-11-04T11:44:31.048606 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
110
+ D, [2015-11-04T11:44:31.048963 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00029099999999999997s
111
+ D, [2015-11-04T11:44:31.049265 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
112
+ D, [2015-11-04T11:44:31.049690 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000377s
113
+ D, [2015-11-04T11:44:31.049917 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
114
+ D, [2015-11-04T11:44:31.050332 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000368s
115
+ D, [2015-11-04T11:44:31.050566 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
116
+ D, [2015-11-04T11:44:31.050948 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000335s
117
+ D, [2015-11-04T11:44:31.052032 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000011'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
118
+ D, [2015-11-04T11:44:31.052591 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000511s
119
+ D, [2015-11-04T11:44:31.053451 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000012')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
120
+ D, [2015-11-04T11:44:31.053948 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00044s
121
+ D, [2015-11-04T11:44:31.054645 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000013')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
122
+ D, [2015-11-04T11:44:31.054960 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000257s
123
+ D, [2015-11-04T11:44:31.055694 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000014'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000013')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
124
+ D, [2015-11-04T11:44:31.056188 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000419s
125
+ D, [2015-11-04T11:44:31.056892 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000015'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000013')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
126
+ D, [2015-11-04T11:44:31.057223 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00027800000000000004s
127
+ D, [2015-11-04T11:44:31.058060 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
128
+ D, [2015-11-04T11:44:31.058370 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000254s
129
+ D, [2015-11-04T11:44:31.059097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000012'), BSON::ObjectId('563a0bbf6fc1414929000013')]}, "_type"=>{"$in"=>["B"]}}}
130
+ D, [2015-11-04T11:44:31.059402 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000251s
131
+ D, [2015-11-04T11:44:31.060066 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000012'), BSON::ObjectId('563a0bbf6fc1414929000013')]}, "_type"=>{"$in"=>["C"]}}}
132
+ D, [2015-11-04T11:44:31.060347 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00022600000000000002s
133
+ D, [2015-11-04T11:44:31.061390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
134
+ D, [2015-11-04T11:44:31.061741 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028s
135
+ D, [2015-11-04T11:44:31.062036 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
136
+ D, [2015-11-04T11:44:31.062484 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039299999999999996s
137
+ D, [2015-11-04T11:44:31.062723 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
138
+ D, [2015-11-04T11:44:31.063122 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00034899999999999997s
139
+ D, [2015-11-04T11:44:31.063353 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
140
+ D, [2015-11-04T11:44:31.063732 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00033400000000000004s
141
+ D, [2015-11-04T11:44:31.064836 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000016'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
142
+ D, [2015-11-04T11:44:31.065348 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000466s
143
+ D, [2015-11-04T11:44:31.066123 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000017')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
144
+ D, [2015-11-04T11:44:31.066598 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00043s
145
+ D, [2015-11-04T11:44:31.067085 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000018')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
146
+ D, [2015-11-04T11:44:31.067380 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000255s
147
+ D, [2015-11-04T11:44:31.068119 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000019'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000018')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
148
+ D, [2015-11-04T11:44:31.068613 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000423s
149
+ D, [2015-11-04T11:44:31.069293 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001a'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000018')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
150
+ D, [2015-11-04T11:44:31.069584 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00023600000000000002s
151
+ D, [2015-11-04T11:44:31.070242 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
152
+ D, [2015-11-04T11:44:31.070514 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021s
153
+ D, [2015-11-04T11:44:31.071265 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000017'), BSON::ObjectId('563a0bbf6fc1414929000018')]}, "_type"=>{"$in"=>["B"]}}}
154
+ D, [2015-11-04T11:44:31.071565 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000246s
155
+ D, [2015-11-04T11:44:31.072282 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000017'), BSON::ObjectId('563a0bbf6fc1414929000018')]}, "_type"=>{"$in"=>["C"]}}}
156
+ D, [2015-11-04T11:44:31.072588 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000248s
157
+ D, [2015-11-04T11:44:31.083279 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
158
+ D, [2015-11-04T11:44:31.083737 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00035499999999999996s
159
+ D, [2015-11-04T11:44:31.084090 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
160
+ D, [2015-11-04T11:44:31.084567 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000424s
161
+ D, [2015-11-04T11:44:31.084821 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
162
+ D, [2015-11-04T11:44:31.085217 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00034599999999999995s
163
+ D, [2015-11-04T11:44:31.085460 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
164
+ D, [2015-11-04T11:44:31.085852 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000341s
165
+ D, [2015-11-04T11:44:31.086993 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
166
+ D, [2015-11-04T11:44:31.087530 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00048800000000000004s
167
+ D, [2015-11-04T11:44:31.089527 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001c')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
168
+ D, [2015-11-04T11:44:31.090120 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000505s
169
+ D, [2015-11-04T11:44:31.090868 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
170
+ D, [2015-11-04T11:44:31.091155 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000244s
171
+ D, [2015-11-04T11:44:31.092042 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001e'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900001d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
172
+ D, [2015-11-04T11:44:31.092496 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000416s
173
+ D, [2015-11-04T11:44:31.093075 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900001f'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900001d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
174
+ D, [2015-11-04T11:44:31.093331 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000209s
175
+ D, [2015-11-04T11:44:31.094136 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000020'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900001d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
176
+ D, [2015-11-04T11:44:31.094444 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000258s
177
+ D, [2015-11-04T11:44:31.095000 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000021'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900001d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
178
+ D, [2015-11-04T11:44:31.095289 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000241s
179
+ D, [2015-11-04T11:44:31.095932 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
180
+ D, [2015-11-04T11:44:31.096225 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000248s
181
+ D, [2015-11-04T11:44:31.096928 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900001c'), BSON::ObjectId('563a0bbf6fc141492900001d')]}, "_type"=>{"$in"=>["B"]}}}
182
+ D, [2015-11-04T11:44:31.097253 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000257s
183
+ D, [2015-11-04T11:44:31.098032 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900001c'), BSON::ObjectId('563a0bbf6fc141492900001d')]}, "_type"=>{"$in"=>["C"]}}}
184
+ D, [2015-11-04T11:44:31.098325 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000242s
185
+ D, [2015-11-04T11:44:31.099193 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
186
+ D, [2015-11-04T11:44:31.099576 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000306s
187
+ D, [2015-11-04T11:44:31.099951 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
188
+ D, [2015-11-04T11:44:31.100475 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000471s
189
+ D, [2015-11-04T11:44:31.100718 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
190
+ D, [2015-11-04T11:44:31.101156 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000377s
191
+ D, [2015-11-04T11:44:31.101478 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
192
+ D, [2015-11-04T11:44:31.101942 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000392s
193
+ D, [2015-11-04T11:44:31.103379 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000022'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn8", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
194
+ D, [2015-11-04T11:44:31.104024 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00055s
195
+ D, [2015-11-04T11:44:31.105133 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000023')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
196
+ D, [2015-11-04T11:44:31.105598 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00041600000000000003s
197
+ D, [2015-11-04T11:44:31.106279 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000024')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
198
+ D, [2015-11-04T11:44:31.106547 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000221s
199
+ D, [2015-11-04T11:44:31.107273 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000025'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000024')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
200
+ D, [2015-11-04T11:44:31.107734 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00041299999999999996s
201
+ D, [2015-11-04T11:44:31.108347 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000026'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000024')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
202
+ D, [2015-11-04T11:44:31.108651 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000239s
203
+ D, [2015-11-04T11:44:31.109338 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000027'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000024')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
204
+ D, [2015-11-04T11:44:31.109648 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026199999999999997s
205
+ D, [2015-11-04T11:44:31.110245 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000028'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc1414929000024')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
206
+ D, [2015-11-04T11:44:31.110528 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000234s
207
+ D, [2015-11-04T11:44:31.111121 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
208
+ D, [2015-11-04T11:44:31.111389 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000224s
209
+ D, [2015-11-04T11:44:31.112112 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000023'), BSON::ObjectId('563a0bbf6fc1414929000024')]}, "_type"=>{"$in"=>["B"]}}}
210
+ D, [2015-11-04T11:44:31.112433 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000272s
211
+ D, [2015-11-04T11:44:31.113127 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000023'), BSON::ObjectId('563a0bbf6fc1414929000024')]}, "_type"=>{"$in"=>["C"]}}}
212
+ D, [2015-11-04T11:44:31.113441 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026599999999999996s
213
+ D, [2015-11-04T11:44:31.114486 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
214
+ D, [2015-11-04T11:44:31.114840 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028199999999999997s
215
+ D, [2015-11-04T11:44:31.115143 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
216
+ D, [2015-11-04T11:44:31.115596 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000386s
217
+ D, [2015-11-04T11:44:31.115824 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
218
+ D, [2015-11-04T11:44:31.116213 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000337s
219
+ D, [2015-11-04T11:44:31.116460 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
220
+ D, [2015-11-04T11:44:31.116857 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000348s
221
+ D, [2015-11-04T11:44:31.118081 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000029'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
222
+ D, [2015-11-04T11:44:31.118631 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0004980000000000001s
223
+ D, [2015-11-04T11:44:31.119614 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002a')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
224
+ D, [2015-11-04T11:44:31.120095 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000419s
225
+ D, [2015-11-04T11:44:31.120801 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"ds", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
226
+ D, [2015-11-04T11:44:31.121308 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00045s
227
+ D, [2015-11-04T11:44:31.122236 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002c'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900002b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
228
+ D, [2015-11-04T11:44:31.122747 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000444s
229
+ D, [2015-11-04T11:44:31.123669 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002d'), "_type"=>"B", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900002b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
230
+ D, [2015-11-04T11:44:31.123951 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000226s
231
+ D, [2015-11-04T11:44:31.124651 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002e'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900002b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
232
+ D, [2015-11-04T11:44:31.124923 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000225s
233
+ D, [2015-11-04T11:44:31.125518 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"as", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900002f'), "_type"=>"C", "d_id"=>BSON::ObjectId('563a0bbf6fc141492900002b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
234
+ D, [2015-11-04T11:44:31.125771 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000206s
235
+ D, [2015-11-04T11:44:31.126408 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"ds", "filter"=>{}}
236
+ D, [2015-11-04T11:44:31.126694 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000217s
237
+ D, [2015-11-04T11:44:31.127403 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900002a'), BSON::ObjectId('563a0bbf6fc141492900002b')]}, "_type"=>{"$in"=>["B"]}}}
238
+ D, [2015-11-04T11:44:31.127735 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000259s
239
+ D, [2015-11-04T11:44:31.128443 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"as", "filter"=>{"d_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900002a'), BSON::ObjectId('563a0bbf6fc141492900002b')]}, "_type"=>{"$in"=>["C"]}}}
240
+ D, [2015-11-04T11:44:31.128737 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000242s
241
+ D, [2015-11-04T11:44:31.129907 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
242
+ D, [2015-11-04T11:44:31.130283 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000302s
243
+ D, [2015-11-04T11:44:31.130602 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
244
+ D, [2015-11-04T11:44:31.131046 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00038899999999999997s
245
+ D, [2015-11-04T11:44:31.131285 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"ds"}
246
+ D, [2015-11-04T11:44:31.131691 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00034700000000000003s
247
+ D, [2015-11-04T11:44:31.131937 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"as"}
248
+ D, [2015-11-04T11:44:31.132363 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000374s
249
+ D, [2015-11-04T11:44:31.133449 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000030'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn8", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
250
+ D, [2015-11-04T11:44:31.134042 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000533s
251
+ D, [2015-11-04T11:44:31.135100 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
252
+ D, [2015-11-04T11:44:31.135429 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000268s
253
+ D, [2015-11-04T11:44:31.135720 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
254
+ D, [2015-11-04T11:44:31.136164 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039s
255
+ D, [2015-11-04T11:44:31.137197 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000031'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
256
+ D, [2015-11-04T11:44:31.137755 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005s
257
+ D, [2015-11-04T11:44:31.140298 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000032'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000031')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
258
+ D, [2015-11-04T11:44:31.140957 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005870000000000001s
259
+ D, [2015-11-04T11:44:31.141646 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000031')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
260
+ D, [2015-11-04T11:44:31.142336 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000642s
261
+ D, [2015-11-04T11:44:31.143209 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}}
262
+ D, [2015-11-04T11:44:31.143567 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000283s
263
+ D, [2015-11-04T11:44:31.144203 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000031')]}}}
264
+ D, [2015-11-04T11:44:31.144575 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000324s
265
+ D, [2015-11-04T11:44:31.144971 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}}
266
+ D, [2015-11-04T11:44:31.145194 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00017600000000000002s
267
+ D, [2015-11-04T11:44:31.146106 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
268
+ D, [2015-11-04T11:44:31.146487 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000312s
269
+ D, [2015-11-04T11:44:31.146916 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
270
+ D, [2015-11-04T11:44:31.147503 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000525s
271
+ D, [2015-11-04T11:44:31.147773 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
272
+ D, [2015-11-04T11:44:31.148210 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037s
273
+ D, [2015-11-04T11:44:31.149286 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000033'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
274
+ D, [2015-11-04T11:44:31.149793 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000459s
275
+ D, [2015-11-04T11:44:31.150711 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000034'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn0", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
276
+ D, [2015-11-04T11:44:31.151006 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000245s
277
+ D, [2015-11-04T11:44:31.152120 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000035'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000033')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
278
+ D, [2015-11-04T11:44:31.152613 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000426s
279
+ D, [2015-11-04T11:44:31.153236 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000033')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
280
+ D, [2015-11-04T11:44:31.153565 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000288s
281
+ D, [2015-11-04T11:44:31.154389 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000036'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000034')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
282
+ D, [2015-11-04T11:44:31.154719 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00028399999999999996s
283
+ D, [2015-11-04T11:44:31.155548 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000034')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
284
+ D, [2015-11-04T11:44:31.156058 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000422s
285
+ D, [2015-11-04T11:44:31.156815 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}}
286
+ D, [2015-11-04T11:44:31.157218 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00032199999999999997s
287
+ D, [2015-11-04T11:44:31.157888 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000033')]}}}
288
+ D, [2015-11-04T11:44:31.158271 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000335s
289
+ D, [2015-11-04T11:44:31.159285 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
290
+ D, [2015-11-04T11:44:31.159708 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000361s
291
+ D, [2015-11-04T11:44:31.159996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
292
+ D, [2015-11-04T11:44:31.160449 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039999999999999996s
293
+ D, [2015-11-04T11:44:31.160697 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
294
+ D, [2015-11-04T11:44:31.161114 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000365s
295
+ D, [2015-11-04T11:44:31.162161 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000037'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn0", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
296
+ D, [2015-11-04T11:44:31.162672 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00046499999999999997s
297
+ D, [2015-11-04T11:44:31.163583 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000038'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
298
+ D, [2015-11-04T11:44:31.163880 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000252s
299
+ D, [2015-11-04T11:44:31.164987 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000039'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000037')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
300
+ D, [2015-11-04T11:44:31.165491 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000448s
301
+ D, [2015-11-04T11:44:31.166140 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000037')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
302
+ D, [2015-11-04T11:44:31.166520 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00031299999999999996s
303
+ D, [2015-11-04T11:44:31.167352 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003a'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000038')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
304
+ D, [2015-11-04T11:44:31.167628 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00022700000000000002s
305
+ D, [2015-11-04T11:44:31.168173 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000038')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
306
+ D, [2015-11-04T11:44:31.168507 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000262s
307
+ D, [2015-11-04T11:44:31.169081 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}}
308
+ D, [2015-11-04T11:44:31.169344 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021s
309
+ D, [2015-11-04T11:44:31.169984 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000037')]}}}
310
+ D, [2015-11-04T11:44:31.170337 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000313s
311
+ D, [2015-11-04T11:44:31.171171 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
312
+ D, [2015-11-04T11:44:31.171551 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.0003s
313
+ D, [2015-11-04T11:44:31.171884 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
314
+ D, [2015-11-04T11:44:31.172322 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000383s
315
+ D, [2015-11-04T11:44:31.172575 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
316
+ D, [2015-11-04T11:44:31.172978 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000352s
317
+ D, [2015-11-04T11:44:31.174121 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
318
+ D, [2015-11-04T11:44:31.174643 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000475s
319
+ D, [2015-11-04T11:44:31.175518 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003c'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
320
+ D, [2015-11-04T11:44:31.175825 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000245s
321
+ D, [2015-11-04T11:44:31.176851 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003d'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900003b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
322
+ D, [2015-11-04T11:44:31.177711 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0008049999999999999s
323
+ D, [2015-11-04T11:44:31.178387 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003b')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
324
+ D, [2015-11-04T11:44:31.178746 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00030900000000000003s
325
+ D, [2015-11-04T11:44:31.179580 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003e'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900003c')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
326
+ D, [2015-11-04T11:44:31.179879 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000251s
327
+ D, [2015-11-04T11:44:31.180448 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003c')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
328
+ D, [2015-11-04T11:44:31.180815 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000299s
329
+ D, [2015-11-04T11:44:31.181592 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}, "sort"=>{"_id"=>-1}}
330
+ D, [2015-11-04T11:44:31.181946 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031s
331
+ D, [2015-11-04T11:44:31.182525 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900003c')]}}}
332
+ D, [2015-11-04T11:44:31.182887 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000312s
333
+ D, [2015-11-04T11:44:31.183897 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
334
+ D, [2015-11-04T11:44:31.184265 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000305s
335
+ D, [2015-11-04T11:44:31.184593 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
336
+ D, [2015-11-04T11:44:31.185014 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00036599999999999995s
337
+ D, [2015-11-04T11:44:31.185251 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
338
+ D, [2015-11-04T11:44:31.185672 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000372s
339
+ D, [2015-11-04T11:44:31.186632 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003f'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
340
+ D, [2015-11-04T11:44:31.187126 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000447s
341
+ D, [2015-11-04T11:44:31.188013 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000040'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
342
+ D, [2015-11-04T11:44:31.188373 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00030199999999999997s
343
+ D, [2015-11-04T11:44:31.190416 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000041'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900003f')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
344
+ D, [2015-11-04T11:44:31.191010 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000519s
345
+ D, [2015-11-04T11:44:31.191774 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003f')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
346
+ D, [2015-11-04T11:44:31.192128 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000295s
347
+ D, [2015-11-04T11:44:31.193157 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000042'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000040')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
348
+ D, [2015-11-04T11:44:31.193461 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000252s
349
+ D, [2015-11-04T11:44:31.194015 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000040')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
350
+ D, [2015-11-04T11:44:31.194351 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00025899999999999995s
351
+ D, [2015-11-04T11:44:31.195093 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}, "sort"=>{"_id"=>-1}}
352
+ D, [2015-11-04T11:44:31.195435 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000308s
353
+ D, [2015-11-04T11:44:31.196057 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000040')]}}}
354
+ D, [2015-11-04T11:44:31.196400 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000297s
355
+ D, [2015-11-04T11:44:31.196881 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}, "sort"=>{"_id"=>1}}
356
+ D, [2015-11-04T11:44:31.197167 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000243s
357
+ D, [2015-11-04T11:44:31.197957 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900003f')}}
358
+ D, [2015-11-04T11:44:31.198347 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000272s
359
+ D, [2015-11-04T11:44:31.199350 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
360
+ D, [2015-11-04T11:44:31.199703 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000288s
361
+ D, [2015-11-04T11:44:31.200010 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
362
+ D, [2015-11-04T11:44:31.200460 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000399s
363
+ D, [2015-11-04T11:44:31.200730 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
364
+ D, [2015-11-04T11:44:31.201113 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000335s
365
+ D, [2015-11-04T11:44:31.202218 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000043'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
366
+ D, [2015-11-04T11:44:31.202791 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00052s
367
+ D, [2015-11-04T11:44:31.203720 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000044'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
368
+ D, [2015-11-04T11:44:31.204017 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025s
369
+ D, [2015-11-04T11:44:31.205089 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000045'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000043')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
370
+ D, [2015-11-04T11:44:31.205556 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000415s
371
+ D, [2015-11-04T11:44:31.206137 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000043')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
372
+ D, [2015-11-04T11:44:31.206461 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000273s
373
+ D, [2015-11-04T11:44:31.207363 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000046'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000044')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
374
+ D, [2015-11-04T11:44:31.207642 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000231s
375
+ D, [2015-11-04T11:44:31.208183 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000044')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
376
+ D, [2015-11-04T11:44:31.208495 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00026199999999999997s
377
+ D, [2015-11-04T11:44:31.209290 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{}, "sort"=>{"_id"=>-1}}
378
+ D, [2015-11-04T11:44:31.209625 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028399999999999996s
379
+ D, [2015-11-04T11:44:31.210323 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000044')]}}}
380
+ D, [2015-11-04T11:44:31.210691 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000308s
381
+ D, [2015-11-04T11:44:31.211584 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
382
+ D, [2015-11-04T11:44:31.211941 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000296s
383
+ D, [2015-11-04T11:44:31.212235 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
384
+ D, [2015-11-04T11:44:31.212672 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037299999999999996s
385
+ D, [2015-11-04T11:44:31.212896 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
386
+ D, [2015-11-04T11:44:31.213299 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000352s
387
+ D, [2015-11-04T11:44:31.214297 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000047'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
388
+ D, [2015-11-04T11:44:31.214790 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00043999999999999996s
389
+ D, [2015-11-04T11:44:31.215621 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000048'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
390
+ D, [2015-11-04T11:44:31.215921 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000245s
391
+ D, [2015-11-04T11:44:31.299982 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000048')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
392
+ D, [2015-11-04T11:44:31.300708 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000617s
393
+ D, [2015-11-04T11:44:31.302037 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000048')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
394
+ D, [2015-11-04T11:44:31.303094 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000964s
395
+ D, [2015-11-04T11:44:31.304982 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000049'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
396
+ D, [2015-11-04T11:44:31.305779 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0007120000000000001s
397
+ D, [2015-11-04T11:44:31.308144 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004a'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
398
+ D, [2015-11-04T11:44:31.308592 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000375s
399
+ D, [2015-11-04T11:44:31.310801 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000048')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000049')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
400
+ D, [2015-11-04T11:44:31.311302 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00042500000000000003s
401
+ D, [2015-11-04T11:44:31.312428 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000048')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc141492900004a')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
402
+ D, [2015-11-04T11:44:31.312917 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000413s
403
+ D, [2015-11-04T11:44:31.313582 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000048')}}
404
+ D, [2015-11-04T11:44:31.314014 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000356s
405
+ D, [2015-11-04T11:44:31.315358 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000049')]}}}
406
+ D, [2015-11-04T11:44:31.315786 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000396s
407
+ D, [2015-11-04T11:44:31.316940 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
408
+ D, [2015-11-04T11:44:31.317352 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000325s
409
+ D, [2015-11-04T11:44:31.317759 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
410
+ D, [2015-11-04T11:44:31.318406 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000583s
411
+ D, [2015-11-04T11:44:31.318739 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
412
+ D, [2015-11-04T11:44:31.319233 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000429s
413
+ D, [2015-11-04T11:44:31.320795 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn8", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
414
+ D, [2015-11-04T11:44:31.321803 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0009440000000000001s
415
+ D, [2015-11-04T11:44:31.323239 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004c'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn8", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
416
+ D, [2015-11-04T11:44:31.323586 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000276s
417
+ D, [2015-11-04T11:44:31.324702 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004c')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
418
+ D, [2015-11-04T11:44:31.325041 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000289s
419
+ D, [2015-11-04T11:44:31.325967 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004c')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
420
+ D, [2015-11-04T11:44:31.326316 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000416s
421
+ D, [2015-11-04T11:44:31.327575 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004d'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
422
+ D, [2015-11-04T11:44:31.328196 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000571s
423
+ D, [2015-11-04T11:44:31.329158 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004e'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
424
+ D, [2015-11-04T11:44:31.329467 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026199999999999997s
425
+ D, [2015-11-04T11:44:31.330566 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004c')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc141492900004d')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
426
+ D, [2015-11-04T11:44:31.330909 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000295s
427
+ D, [2015-11-04T11:44:31.331527 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004c')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc141492900004e')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
428
+ D, [2015-11-04T11:44:31.331903 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000306s
429
+ D, [2015-11-04T11:44:31.332696 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc141492900004c')}}
430
+ D, [2015-11-04T11:44:31.333220 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000485s
431
+ D, [2015-11-04T11:44:31.334658 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900004d')]}}}
432
+ D, [2015-11-04T11:44:31.335049 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000339s
433
+ D, [2015-11-04T11:44:31.335883 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004e')}}
434
+ D, [2015-11-04T11:44:31.336211 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023600000000000002s
435
+ D, [2015-11-04T11:44:31.337013 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
436
+ D, [2015-11-04T11:44:31.337373 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.0003s
437
+ D, [2015-11-04T11:44:31.337694 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
438
+ D, [2015-11-04T11:44:31.338317 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000505s
439
+ D, [2015-11-04T11:44:31.338739 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
440
+ D, [2015-11-04T11:44:31.339339 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.0005170000000000001s
441
+ D, [2015-11-04T11:44:31.340798 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900004f'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
442
+ D, [2015-11-04T11:44:31.341390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005639999999999999s
443
+ D, [2015-11-04T11:44:31.342390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000050'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
444
+ D, [2015-11-04T11:44:31.342792 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000338s
445
+ D, [2015-11-04T11:44:31.344202 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000050')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
446
+ D, [2015-11-04T11:44:31.344899 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000299s
447
+ D, [2015-11-04T11:44:31.346072 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000050')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
448
+ D, [2015-11-04T11:44:31.346440 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000319s
449
+ D, [2015-11-04T11:44:31.347636 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000051'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
450
+ D, [2015-11-04T11:44:31.348177 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0004919999999999999s
451
+ D, [2015-11-04T11:44:31.349117 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000052'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
452
+ D, [2015-11-04T11:44:31.349422 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026s
453
+ D, [2015-11-04T11:44:31.350480 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000050')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000051')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
454
+ D, [2015-11-04T11:44:31.350805 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00027s
455
+ D, [2015-11-04T11:44:31.351442 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000050')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000052')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
456
+ D, [2015-11-04T11:44:31.351805 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00027699999999999996s
457
+ D, [2015-11-04T11:44:31.352535 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000050')}}
458
+ D, [2015-11-04T11:44:31.352957 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000346s
459
+ D, [2015-11-04T11:44:31.354577 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000051')]}}}
460
+ D, [2015-11-04T11:44:31.355028 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000377s
461
+ D, [2015-11-04T11:44:31.356252 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
462
+ D, [2015-11-04T11:44:31.356810 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000456s
463
+ D, [2015-11-04T11:44:31.357355 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
464
+ D, [2015-11-04T11:44:31.357809 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000402s
465
+ D, [2015-11-04T11:44:31.358082 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
466
+ D, [2015-11-04T11:44:31.358456 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000325s
467
+ D, [2015-11-04T11:44:31.359640 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000053'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
468
+ D, [2015-11-04T11:44:31.360170 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000484s
469
+ D, [2015-11-04T11:44:31.361061 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000054'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
470
+ D, [2015-11-04T11:44:31.361398 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000253s
471
+ D, [2015-11-04T11:44:31.362543 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000054')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
472
+ D, [2015-11-04T11:44:31.362914 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000323s
473
+ D, [2015-11-04T11:44:31.363727 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000054')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
474
+ D, [2015-11-04T11:44:31.364063 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00028799999999999995s
475
+ D, [2015-11-04T11:44:31.365268 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000055'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
476
+ D, [2015-11-04T11:44:31.365782 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000441s
477
+ D, [2015-11-04T11:44:31.366815 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000056'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
478
+ D, [2015-11-04T11:44:31.367122 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026s
479
+ D, [2015-11-04T11:44:31.368100 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000054')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000055')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
480
+ D, [2015-11-04T11:44:31.368442 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000296s
481
+ D, [2015-11-04T11:44:31.369009 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000054')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000056')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
482
+ D, [2015-11-04T11:44:31.369322 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000267s
483
+ D, [2015-11-04T11:44:31.369774 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000054')}}
484
+ D, [2015-11-04T11:44:31.370080 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000257s
485
+ D, [2015-11-04T11:44:31.371157 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000056')]}}}
486
+ D, [2015-11-04T11:44:31.371476 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000275s
487
+ D, [2015-11-04T11:44:31.372434 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
488
+ D, [2015-11-04T11:44:31.372795 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000294s
489
+ D, [2015-11-04T11:44:31.373142 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
490
+ D, [2015-11-04T11:44:31.373573 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000383s
491
+ D, [2015-11-04T11:44:31.373807 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
492
+ D, [2015-11-04T11:44:31.374210 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000351s
493
+ D, [2015-11-04T11:44:31.375346 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000057'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
494
+ D, [2015-11-04T11:44:31.375878 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000484s
495
+ D, [2015-11-04T11:44:31.376765 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000058'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
496
+ D, [2015-11-04T11:44:31.377125 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000303s
497
+ D, [2015-11-04T11:44:31.378251 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000058')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
498
+ D, [2015-11-04T11:44:31.378618 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00029400000000000004s
499
+ D, [2015-11-04T11:44:31.379425 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000058')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
500
+ D, [2015-11-04T11:44:31.379751 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000276s
501
+ D, [2015-11-04T11:44:31.380872 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000059'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
502
+ D, [2015-11-04T11:44:31.381658 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000735s
503
+ D, [2015-11-04T11:44:31.382632 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005a'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
504
+ D, [2015-11-04T11:44:31.382943 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026399999999999997s
505
+ D, [2015-11-04T11:44:31.383919 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000058')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000059')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
506
+ D, [2015-11-04T11:44:31.384299 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00029499999999999996s
507
+ D, [2015-11-04T11:44:31.384884 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000058')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc141492900005a')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
508
+ D, [2015-11-04T11:44:31.385207 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00027499999999999996s
509
+ D, [2015-11-04T11:44:31.385703 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000058')}}
510
+ D, [2015-11-04T11:44:31.386031 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028000000000000003s
511
+ D, [2015-11-04T11:44:31.387157 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900005a')]}}}
512
+ D, [2015-11-04T11:44:31.387479 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00027800000000000004s
513
+ D, [2015-11-04T11:44:31.388307 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000059')}}
514
+ D, [2015-11-04T11:44:31.388653 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00022700000000000002s
515
+ D, [2015-11-04T11:44:31.389577 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
516
+ D, [2015-11-04T11:44:31.389984 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000312s
517
+ D, [2015-11-04T11:44:31.390455 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
518
+ D, [2015-11-04T11:44:31.390926 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039900000000000005s
519
+ D, [2015-11-04T11:44:31.391161 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
520
+ D, [2015-11-04T11:44:31.391561 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000346s
521
+ D, [2015-11-04T11:44:31.392749 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
522
+ D, [2015-11-04T11:44:31.393266 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000469s
523
+ D, [2015-11-04T11:44:31.394134 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005c'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
524
+ D, [2015-11-04T11:44:31.394506 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000287s
525
+ D, [2015-11-04T11:44:31.395610 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005c')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
526
+ D, [2015-11-04T11:44:31.395989 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000328s
527
+ D, [2015-11-04T11:44:31.396791 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005c')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
528
+ D, [2015-11-04T11:44:31.397119 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00027699999999999996s
529
+ D, [2015-11-04T11:44:31.398330 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005d'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
530
+ D, [2015-11-04T11:44:31.398828 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00043799999999999997s
531
+ D, [2015-11-04T11:44:31.399778 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005e'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
532
+ D, [2015-11-04T11:44:31.400090 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026399999999999997s
533
+ D, [2015-11-04T11:44:31.401131 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005c')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc141492900005d')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
534
+ D, [2015-11-04T11:44:31.401477 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000296s
535
+ D, [2015-11-04T11:44:31.402064 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005c')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc141492900005e')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
536
+ D, [2015-11-04T11:44:31.402382 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00026900000000000003s
537
+ D, [2015-11-04T11:44:31.402890 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc141492900005c')}}
538
+ D, [2015-11-04T11:44:31.403218 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00027100000000000003s
539
+ D, [2015-11-04T11:44:31.404272 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900005e')]}}}
540
+ D, [2015-11-04T11:44:31.404595 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000271s
541
+ D, [2015-11-04T11:44:31.405714 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
542
+ D, [2015-11-04T11:44:31.406227 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000374s
543
+ D, [2015-11-04T11:44:31.406619 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
544
+ D, [2015-11-04T11:44:31.407112 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000427s
545
+ D, [2015-11-04T11:44:31.407345 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
546
+ D, [2015-11-04T11:44:31.407750 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00035299999999999996s
547
+ D, [2015-11-04T11:44:31.408928 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900005f'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
548
+ D, [2015-11-04T11:44:31.409444 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000471s
549
+ D, [2015-11-04T11:44:31.410270 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000060'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
550
+ D, [2015-11-04T11:44:31.410572 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000255s
551
+ D, [2015-11-04T11:44:31.411618 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000060')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
552
+ D, [2015-11-04T11:44:31.411954 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000286s
553
+ D, [2015-11-04T11:44:31.412740 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000060')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
554
+ D, [2015-11-04T11:44:31.413127 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000318s
555
+ D, [2015-11-04T11:44:31.414336 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000061'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
556
+ D, [2015-11-04T11:44:31.414831 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000436s
557
+ D, [2015-11-04T11:44:31.415801 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000062'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
558
+ D, [2015-11-04T11:44:31.416116 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000244s
559
+ D, [2015-11-04T11:44:31.417097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000060')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000061')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
560
+ D, [2015-11-04T11:44:31.417415 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00026799999999999995s
561
+ D, [2015-11-04T11:44:31.417993 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000060')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000062')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
562
+ D, [2015-11-04T11:44:31.418311 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000269s
563
+ D, [2015-11-04T11:44:31.418823 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000060')}}
564
+ D, [2015-11-04T11:44:31.419171 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000281s
565
+ D, [2015-11-04T11:44:31.420265 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000061'), BSON::ObjectId('563a0bbf6fc1414929000062')]}}}
566
+ D, [2015-11-04T11:44:31.420615 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000303s
567
+ D, [2015-11-04T11:44:31.421694 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
568
+ D, [2015-11-04T11:44:31.422046 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00027800000000000004s
569
+ D, [2015-11-04T11:44:31.422359 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
570
+ D, [2015-11-04T11:44:31.422805 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000397s
571
+ D, [2015-11-04T11:44:31.423054 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
572
+ D, [2015-11-04T11:44:31.423430 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000328s
573
+ D, [2015-11-04T11:44:31.424560 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000063'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
574
+ D, [2015-11-04T11:44:31.425078 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000512s
575
+ D, [2015-11-04T11:44:31.425936 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000064'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
576
+ D, [2015-11-04T11:44:31.426256 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000285s
577
+ D, [2015-11-04T11:44:31.427347 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000064')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
578
+ D, [2015-11-04T11:44:31.427708 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000315s
579
+ D, [2015-11-04T11:44:31.428568 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000064')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
580
+ D, [2015-11-04T11:44:31.428944 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00031299999999999996s
581
+ D, [2015-11-04T11:44:31.430106 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000065'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
582
+ D, [2015-11-04T11:44:31.430597 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000431s
583
+ D, [2015-11-04T11:44:31.431542 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000066'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
584
+ D, [2015-11-04T11:44:31.431847 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025s
585
+ D, [2015-11-04T11:44:31.432910 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000064')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000065')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
586
+ D, [2015-11-04T11:44:31.433270 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000312s
587
+ D, [2015-11-04T11:44:31.433849 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000064')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000066')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
588
+ D, [2015-11-04T11:44:31.434171 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000274s
589
+ D, [2015-11-04T11:44:31.434660 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000064')}}
590
+ D, [2015-11-04T11:44:31.434994 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000272s
591
+ D, [2015-11-04T11:44:31.436043 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000065'), BSON::ObjectId('563a0bbf6fc1414929000066')]}}}
592
+ D, [2015-11-04T11:44:31.436428 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000311s
593
+ D, [2015-11-04T11:44:31.437436 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
594
+ D, [2015-11-04T11:44:31.437837 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000322s
595
+ D, [2015-11-04T11:44:31.438218 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
596
+ D, [2015-11-04T11:44:31.438670 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000396s
597
+ D, [2015-11-04T11:44:31.438953 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
598
+ D, [2015-11-04T11:44:31.439364 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00035600000000000003s
599
+ D, [2015-11-04T11:44:31.440605 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000067'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
600
+ D, [2015-11-04T11:44:31.441188 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00048600000000000005s
601
+ D, [2015-11-04T11:44:31.442066 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000068'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
602
+ D, [2015-11-04T11:44:31.442383 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000271s
603
+ D, [2015-11-04T11:44:31.443506 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000068')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"rosenthaler", "_id"=>"rosenthaler"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
604
+ D, [2015-11-04T11:44:31.443857 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000302s
605
+ D, [2015-11-04T11:44:31.444639 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000068')}, "u"=>{"$push"=>{"addresses"=>{"street"=>"weinmeister", "_id"=>"weinmeister"}}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
606
+ D, [2015-11-04T11:44:31.444983 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00029499999999999996s
607
+ D, [2015-11-04T11:44:31.446150 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000069'), "active"=>true, "name"=>"Depeche Mode", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
608
+ D, [2015-11-04T11:44:31.446632 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000432s
609
+ D, [2015-11-04T11:44:31.447581 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"bands", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006a'), "active"=>true, "name"=>"Tool", "upserted"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
610
+ D, [2015-11-04T11:44:31.447880 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000252s
611
+ D, [2015-11-04T11:44:31.448976 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000068')}, "u"=>{"$set"=>{"addresses.0.band_id"=>BSON::ObjectId('563a0bbf6fc1414929000069')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
612
+ D, [2015-11-04T11:44:31.449315 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000309s
613
+ D, [2015-11-04T11:44:31.449950 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000068')}, "u"=>{"$set"=>{"addresses.1.band_id"=>BSON::ObjectId('563a0bbf6fc141492900006a')}}, "multi"=>false, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true...
614
+ D, [2015-11-04T11:44:31.450280 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000281s
615
+ D, [2015-11-04T11:44:31.450743 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{:_id=>BSON::ObjectId('563a0bbf6fc1414929000068')}}
616
+ D, [2015-11-04T11:44:31.451077 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000285s
617
+ D, [2015-11-04T11:44:31.452183 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"bands", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000069'), BSON::ObjectId('563a0bbf6fc141492900006a')]}}}
618
+ D, [2015-11-04T11:44:31.452526 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000297s
619
+ D, [2015-11-04T11:44:31.453475 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
620
+ D, [2015-11-04T11:44:31.453848 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031299999999999996s
621
+ D, [2015-11-04T11:44:31.454181 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
622
+ D, [2015-11-04T11:44:31.454868 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000637s
623
+ D, [2015-11-04T11:44:31.455167 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"bands"}
624
+ D, [2015-11-04T11:44:31.455574 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000357s
625
+ D, [2015-11-04T11:44:31.457207 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
626
+ D, [2015-11-04T11:44:31.458097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000793s
627
+ D, [2015-11-04T11:44:31.459586 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006c'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900006b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
628
+ D, [2015-11-04T11:44:31.460060 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000424s
629
+ D, [2015-11-04T11:44:31.460877 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006b')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
630
+ D, [2015-11-04T11:44:31.461239 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000312s
631
+ D, [2015-11-04T11:44:31.461946 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006d'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900006b')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
632
+ D, [2015-11-04T11:44:31.462262 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026s
633
+ D, [2015-11-04T11:44:31.462996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006b')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
634
+ D, [2015-11-04T11:44:31.463298 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000249s
635
+ D, [2015-11-04T11:44:31.464124 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
636
+ D, [2015-11-04T11:44:31.464487 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000321s
637
+ D, [2015-11-04T11:44:31.465295 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900006b')]}}}
638
+ D, [2015-11-04T11:44:31.465585 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023700000000000001s
639
+ D, [2015-11-04T11:44:31.466469 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
640
+ D, [2015-11-04T11:44:31.466803 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000267s
641
+ D, [2015-11-04T11:44:31.467108 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
642
+ D, [2015-11-04T11:44:31.467573 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000394s
643
+ D, [2015-11-04T11:44:31.468064 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
644
+ D, [2015-11-04T11:44:31.468561 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000431s
645
+ D, [2015-11-04T11:44:31.469972 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006e'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
646
+ D, [2015-11-04T11:44:31.470502 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00047400000000000003s
647
+ D, [2015-11-04T11:44:31.471742 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006f'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900006e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
648
+ D, [2015-11-04T11:44:31.472309 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000504s
649
+ D, [2015-11-04T11:44:31.473097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006e')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
650
+ D, [2015-11-04T11:44:31.473478 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000324s
651
+ D, [2015-11-04T11:44:31.474198 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000070'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900006e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
652
+ D, [2015-11-04T11:44:31.474532 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000287s
653
+ D, [2015-11-04T11:44:31.475294 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900006e')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
654
+ D, [2015-11-04T11:44:31.475724 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000364s
655
+ D, [2015-11-04T11:44:31.476563 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
656
+ D, [2015-11-04T11:44:31.476928 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000324s
657
+ D, [2015-11-04T11:44:31.477654 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900006e')]}}}
658
+ D, [2015-11-04T11:44:31.478188 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000482s
659
+ D, [2015-11-04T11:44:31.479568 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
660
+ D, [2015-11-04T11:44:31.480041 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000402s
661
+ D, [2015-11-04T11:44:31.480523 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
662
+ D, [2015-11-04T11:44:31.480955 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000378s
663
+ D, [2015-11-04T11:44:31.481234 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
664
+ D, [2015-11-04T11:44:31.481619 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000336s
665
+ D, [2015-11-04T11:44:31.482642 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000071'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
666
+ D, [2015-11-04T11:44:31.483166 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000455s
667
+ D, [2015-11-04T11:44:31.484214 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000072'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000071')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
668
+ D, [2015-11-04T11:44:31.484692 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000431s
669
+ D, [2015-11-04T11:44:31.485416 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000071')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
670
+ D, [2015-11-04T11:44:31.485766 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00030199999999999997s
671
+ D, [2015-11-04T11:44:31.486492 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000073'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000071')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
672
+ D, [2015-11-04T11:44:31.486763 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000222s
673
+ D, [2015-11-04T11:44:31.487390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000071')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
674
+ D, [2015-11-04T11:44:31.487694 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00025499999999999996s
675
+ D, [2015-11-04T11:44:31.488436 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
676
+ D, [2015-11-04T11:44:31.488787 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031099999999999997s
677
+ D, [2015-11-04T11:44:31.489448 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000071')]}}}
678
+ D, [2015-11-04T11:44:31.489742 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000249s
679
+ D, [2015-11-04T11:44:31.490767 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
680
+ D, [2015-11-04T11:44:31.491140 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00029600000000000004s
681
+ D, [2015-11-04T11:44:31.491518 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
682
+ D, [2015-11-04T11:44:31.491996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000411s
683
+ D, [2015-11-04T11:44:31.492256 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
684
+ D, [2015-11-04T11:44:31.492660 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000357s
685
+ D, [2015-11-04T11:44:31.493750 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000074'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
686
+ D, [2015-11-04T11:44:31.494261 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00046300000000000003s
687
+ D, [2015-11-04T11:44:31.495409 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000075'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
688
+ D, [2015-11-04T11:44:31.495881 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000417s
689
+ D, [2015-11-04T11:44:31.496646 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
690
+ D, [2015-11-04T11:44:31.497015 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00031699999999999995s
691
+ D, [2015-11-04T11:44:31.497748 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000076'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
692
+ D, [2015-11-04T11:44:31.498035 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000239s
693
+ D, [2015-11-04T11:44:31.498722 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
694
+ D, [2015-11-04T11:44:31.499040 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000259s
695
+ D, [2015-11-04T11:44:31.499837 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
696
+ D, [2015-11-04T11:44:31.500192 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031699999999999995s
697
+ D, [2015-11-04T11:44:31.500892 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000074')]}}}
698
+ D, [2015-11-04T11:44:31.501203 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026399999999999997s
699
+ D, [2015-11-04T11:44:31.502169 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}}
700
+ D, [2015-11-04T11:44:31.502487 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000259s
701
+ D, [2015-11-04T11:44:31.503181 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000074')]}}}
702
+ D, [2015-11-04T11:44:31.503467 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023300000000000003s
703
+ D, [2015-11-04T11:44:31.503993 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.count | STARTED | {"count"=>"posts", "query"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc1414929000074')}}
704
+ D, [2015-11-04T11:44:31.504259 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.count | SUCCEEDED | 0.000214s
705
+ D, [2015-11-04T11:44:31.505024 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
706
+ D, [2015-11-04T11:44:31.505403 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000308s
707
+ D, [2015-11-04T11:44:31.505721 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
708
+ D, [2015-11-04T11:44:31.506276 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000495s
709
+ D, [2015-11-04T11:44:31.506604 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
710
+ D, [2015-11-04T11:44:31.507243 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000521s
711
+ D, [2015-11-04T11:44:31.508612 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000077'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
712
+ D, [2015-11-04T11:44:31.509185 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005189999999999999s
713
+ D, [2015-11-04T11:44:31.510409 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000078'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000077')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
714
+ D, [2015-11-04T11:44:31.510924 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00045799999999999997s
715
+ D, [2015-11-04T11:44:31.511734 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000077')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
716
+ D, [2015-11-04T11:44:31.512097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00029099999999999997s
717
+ D, [2015-11-04T11:44:31.512808 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000079'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000077')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
718
+ D, [2015-11-04T11:44:31.513085 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000228s
719
+ D, [2015-11-04T11:44:31.513734 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000077')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
720
+ D, [2015-11-04T11:44:31.514013 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000231s
721
+ D, [2015-11-04T11:44:31.514895 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
722
+ D, [2015-11-04T11:44:31.515255 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000315s
723
+ D, [2015-11-04T11:44:31.515922 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000077')]}}}
724
+ D, [2015-11-04T11:44:31.516199 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000231s
725
+ D, [2015-11-04T11:44:31.516996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
726
+ D, [2015-11-04T11:44:31.517312 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000256s
727
+ D, [2015-11-04T11:44:31.517880 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
728
+ D, [2015-11-04T11:44:31.518504 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000544s
729
+ D, [2015-11-04T11:44:31.518890 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
730
+ D, [2015-11-04T11:44:31.519441 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00048800000000000004s
731
+ D, [2015-11-04T11:44:31.520427 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007a'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
732
+ D, [2015-11-04T11:44:31.520938 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000441s
733
+ D, [2015-11-04T11:44:31.521963 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007b'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900007a')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
734
+ D, [2015-11-04T11:44:31.522422 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00040899999999999997s
735
+ D, [2015-11-04T11:44:31.523289 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007a')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
736
+ D, [2015-11-04T11:44:31.523629 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000285s
737
+ D, [2015-11-04T11:44:31.524302 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007c'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900007a')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
738
+ D, [2015-11-04T11:44:31.524580 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00023s
739
+ D, [2015-11-04T11:44:31.525277 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007a')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
740
+ D, [2015-11-04T11:44:31.525558 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000231s
741
+ D, [2015-11-04T11:44:31.526292 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
742
+ D, [2015-11-04T11:44:31.526662 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00033s
743
+ D, [2015-11-04T11:44:31.527470 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900007a')]}}}
744
+ D, [2015-11-04T11:44:31.527762 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000241s
745
+ D, [2015-11-04T11:44:31.528952 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
746
+ D, [2015-11-04T11:44:31.529416 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00037s
747
+ D, [2015-11-04T11:44:31.529850 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
748
+ D, [2015-11-04T11:44:31.530290 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000386s
749
+ D, [2015-11-04T11:44:31.530522 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
750
+ D, [2015-11-04T11:44:31.530901 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00033s
751
+ D, [2015-11-04T11:44:31.531914 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007d'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
752
+ D, [2015-11-04T11:44:31.532424 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000461s
753
+ D, [2015-11-04T11:44:31.533471 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007e'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900007d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
754
+ D, [2015-11-04T11:44:31.533934 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000396s
755
+ D, [2015-11-04T11:44:31.534662 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007d')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
756
+ D, [2015-11-04T11:44:31.535009 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000301s
757
+ D, [2015-11-04T11:44:31.535717 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007f'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900007d')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
758
+ D, [2015-11-04T11:44:31.536014 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000244s
759
+ D, [2015-11-04T11:44:31.536654 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900007d')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
760
+ D, [2015-11-04T11:44:31.536938 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000233s
761
+ D, [2015-11-04T11:44:31.537651 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
762
+ D, [2015-11-04T11:44:31.537984 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000292s
763
+ D, [2015-11-04T11:44:31.538768 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900007d')]}}}
764
+ D, [2015-11-04T11:44:31.539069 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000245s
765
+ D, [2015-11-04T11:44:31.540228 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
766
+ D, [2015-11-04T11:44:31.540581 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000284s
767
+ D, [2015-11-04T11:44:31.540912 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
768
+ D, [2015-11-04T11:44:31.541363 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000398s
769
+ D, [2015-11-04T11:44:31.541592 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
770
+ D, [2015-11-04T11:44:31.541988 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000343s
771
+ D, [2015-11-04T11:44:31.543107 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000080'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
772
+ D, [2015-11-04T11:44:31.543621 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000465s
773
+ D, [2015-11-04T11:44:31.544741 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000081'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000080')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
774
+ D, [2015-11-04T11:44:31.545251 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000452s
775
+ D, [2015-11-04T11:44:31.546030 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000080')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
776
+ D, [2015-11-04T11:44:31.546383 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00028700000000000004s
777
+ D, [2015-11-04T11:44:31.547093 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000082'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000080')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
778
+ D, [2015-11-04T11:44:31.547374 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000232s
779
+ D, [2015-11-04T11:44:31.547994 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000080')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
780
+ D, [2015-11-04T11:44:31.548302 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000252s
781
+ D, [2015-11-04T11:44:31.549313 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
782
+ D, [2015-11-04T11:44:31.549670 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000318s
783
+ D, [2015-11-04T11:44:31.550378 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000080')]}}}
784
+ D, [2015-11-04T11:44:31.550670 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000245s
785
+ D, [2015-11-04T11:44:31.551490 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
786
+ D, [2015-11-04T11:44:31.551829 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000274s
787
+ D, [2015-11-04T11:44:31.552136 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
788
+ D, [2015-11-04T11:44:31.552572 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00038199999999999996s
789
+ D, [2015-11-04T11:44:31.552818 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
790
+ D, [2015-11-04T11:44:31.553206 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000341s
791
+ D, [2015-11-04T11:44:31.554195 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000083'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
792
+ D, [2015-11-04T11:44:31.554699 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000457s
793
+ D, [2015-11-04T11:44:31.555799 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000084'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000083')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
794
+ D, [2015-11-04T11:44:31.556372 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000511s
795
+ D, [2015-11-04T11:44:31.557769 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000083')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
796
+ D, [2015-11-04T11:44:31.558410 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000542s
797
+ D, [2015-11-04T11:44:31.559569 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000085'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000083')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
798
+ D, [2015-11-04T11:44:31.559892 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000248s
799
+ D, [2015-11-04T11:44:31.560647 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000083')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
800
+ D, [2015-11-04T11:44:31.561121 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000414s
801
+ D, [2015-11-04T11:44:31.562162 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
802
+ D, [2015-11-04T11:44:31.562534 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000327s
803
+ D, [2015-11-04T11:44:31.563290 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000083')]}}}
804
+ D, [2015-11-04T11:44:31.563580 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000241s
805
+ D, [2015-11-04T11:44:31.564534 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
806
+ D, [2015-11-04T11:44:31.564863 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00027299999999999997s
807
+ D, [2015-11-04T11:44:31.565165 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
808
+ D, [2015-11-04T11:44:31.565625 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000403s
809
+ D, [2015-11-04T11:44:31.565895 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
810
+ D, [2015-11-04T11:44:31.566301 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000353s
811
+ D, [2015-11-04T11:44:31.567350 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000086'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
812
+ D, [2015-11-04T11:44:31.567881 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000483s
813
+ D, [2015-11-04T11:44:31.569179 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000087'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000086')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
814
+ D, [2015-11-04T11:44:31.569678 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000448s
815
+ D, [2015-11-04T11:44:31.570433 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000086')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
816
+ D, [2015-11-04T11:44:31.570805 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00032s
817
+ D, [2015-11-04T11:44:31.571513 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000088'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000086')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
818
+ D, [2015-11-04T11:44:31.571780 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000218s
819
+ D, [2015-11-04T11:44:31.572392 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000086')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
820
+ D, [2015-11-04T11:44:31.572746 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00028599999999999996s
821
+ D, [2015-11-04T11:44:31.573668 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
822
+ D, [2015-11-04T11:44:31.574034 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000326s
823
+ D, [2015-11-04T11:44:31.574758 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000086')]}}}
824
+ D, [2015-11-04T11:44:31.575062 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000254s
825
+ D, [2015-11-04T11:44:31.576110 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
826
+ D, [2015-11-04T11:44:31.576486 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000308s
827
+ D, [2015-11-04T11:44:31.576815 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
828
+ D, [2015-11-04T11:44:31.577261 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000394s
829
+ D, [2015-11-04T11:44:31.577535 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
830
+ D, [2015-11-04T11:44:31.577954 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00036199999999999996s
831
+ D, [2015-11-04T11:44:31.578975 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000089'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
832
+ D, [2015-11-04T11:44:31.579482 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000457s
833
+ D, [2015-11-04T11:44:31.580517 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008a'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000089')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
834
+ D, [2015-11-04T11:44:31.580981 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000415s
835
+ D, [2015-11-04T11:44:31.581678 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000089')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
836
+ D, [2015-11-04T11:44:31.582015 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00028799999999999995s
837
+ D, [2015-11-04T11:44:31.582744 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008b'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000089')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
838
+ D, [2015-11-04T11:44:31.583038 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000248s
839
+ D, [2015-11-04T11:44:31.583740 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000089')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
840
+ D, [2015-11-04T11:44:31.584097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000307s
841
+ D, [2015-11-04T11:44:31.585156 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008c'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:0...
842
+ D, [2015-11-04T11:44:31.585508 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00028900000000000003s
843
+ D, [2015-11-04T11:44:31.586598 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008d'), "title"=>"three", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900008c')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
844
+ D, [2015-11-04T11:44:31.587040 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000379s
845
+ D, [2015-11-04T11:44:31.587756 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008c')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
846
+ D, [2015-11-04T11:44:31.588085 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00027800000000000004s
847
+ D, [2015-11-04T11:44:31.588859 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "limit"=>1, "sort"=>{"age"=>1}}
848
+ D, [2015-11-04T11:44:31.589210 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000313s
849
+ D, [2015-11-04T11:44:31.589896 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000089')]}}}
850
+ D, [2015-11-04T11:44:31.590175 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000232s
851
+ D, [2015-11-04T11:44:31.590675 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "limit"=>1, "sort"=>{"age"=>1}}
852
+ D, [2015-11-04T11:44:31.591071 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000328s
853
+ D, [2015-11-04T11:44:31.591979 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
854
+ D, [2015-11-04T11:44:31.592437 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000374s
855
+ D, [2015-11-04T11:44:31.592830 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
856
+ D, [2015-11-04T11:44:31.593462 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000551s
857
+ D, [2015-11-04T11:44:31.593826 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
858
+ D, [2015-11-04T11:44:31.594374 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00047500000000000005s
859
+ D, [2015-11-04T11:44:31.595746 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008e'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
860
+ D, [2015-11-04T11:44:31.596255 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00046s
861
+ D, [2015-11-04T11:44:31.597458 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008f'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900008e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
862
+ D, [2015-11-04T11:44:31.598007 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000489s
863
+ D, [2015-11-04T11:44:31.598749 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008e')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
864
+ D, [2015-11-04T11:44:31.599061 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000263s
865
+ D, [2015-11-04T11:44:31.599765 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000090'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc141492900008e')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
866
+ D, [2015-11-04T11:44:31.600040 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00022600000000000002s
867
+ D, [2015-11-04T11:44:31.600639 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc141492900008e')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
868
+ D, [2015-11-04T11:44:31.600931 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000244s
869
+ D, [2015-11-04T11:44:31.601895 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000091'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn5", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
870
+ D, [2015-11-04T11:44:31.602182 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000241s
871
+ D, [2015-11-04T11:44:31.603054 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000092'), "title"=>"three", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000091')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
872
+ D, [2015-11-04T11:44:31.603358 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025699999999999996s
873
+ D, [2015-11-04T11:44:31.603976 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000091')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
874
+ D, [2015-11-04T11:44:31.604281 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00025699999999999996s
875
+ D, [2015-11-04T11:44:31.604976 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "limit"=>1, "sort"=>{"age"=>1}}
876
+ D, [2015-11-04T11:44:31.605325 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00030700000000000004s
877
+ D, [2015-11-04T11:44:31.606043 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900008e')]}}}
878
+ D, [2015-11-04T11:44:31.606484 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000343s
879
+ D, [2015-11-04T11:44:31.607879 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
880
+ D, [2015-11-04T11:44:31.608281 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000316s
881
+ D, [2015-11-04T11:44:31.608624 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
882
+ D, [2015-11-04T11:44:31.609083 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000408s
883
+ D, [2015-11-04T11:44:31.609328 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
884
+ D, [2015-11-04T11:44:31.609715 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000337s
885
+ D, [2015-11-04T11:44:31.610780 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000093'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
886
+ D, [2015-11-04T11:44:31.611308 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00046s
887
+ D, [2015-11-04T11:44:31.612390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000094'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000093')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
888
+ D, [2015-11-04T11:44:31.612853 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000416s
889
+ D, [2015-11-04T11:44:31.613561 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000093')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
890
+ D, [2015-11-04T11:44:31.613904 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000298s
891
+ D, [2015-11-04T11:44:31.614564 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000095'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000093')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
892
+ D, [2015-11-04T11:44:31.614847 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000238s
893
+ D, [2015-11-04T11:44:31.615518 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000093')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
894
+ D, [2015-11-04T11:44:31.615829 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00025100000000000003s
895
+ D, [2015-11-04T11:44:31.616886 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000096'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
896
+ D, [2015-11-04T11:44:31.617183 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000254s
897
+ D, [2015-11-04T11:44:31.618067 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000097'), "title"=>"three", "person_id"=>BSON::ObjectId('563a0bbf6fc1414929000096')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
898
+ D, [2015-11-04T11:44:31.618345 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000229s
899
+ D, [2015-11-04T11:44:31.619324 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000096')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
900
+ D, [2015-11-04T11:44:31.619782 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000391s
901
+ D, [2015-11-04T11:44:31.620567 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "limit"=>1, "sort"=>{"age"=>1}}
902
+ D, [2015-11-04T11:44:31.620966 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000358s
903
+ D, [2015-11-04T11:44:31.621678 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000093')]}}}
904
+ D, [2015-11-04T11:44:31.621980 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000248s
905
+ D, [2015-11-04T11:44:31.623137 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
906
+ D, [2015-11-04T11:44:31.623471 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026900000000000003s
907
+ D, [2015-11-04T11:44:31.623786 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
908
+ D, [2015-11-04T11:44:31.624210 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000374s
909
+ D, [2015-11-04T11:44:31.624443 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
910
+ D, [2015-11-04T11:44:31.624901 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039s
911
+ D, [2015-11-04T11:44:31.626270 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000098'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
912
+ D, [2015-11-04T11:44:31.626777 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000456s
913
+ D, [2015-11-04T11:44:31.628339 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc1414929000099'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc1414929000098')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
914
+ D, [2015-11-04T11:44:31.628864 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000472s
915
+ D, [2015-11-04T11:44:31.629575 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000098')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc1414929000099')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
916
+ D, [2015-11-04T11:44:31.629996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000367s
917
+ D, [2015-11-04T11:44:31.630770 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009a'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc1414929000098')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
918
+ D, [2015-11-04T11:44:31.631043 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000226s
919
+ D, [2015-11-04T11:44:31.631629 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000098')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc141492900009a')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
920
+ D, [2015-11-04T11:44:31.632117 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000372s
921
+ D, [2015-11-04T11:44:31.633044 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
922
+ D, [2015-11-04T11:44:31.633465 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000361s
923
+ D, [2015-11-04T11:44:31.634560 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc1414929000099'), BSON::ObjectId('563a0bbf6fc141492900009a')]}}}
924
+ D, [2015-11-04T11:44:31.634930 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000317s
925
+ D, [2015-11-04T11:44:31.635805 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
926
+ D, [2015-11-04T11:44:31.636249 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00036s
927
+ D, [2015-11-04T11:44:31.636677 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
928
+ D, [2015-11-04T11:44:31.637206 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00046s
929
+ D, [2015-11-04T11:44:31.637558 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
930
+ D, [2015-11-04T11:44:31.637984 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000367s
931
+ D, [2015-11-04T11:44:31.639166 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009b'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
932
+ D, [2015-11-04T11:44:31.639756 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000537s
933
+ D, [2015-11-04T11:44:31.641002 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009c'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc141492900009b')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
934
+ D, [2015-11-04T11:44:31.641520 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00045900000000000004s
935
+ D, [2015-11-04T11:44:31.642221 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009b')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc141492900009c')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
936
+ D, [2015-11-04T11:44:31.642638 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000366s
937
+ D, [2015-11-04T11:44:31.643418 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009d'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc141492900009b')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
938
+ D, [2015-11-04T11:44:31.643700 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000234s
939
+ D, [2015-11-04T11:44:31.644312 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009b')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc141492900009d')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
940
+ D, [2015-11-04T11:44:31.644680 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000315s
941
+ D, [2015-11-04T11:44:31.645310 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
942
+ D, [2015-11-04T11:44:31.645637 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000288s
943
+ D, [2015-11-04T11:44:31.646361 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009c'), BSON::ObjectId('563a0bbf6fc141492900009d')]}}}
944
+ D, [2015-11-04T11:44:31.646687 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000281s
945
+ D, [2015-11-04T11:44:31.647653 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
946
+ D, [2015-11-04T11:44:31.648013 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000295s
947
+ D, [2015-11-04T11:44:31.648325 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
948
+ D, [2015-11-04T11:44:31.648764 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039099999999999996s
949
+ D, [2015-11-04T11:44:31.649007 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
950
+ D, [2015-11-04T11:44:31.649401 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000345s
951
+ D, [2015-11-04T11:44:31.650424 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009e'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
952
+ D, [2015-11-04T11:44:31.650948 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000473s
953
+ D, [2015-11-04T11:44:31.661086 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc141492900009f'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc141492900009e')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
954
+ D, [2015-11-04T11:44:31.661849 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000671s
955
+ D, [2015-11-04T11:44:31.662609 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009e')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc141492900009f')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
956
+ D, [2015-11-04T11:44:31.663033 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000375s
957
+ D, [2015-11-04T11:44:31.663861 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a0'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc141492900009e')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
958
+ D, [2015-11-04T11:44:31.664149 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00024s
959
+ D, [2015-11-04T11:44:31.665243 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009e')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a0')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
960
+ D, [2015-11-04T11:44:31.665644 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000348s
961
+ D, [2015-11-04T11:44:31.666332 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
962
+ D, [2015-11-04T11:44:31.666675 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000304s
963
+ D, [2015-11-04T11:44:31.667555 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc141492900009f'), BSON::ObjectId('563a0bbf6fc14149290000a0')]}}}
964
+ D, [2015-11-04T11:44:31.667898 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000296s
965
+ D, [2015-11-04T11:44:31.668989 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
966
+ D, [2015-11-04T11:44:31.669309 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000261s
967
+ D, [2015-11-04T11:44:31.669639 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
968
+ D, [2015-11-04T11:44:31.670097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00040699999999999997s
969
+ D, [2015-11-04T11:44:31.670337 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
970
+ D, [2015-11-04T11:44:31.670769 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000375s
971
+ D, [2015-11-04T11:44:31.671841 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a1'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
972
+ D, [2015-11-04T11:44:31.672432 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000449s
973
+ D, [2015-11-04T11:44:31.674189 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a2'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a1')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
974
+ D, [2015-11-04T11:44:31.674708 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00045900000000000004s
975
+ D, [2015-11-04T11:44:31.675410 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a1')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a2')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
976
+ D, [2015-11-04T11:44:31.676347 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000885s
977
+ D, [2015-11-04T11:44:31.677670 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a3'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a1')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
978
+ D, [2015-11-04T11:44:31.678039 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000316s
979
+ D, [2015-11-04T11:44:31.679102 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a1')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a3')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
980
+ D, [2015-11-04T11:44:31.679513 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000357s
981
+ D, [2015-11-04T11:44:31.680636 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
982
+ D, [2015-11-04T11:44:31.681424 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000744s
983
+ D, [2015-11-04T11:44:31.682565 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a2'), BSON::ObjectId('563a0bbf6fc14149290000a3')]}}}
984
+ D, [2015-11-04T11:44:31.682888 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000274s
985
+ D, [2015-11-04T11:44:31.684079 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
986
+ D, [2015-11-04T11:44:31.684444 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000306s
987
+ D, [2015-11-04T11:44:31.684905 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
988
+ D, [2015-11-04T11:44:31.685356 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.0004s
989
+ D, [2015-11-04T11:44:31.685606 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
990
+ D, [2015-11-04T11:44:31.686011 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00035600000000000003s
991
+ D, [2015-11-04T11:44:31.687093 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a4'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn0", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
992
+ D, [2015-11-04T11:44:31.687617 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00048s
993
+ D, [2015-11-04T11:44:31.688780 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a5'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a4')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
994
+ D, [2015-11-04T11:44:31.689284 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00043299999999999995s
995
+ D, [2015-11-04T11:44:31.689942 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a4')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a5')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
996
+ D, [2015-11-04T11:44:31.690393 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000405s
997
+ D, [2015-11-04T11:44:31.691172 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a6'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a4')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
998
+ D, [2015-11-04T11:44:31.691494 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000285s
999
+ D, [2015-11-04T11:44:31.692154 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a4')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a6')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1000
+ D, [2015-11-04T11:44:31.692536 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00033200000000000005s
1001
+ D, [2015-11-04T11:44:31.693230 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1002
+ D, [2015-11-04T11:44:31.693609 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000306s
1003
+ D, [2015-11-04T11:44:31.694378 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a5'), BSON::ObjectId('563a0bbf6fc14149290000a6')]}}}
1004
+ D, [2015-11-04T11:44:31.694690 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000264s
1005
+ D, [2015-11-04T11:44:31.695726 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1006
+ D, [2015-11-04T11:44:31.696097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026399999999999997s
1007
+ D, [2015-11-04T11:44:31.696398 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1008
+ D, [2015-11-04T11:44:31.696824 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037799999999999997s
1009
+ D, [2015-11-04T11:44:31.697126 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
1010
+ D, [2015-11-04T11:44:31.697545 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000361s
1011
+ D, [2015-11-04T11:44:31.698595 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a7'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn0", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1012
+ D, [2015-11-04T11:44:31.699138 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000497s
1013
+ D, [2015-11-04T11:44:31.700323 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a8'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a7')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1014
+ D, [2015-11-04T11:44:31.700841 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000448s
1015
+ D, [2015-11-04T11:44:31.701510 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a7')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a8')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1016
+ D, [2015-11-04T11:44:31.701933 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000376s
1017
+ D, [2015-11-04T11:44:31.702729 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000a9'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000a7')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1018
+ D, [2015-11-04T11:44:31.703078 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00030000000000000003s
1019
+ D, [2015-11-04T11:44:31.703693 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a7')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000a9')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1020
+ D, [2015-11-04T11:44:31.704030 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000289s
1021
+ D, [2015-11-04T11:44:31.704685 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1022
+ D, [2015-11-04T11:44:31.705025 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000301s
1023
+ D, [2015-11-04T11:44:31.705924 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000a8'), BSON::ObjectId('563a0bbf6fc14149290000a9')]}}}
1024
+ D, [2015-11-04T11:44:31.706263 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000282s
1025
+ D, [2015-11-04T11:44:31.707727 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1026
+ D, [2015-11-04T11:44:31.708304 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000441s
1027
+ D, [2015-11-04T11:44:31.708848 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1028
+ D, [2015-11-04T11:44:31.709340 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000445s
1029
+ D, [2015-11-04T11:44:31.709582 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
1030
+ D, [2015-11-04T11:44:31.709992 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000332s
1031
+ D, [2015-11-04T11:44:31.711146 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000aa'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1032
+ D, [2015-11-04T11:44:31.711686 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000494s
1033
+ D, [2015-11-04T11:44:31.712891 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ab'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000aa')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1034
+ D, [2015-11-04T11:44:31.713357 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000417s
1035
+ D, [2015-11-04T11:44:31.714065 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000aa')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000ab')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1036
+ D, [2015-11-04T11:44:31.714523 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000355s
1037
+ D, [2015-11-04T11:44:31.715343 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ac'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000aa')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1038
+ D, [2015-11-04T11:44:31.715656 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00026599999999999996s
1039
+ D, [2015-11-04T11:44:31.716349 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000aa')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000ac')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1040
+ D, [2015-11-04T11:44:31.716726 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00032100000000000005s
1041
+ D, [2015-11-04T11:44:31.717510 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
1042
+ D, [2015-11-04T11:44:31.717861 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000308s
1043
+ D, [2015-11-04T11:44:31.718615 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000ab'), BSON::ObjectId('563a0bbf6fc14149290000ac')]}}}
1044
+ D, [2015-11-04T11:44:31.718958 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000295s
1045
+ D, [2015-11-04T11:44:31.719745 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1046
+ D, [2015-11-04T11:44:31.720059 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000255s
1047
+ D, [2015-11-04T11:44:31.720335 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1048
+ D, [2015-11-04T11:44:31.720783 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000403s
1049
+ D, [2015-11-04T11:44:31.721001 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
1050
+ D, [2015-11-04T11:44:31.721398 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000343s
1051
+ D, [2015-11-04T11:44:31.722434 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ad'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1052
+ D, [2015-11-04T11:44:31.723049 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005600000000000001s
1053
+ D, [2015-11-04T11:44:31.724274 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ae'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000ad')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1054
+ D, [2015-11-04T11:44:31.725110 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000786s
1055
+ D, [2015-11-04T11:44:31.725818 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000ad')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000ae')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1056
+ D, [2015-11-04T11:44:31.726299 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000405s
1057
+ D, [2015-11-04T11:44:31.727107 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000af'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000ad')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1058
+ D, [2015-11-04T11:44:31.727461 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000307s
1059
+ D, [2015-11-04T11:44:31.728104 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000ad')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000af')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1060
+ D, [2015-11-04T11:44:31.728478 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000322s
1061
+ D, [2015-11-04T11:44:31.729165 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
1062
+ D, [2015-11-04T11:44:31.729540 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00029499999999999996s
1063
+ D, [2015-11-04T11:44:31.730337 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000ae'), BSON::ObjectId('563a0bbf6fc14149290000af')]}}}
1064
+ D, [2015-11-04T11:44:31.730640 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000256s
1065
+ D, [2015-11-04T11:44:31.731641 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1066
+ D, [2015-11-04T11:44:31.732004 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000276s
1067
+ D, [2015-11-04T11:44:31.732330 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1068
+ D, [2015-11-04T11:44:31.732766 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000365s
1069
+ D, [2015-11-04T11:44:31.732991 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
1070
+ D, [2015-11-04T11:44:31.733399 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000354s
1071
+ D, [2015-11-04T11:44:31.734454 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b0'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1072
+ D, [2015-11-04T11:44:31.734949 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000446s
1073
+ D, [2015-11-04T11:44:31.736111 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b1'), "name"=>"one", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000b0')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1074
+ D, [2015-11-04T11:44:31.736565 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000405s
1075
+ D, [2015-11-04T11:44:31.737286 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b0')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000b1')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1076
+ D, [2015-11-04T11:44:31.737699 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00036s
1077
+ D, [2015-11-04T11:44:31.738453 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"preferences", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b2'), "name"=>"two", "person_ids"=>[BSON::ObjectId('563a0bbf6fc14149290000b0')]}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1078
+ D, [2015-11-04T11:44:31.738761 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000242s
1079
+ D, [2015-11-04T11:44:31.739425 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b0')]}}]}, "u"=>{"$addToSet"=>{"preference_ids"=>BSON::ObjectId('563a0bbf6fc14149290000b2')}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:...
1080
+ D, [2015-11-04T11:44:31.739793 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00031400000000000004s
1081
+ D, [2015-11-04T11:44:31.740467 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
1082
+ D, [2015-11-04T11:44:31.740801 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00029299999999999997s
1083
+ D, [2015-11-04T11:44:31.741590 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"preferences", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b1'), BSON::ObjectId('563a0bbf6fc14149290000b2')]}}}
1084
+ D, [2015-11-04T11:44:31.741923 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000281s
1085
+ D, [2015-11-04T11:44:31.743114 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1086
+ D, [2015-11-04T11:44:31.743486 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000312s
1087
+ D, [2015-11-04T11:44:31.743779 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1088
+ D, [2015-11-04T11:44:31.744210 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000386s
1089
+ D, [2015-11-04T11:44:31.744593 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"preferences"}
1090
+ D, [2015-11-04T11:44:31.745161 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00045s
1091
+ D, [2015-11-04T11:44:31.746584 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b3'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
1092
+ D, [2015-11-04T11:44:31.747152 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00047400000000000003s
1093
+ D, [2015-11-04T11:44:31.748370 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b4'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b3')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1094
+ D, [2015-11-04T11:44:31.748837 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000411s
1095
+ D, [2015-11-04T11:44:31.749518 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b3')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1096
+ D, [2015-11-04T11:44:31.749862 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00029200000000000005s
1097
+ D, [2015-11-04T11:44:31.750605 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b5'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b3')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1098
+ D, [2015-11-04T11:44:31.750909 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025499999999999996s
1099
+ D, [2015-11-04T11:44:31.751416 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b3')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1100
+ D, [2015-11-04T11:44:31.751728 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000273s
1101
+ D, [2015-11-04T11:44:31.752428 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1102
+ D, [2015-11-04T11:44:31.752817 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000347s
1103
+ D, [2015-11-04T11:44:31.753511 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b3')]}}}
1104
+ D, [2015-11-04T11:44:31.753790 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000232s
1105
+ D, [2015-11-04T11:44:31.754574 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1106
+ D, [2015-11-04T11:44:31.754899 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026700000000000004s
1107
+ D, [2015-11-04T11:44:31.755266 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1108
+ D, [2015-11-04T11:44:31.755695 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000377s
1109
+ D, [2015-11-04T11:44:31.755923 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1110
+ D, [2015-11-04T11:44:31.756306 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00033299999999999996s
1111
+ D, [2015-11-04T11:44:31.757591 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b6'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1112
+ D, [2015-11-04T11:44:31.758379 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000648s
1113
+ D, [2015-11-04T11:44:31.759895 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b7'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b6')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1114
+ D, [2015-11-04T11:44:31.760474 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000513s
1115
+ D, [2015-11-04T11:44:31.761140 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b6')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1116
+ D, [2015-11-04T11:44:31.761516 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000318s
1117
+ D, [2015-11-04T11:44:31.762240 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b8'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b6')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1118
+ D, [2015-11-04T11:44:31.762585 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000298s
1119
+ D, [2015-11-04T11:44:31.763169 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b6')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1120
+ D, [2015-11-04T11:44:31.763486 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000266s
1121
+ D, [2015-11-04T11:44:31.764185 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1122
+ D, [2015-11-04T11:44:31.764556 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000307s
1123
+ D, [2015-11-04T11:44:31.765272 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b6')]}}}
1124
+ D, [2015-11-04T11:44:31.765545 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000228s
1125
+ D, [2015-11-04T11:44:31.766583 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1126
+ D, [2015-11-04T11:44:31.766935 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000285s
1127
+ D, [2015-11-04T11:44:31.767282 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1128
+ D, [2015-11-04T11:44:31.767721 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039s
1129
+ D, [2015-11-04T11:44:31.767959 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1130
+ D, [2015-11-04T11:44:31.768396 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000382s
1131
+ D, [2015-11-04T11:44:31.769413 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b9'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1132
+ D, [2015-11-04T11:44:31.769906 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000443s
1133
+ D, [2015-11-04T11:44:31.770989 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ba'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b9')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1134
+ D, [2015-11-04T11:44:31.771484 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000424s
1135
+ D, [2015-11-04T11:44:31.772084 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b9')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1136
+ D, [2015-11-04T11:44:31.772387 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000254s
1137
+ D, [2015-11-04T11:44:31.773185 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bb'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000b9')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1138
+ D, [2015-11-04T11:44:31.773460 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00022700000000000002s
1139
+ D, [2015-11-04T11:44:31.773978 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000b9')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1140
+ D, [2015-11-04T11:44:31.774278 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000251s
1141
+ D, [2015-11-04T11:44:31.774988 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1142
+ D, [2015-11-04T11:44:31.775318 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000325s
1143
+ D, [2015-11-04T11:44:31.775988 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000b9')]}}}
1144
+ D, [2015-11-04T11:44:31.776282 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000228s
1145
+ D, [2015-11-04T11:44:31.777328 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1146
+ D, [2015-11-04T11:44:31.777647 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000258s
1147
+ D, [2015-11-04T11:44:31.777925 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1148
+ D, [2015-11-04T11:44:31.778390 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000408s
1149
+ D, [2015-11-04T11:44:31.778648 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1150
+ D, [2015-11-04T11:44:31.779097 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00039499999999999995s
1151
+ D, [2015-11-04T11:44:31.780180 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bc'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1152
+ D, [2015-11-04T11:44:31.780698 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00047s
1153
+ D, [2015-11-04T11:44:31.781797 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bd'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000bc')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1154
+ D, [2015-11-04T11:44:31.782236 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00039s
1155
+ D, [2015-11-04T11:44:31.782849 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bc')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1156
+ D, [2015-11-04T11:44:31.783152 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000256s
1157
+ D, [2015-11-04T11:44:31.783859 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000be'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000bc')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1158
+ D, [2015-11-04T11:44:31.784191 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000287s
1159
+ D, [2015-11-04T11:44:31.784695 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bc')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1160
+ D, [2015-11-04T11:44:31.784980 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00023700000000000001s
1161
+ D, [2015-11-04T11:44:31.785712 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1162
+ D, [2015-11-04T11:44:31.786066 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000317s
1163
+ D, [2015-11-04T11:44:31.786767 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000bc')]}}}
1164
+ D, [2015-11-04T11:44:31.787060 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000249s
1165
+ D, [2015-11-04T11:44:31.787855 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1166
+ D, [2015-11-04T11:44:31.788365 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00037200000000000004s
1167
+ D, [2015-11-04T11:44:31.788885 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1168
+ D, [2015-11-04T11:44:31.789397 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000455s
1169
+ D, [2015-11-04T11:44:31.789704 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1170
+ D, [2015-11-04T11:44:31.790158 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.0004s
1171
+ D, [2015-11-04T11:44:31.791245 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bf'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1172
+ D, [2015-11-04T11:44:31.791812 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000508s
1173
+ D, [2015-11-04T11:44:31.793046 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c0'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000bf')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1174
+ D, [2015-11-04T11:44:31.793545 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00042s
1175
+ D, [2015-11-04T11:44:31.794149 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bf')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1176
+ D, [2015-11-04T11:44:31.794474 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000277s
1177
+ D, [2015-11-04T11:44:31.795220 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c1'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000bf')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1178
+ D, [2015-11-04T11:44:31.795491 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000222s
1179
+ D, [2015-11-04T11:44:31.796014 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000bf')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1180
+ D, [2015-11-04T11:44:31.796339 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000246s
1181
+ D, [2015-11-04T11:44:31.797078 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1182
+ D, [2015-11-04T11:44:31.797451 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000326s
1183
+ D, [2015-11-04T11:44:31.798191 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000bf')]}}}
1184
+ D, [2015-11-04T11:44:31.798478 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023700000000000001s
1185
+ D, [2015-11-04T11:44:31.798932 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1186
+ D, [2015-11-04T11:44:31.799241 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000239s
1187
+ D, [2015-11-04T11:44:31.799995 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1188
+ D, [2015-11-04T11:44:31.800338 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000281s
1189
+ D, [2015-11-04T11:44:31.800653 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1190
+ D, [2015-11-04T11:44:31.801067 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000366s
1191
+ D, [2015-11-04T11:44:31.801332 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1192
+ D, [2015-11-04T11:44:31.801746 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000367s
1193
+ D, [2015-11-04T11:44:31.802757 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c2'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn8", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1194
+ D, [2015-11-04T11:44:31.803236 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000433s
1195
+ D, [2015-11-04T11:44:31.804299 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c3'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c2')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1196
+ D, [2015-11-04T11:44:31.804747 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000401s
1197
+ D, [2015-11-04T11:44:31.805375 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c2')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1198
+ D, [2015-11-04T11:44:31.805705 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000276s
1199
+ D, [2015-11-04T11:44:31.806497 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c4'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c2')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1200
+ D, [2015-11-04T11:44:31.806806 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000257s
1201
+ D, [2015-11-04T11:44:31.807725 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c2')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1202
+ D, [2015-11-04T11:44:31.808412 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.0005679999999999999s
1203
+ D, [2015-11-04T11:44:31.809698 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
1204
+ D, [2015-11-04T11:44:31.810118 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000344s
1205
+ D, [2015-11-04T11:44:31.810921 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000c2')]}}}
1206
+ D, [2015-11-04T11:44:31.811235 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026s
1207
+ D, [2015-11-04T11:44:31.812171 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1208
+ D, [2015-11-04T11:44:31.812525 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000294s
1209
+ D, [2015-11-04T11:44:31.812839 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1210
+ D, [2015-11-04T11:44:31.813271 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000384s
1211
+ D, [2015-11-04T11:44:31.813523 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1212
+ D, [2015-11-04T11:44:31.813923 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000351s
1213
+ D, [2015-11-04T11:44:31.815006 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c5'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1214
+ D, [2015-11-04T11:44:31.815576 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000487s
1215
+ D, [2015-11-04T11:44:31.816651 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c6'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c5')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1216
+ D, [2015-11-04T11:44:31.817121 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00042199999999999996s
1217
+ D, [2015-11-04T11:44:31.817738 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c5')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1218
+ D, [2015-11-04T11:44:31.818110 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000307s
1219
+ D, [2015-11-04T11:44:31.818823 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c7'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c5')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1220
+ D, [2015-11-04T11:44:31.819126 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025699999999999996s
1221
+ D, [2015-11-04T11:44:31.819637 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c5')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1222
+ D, [2015-11-04T11:44:31.819933 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000232s
1223
+ D, [2015-11-04T11:44:31.820617 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>-1}}
1224
+ D, [2015-11-04T11:44:31.820955 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.0003s
1225
+ D, [2015-11-04T11:44:31.821631 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000c5')]}}}
1226
+ D, [2015-11-04T11:44:31.821904 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00022500000000000002s
1227
+ D, [2015-11-04T11:44:31.822429 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1228
+ D, [2015-11-04T11:44:31.822726 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000249s
1229
+ D, [2015-11-04T11:44:31.823540 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1230
+ D, [2015-11-04T11:44:31.823887 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028199999999999997s
1231
+ D, [2015-11-04T11:44:31.824193 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1232
+ D, [2015-11-04T11:44:31.824637 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037499999999999995s
1233
+ D, [2015-11-04T11:44:31.824882 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1234
+ D, [2015-11-04T11:44:31.825291 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000361s
1235
+ D, [2015-11-04T11:44:31.826286 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c8'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1236
+ D, [2015-11-04T11:44:31.826790 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00044s
1237
+ D, [2015-11-04T11:44:31.827918 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c9'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c8')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1238
+ D, [2015-11-04T11:44:31.828429 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00045999999999999996s
1239
+ D, [2015-11-04T11:44:31.829052 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c8')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1240
+ D, [2015-11-04T11:44:31.829418 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.00031299999999999996s
1241
+ D, [2015-11-04T11:44:31.830178 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ca'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000c8')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1242
+ D, [2015-11-04T11:44:31.830468 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000242s
1243
+ D, [2015-11-04T11:44:31.831060 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000c8')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1244
+ D, [2015-11-04T11:44:31.831368 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000281s
1245
+ D, [2015-11-04T11:44:31.832268 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000cb'), "age"=>100, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00...
1246
+ D, [2015-11-04T11:44:31.832591 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000276s
1247
+ D, [2015-11-04T11:44:31.833512 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000cc'), "title"=>"three", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000cb')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1248
+ D, [2015-11-04T11:44:31.833829 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025899999999999995s
1249
+ D, [2015-11-04T11:44:31.834358 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000cb')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1250
+ D, [2015-11-04T11:44:31.834671 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000265s
1251
+ D, [2015-11-04T11:44:31.835613 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "limit"=>1, "sort"=>{"age"=>1}}
1252
+ D, [2015-11-04T11:44:31.835981 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00032500000000000004s
1253
+ D, [2015-11-04T11:44:31.836737 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000c8')]}}}
1254
+ D, [2015-11-04T11:44:31.837040 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000233s
1255
+ D, [2015-11-04T11:44:31.838009 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1256
+ D, [2015-11-04T11:44:31.838380 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000285s
1257
+ D, [2015-11-04T11:44:31.838717 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1258
+ D, [2015-11-04T11:44:31.839148 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00037299999999999996s
1259
+ D, [2015-11-04T11:44:31.839461 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1260
+ D, [2015-11-04T11:44:31.840029 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000503s
1261
+ D, [2015-11-04T11:44:31.841729 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000cd'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn4", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1262
+ D, [2015-11-04T11:44:31.842343 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005430000000000001s
1263
+ D, [2015-11-04T11:44:31.844159 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000cd')}}
1264
+ D, [2015-11-04T11:44:31.844416 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000204s
1265
+ D, [2015-11-04T11:44:31.845434 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ce'), "high_score"=>500, "score"=>0, "name"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000cd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1266
+ D, [2015-11-04T11:44:31.845966 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000483s
1267
+ D, [2015-11-04T11:44:31.847072 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | STARTED | {"delete"=>"games", "deletes"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000ce')}, "limit"=>1}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1268
+ D, [2015-11-04T11:44:31.847898 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | SUCCEEDED | 0.000749s
1269
+ D, [2015-11-04T11:44:31.848887 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000cf'), "high_score"=>500, "score"=>0, "name"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000cd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1270
+ D, [2015-11-04T11:44:31.849254 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000271s
1271
+ D, [2015-11-04T11:44:31.850521 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1272
+ D, [2015-11-04T11:44:31.850922 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000359s
1273
+ D, [2015-11-04T11:44:31.851727 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000cd')]}}}
1274
+ D, [2015-11-04T11:44:31.852011 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000238s
1275
+ D, [2015-11-04T11:44:31.852880 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1276
+ D, [2015-11-04T11:44:31.853256 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000312s
1277
+ D, [2015-11-04T11:44:31.853655 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1278
+ D, [2015-11-04T11:44:31.854122 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00041799999999999997s
1279
+ D, [2015-11-04T11:44:31.854367 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"games"}
1280
+ D, [2015-11-04T11:44:31.854786 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000349s
1281
+ D, [2015-11-04T11:44:31.855879 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d0'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn2", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1282
+ D, [2015-11-04T11:44:31.856474 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000534s
1283
+ D, [2015-11-04T11:44:31.858584 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d0')}}
1284
+ D, [2015-11-04T11:44:31.858983 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000301s
1285
+ D, [2015-11-04T11:44:31.860128 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d1'), "high_score"=>500, "score"=>0, "name"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d0')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1286
+ D, [2015-11-04T11:44:31.860785 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000592s
1287
+ D, [2015-11-04T11:44:31.861902 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | STARTED | {"delete"=>"games", "deletes"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d1')}, "limit"=>1}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1288
+ D, [2015-11-04T11:44:31.862209 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | SUCCEEDED | 0.000261s
1289
+ D, [2015-11-04T11:44:31.862965 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d2'), "high_score"=>500, "score"=>0, "name"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d0')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1290
+ D, [2015-11-04T11:44:31.863249 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00025299999999999997s
1291
+ D, [2015-11-04T11:44:31.864550 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d3'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn7", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1292
+ D, [2015-11-04T11:44:31.864843 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000245s
1293
+ D, [2015-11-04T11:44:31.865716 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d3')}}
1294
+ D, [2015-11-04T11:44:31.866031 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000246s
1295
+ D, [2015-11-04T11:44:31.866784 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d4'), "high_score"=>500, "score"=>0, "name"=>"Skyrim", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d3')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1296
+ D, [2015-11-04T11:44:31.867181 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00034599999999999995s
1297
+ D, [2015-11-04T11:44:31.868565 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d0')}, "limit"=>1, "sort"=>{"age"=>1}}
1298
+ D, [2015-11-04T11:44:31.868921 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000313s
1299
+ D, [2015-11-04T11:44:31.869620 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000d0')]}}}
1300
+ D, [2015-11-04T11:44:31.869937 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023400000000000002s
1301
+ D, [2015-11-04T11:44:31.870898 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1302
+ D, [2015-11-04T11:44:31.871224 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00026399999999999997s
1303
+ D, [2015-11-04T11:44:31.871534 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1304
+ D, [2015-11-04T11:44:31.872038 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00043099999999999996s
1305
+ D, [2015-11-04T11:44:31.872434 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"games"}
1306
+ D, [2015-11-04T11:44:31.872872 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000378s
1307
+ D, [2015-11-04T11:44:31.874393 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d5'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn6", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1308
+ D, [2015-11-04T11:44:31.875131 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0006519999999999999s
1309
+ D, [2015-11-04T11:44:31.876448 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d5')}}
1310
+ D, [2015-11-04T11:44:31.876709 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000209s
1311
+ D, [2015-11-04T11:44:31.877631 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d6'), "high_score"=>500, "score"=>0, "name"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d5')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1312
+ D, [2015-11-04T11:44:31.878440 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000743s
1313
+ D, [2015-11-04T11:44:31.879735 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d7'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn1", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1314
+ D, [2015-11-04T11:44:31.880056 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000277s
1315
+ D, [2015-11-04T11:44:31.880901 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d7')}}
1316
+ D, [2015-11-04T11:44:31.881162 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000212s
1317
+ D, [2015-11-04T11:44:31.882025 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d8'), "high_score"=>500, "score"=>0, "name"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d7')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1318
+ D, [2015-11-04T11:44:31.882430 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000361s
1319
+ D, [2015-11-04T11:44:31.883629 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{}}
1320
+ D, [2015-11-04T11:44:31.884036 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000337s
1321
+ D, [2015-11-04T11:44:31.884896 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000d5'), BSON::ObjectId('563a0bbf6fc14149290000d7')]}}}
1322
+ D, [2015-11-04T11:44:31.885313 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000369s
1323
+ D, [2015-11-04T11:44:31.885857 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{}}
1324
+ D, [2015-11-04T11:44:31.886152 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000242s
1325
+ D, [2015-11-04T11:44:31.887022 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1326
+ D, [2015-11-04T11:44:31.887462 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00037099999999999996s
1327
+ D, [2015-11-04T11:44:31.887806 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1328
+ D, [2015-11-04T11:44:31.888277 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000413s
1329
+ D, [2015-11-04T11:44:31.888555 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"games"}
1330
+ D, [2015-11-04T11:44:31.888996 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00038199999999999996s
1331
+ D, [2015-11-04T11:44:31.890069 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000d9'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn3", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1332
+ D, [2015-11-04T11:44:31.890650 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.0005340000000000001s
1333
+ D, [2015-11-04T11:44:31.891762 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d9')}}
1334
+ D, [2015-11-04T11:44:31.892056 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00023700000000000001s
1335
+ D, [2015-11-04T11:44:31.892959 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000da'), "high_score"=>500, "score"=>0, "name"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000d9')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1336
+ D, [2015-11-04T11:44:31.893458 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00044500000000000003s
1337
+ D, [2015-11-04T11:44:31.894808 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000db'), "age"=>2, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn9", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:0...
1338
+ D, [2015-11-04T11:44:31.895142 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000282s
1339
+ D, [2015-11-04T11:44:31.895998 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000db')}}
1340
+ D, [2015-11-04T11:44:31.896246 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00020800000000000001s
1341
+ D, [2015-11-04T11:44:31.896951 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000dc'), "high_score"=>500, "score"=>0, "name"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000db')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1342
+ D, [2015-11-04T11:44:31.897230 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000234s
1343
+ D, [2015-11-04T11:44:31.898431 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000da')}, "limit"=>1, "sort"=>{"_id"=>1}}
1344
+ D, [2015-11-04T11:44:31.898696 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000221s
1345
+ D, [2015-11-04T11:44:31.899353 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000d9')]}}}
1346
+ D, [2015-11-04T11:44:31.899770 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000348s
1347
+ D, [2015-11-04T11:44:31.900661 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1348
+ D, [2015-11-04T11:44:31.901048 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00031999999999999997s
1349
+ D, [2015-11-04T11:44:31.901355 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1350
+ D, [2015-11-04T11:44:31.901792 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00038700000000000003s
1351
+ D, [2015-11-04T11:44:31.902036 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"games"}
1352
+ D, [2015-11-04T11:44:31.902433 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000344s
1353
+ D, [2015-11-04T11:44:31.903423 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"people", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd'), "age"=>1, "map_with_default"=>{}, "_type"=>"Person", "username"=>"arthurnn10", "pets"=>false, "blood_alcohol_content"=>0.0, "last_drink_taken_at"=>2015-11-03 00:00:...
1354
+ D, [2015-11-04T11:44:31.903934 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000465s
1355
+ D, [2015-11-04T11:44:31.905055 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000de'), "title"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1356
+ D, [2015-11-04T11:44:31.905496 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000394s
1357
+ D, [2015-11-04T11:44:31.906050 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1358
+ D, [2015-11-04T11:44:31.906412 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000318s
1359
+ D, [2015-11-04T11:44:31.907345 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000df'), "title"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1360
+ D, [2015-11-04T11:44:31.907879 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00042300000000000004s
1361
+ D, [2015-11-04T11:44:31.909031 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | STARTED | {"update"=>"people", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}, "u"=>{"$inc"=>{"posts_count"=>1}}, "multi"=>true, "upsert"=>false}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1362
+ D, [2015-11-04T11:44:31.909422 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.update | SUCCEEDED | 0.000315s
1363
+ D, [2015-11-04T11:44:31.910384 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}}
1364
+ D, [2015-11-04T11:44:31.910631 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000201s
1365
+ D, [2015-11-04T11:44:31.911507 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000e0'), "high_score"=>500, "score"=>0, "name"=>"one", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1366
+ D, [2015-11-04T11:44:31.912022 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.00046300000000000003s
1367
+ D, [2015-11-04T11:44:31.913084 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | STARTED | {"delete"=>"games", "deletes"=>[{"q"=>{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000e0')}, "limit"=>1}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1368
+ D, [2015-11-04T11:44:31.913367 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.delete | SUCCEEDED | 0.000236s
1369
+ D, [2015-11-04T11:44:31.914045 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | STARTED | {"insert"=>"games", "documents"=>[{"_id"=>BSON::ObjectId('563a0bbf6fc14149290000e1'), "high_score"=>500, "score"=>0, "name"=>"two", "person_id"=>BSON::ObjectId('563a0bbf6fc14149290000dd')}], "writeConcern"=>{:w=>1}, "ordered"=>true}
1370
+ D, [2015-11-04T11:44:31.914337 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.insert | SUCCEEDED | 0.000238s
1371
+ D, [2015-11-04T11:44:31.915534 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1372
+ D, [2015-11-04T11:44:31.915915 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00034s
1373
+ D, [2015-11-04T11:44:31.916667 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"posts", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000dd')]}}}
1374
+ D, [2015-11-04T11:44:31.916962 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000248s
1375
+ D, [2015-11-04T11:44:31.917648 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"games", "filter"=>{"person_id"=>{"$in"=>[BSON::ObjectId('563a0bbf6fc14149290000dd')]}}}
1376
+ D, [2015-11-04T11:44:31.917916 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021700000000000002s
1377
+ D, [2015-11-04T11:44:31.918395 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"people", "filter"=>{}, "sort"=>{"age"=>1}}
1378
+ D, [2015-11-04T11:44:31.918734 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.000292s
1379
+ D, [2015-11-04T11:44:31.919563 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1380
+ D, [2015-11-04T11:44:31.919907 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00028s
1381
+ D, [2015-11-04T11:44:31.920209 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"people"}
1382
+ D, [2015-11-04T11:44:31.920651 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.00038399999999999996s
1383
+ D, [2015-11-04T11:44:31.920906 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"posts"}
1384
+ D, [2015-11-04T11:44:31.921319 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000361s
1385
+ D, [2015-11-04T11:44:31.921555 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | STARTED | {"drop"=>"games"}
1386
+ D, [2015-11-04T11:44:31.921942 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.drop | SUCCEEDED | 0.000339s
1387
+ D, [2015-11-04T11:44:31.922821 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | STARTED | {"find"=>"system.namespaces", "filter"=>{:name=>{"$not"=>/system\.|\$/}}}
1388
+ D, [2015-11-04T11:44:31.923096 #18729] DEBUG -- : MONGODB | localhost:27017 | mongoid_test.find | SUCCEEDED | 0.00021099999999999998s