human_attribute_values 0.0.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20501ce130627ce2e0c62e2daa3ff6d2315a1ccf
4
- data.tar.gz: a994f3e5afad8c5adeb4c5118ba8d6223425f5c5
3
+ metadata.gz: ba4d8f82ab6d1ec5068314fa9bf38c142ce4daf2
4
+ data.tar.gz: 01bcc9f1794567a7444f6ba79a19e207caaac650
5
5
  SHA512:
6
- metadata.gz: c675f3214d67e3933ddf35e765d68ea88e01da02e0dcaae8a029d889d43261655a96cbf82fd0ccff116f2be51ac621713d548e9898abef7b0de13f3e98118e5d
7
- data.tar.gz: 707a03956eeac3e2f1712cb827f580f42031c85f1952c6a321af0d204034ccb6aed6311f5f2e877e51c5c0039e4021ac727c89d567feb85814e2826248b80b1d
6
+ metadata.gz: ce963781d0c18eb70cfbff1e08cdf5b31451798a0087babf766f37dd7093a07d8ce83b7e0e76163a61b7d11aee90a02a509b0806fb59d8c36f26de2948c25f7f
7
+ data.tar.gz: 6d4d9f4af755e47fb842d0958385c10fbfe0553cad8ad333dcdd2f6179812e4cf91c410352b2417f5c85c8e22379583f62584218afba9d29f0aa35a782c10781
@@ -1,3 +1,3 @@
1
1
  module HumanAttributeValues
2
- VERSION = "0.0.2"
2
+ VERSION = "1.0.0"
3
3
  end
Binary file
Binary file
@@ -1,46 +1,303 @@
1
-  (130.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
+ Migrating to Parent (20150131153819)
3
+  (0.0ms) begin transaction
4
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
5
+  (65.8ms) commit transaction
6
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
7
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
9
+ Migrating to Parent (20150131153819)
10
+  (0.0ms) begin transaction
11
+  (0.1ms) DROP TABLE "parent"
12
+ SQLite3::SQLException: no such table: parent: DROP TABLE "parent"
13
+  (0.0ms) rollback transaction
14
+  (71.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
15
   (0.1ms) select sqlite_version(*)
3
-  (135.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
16
+  (105.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
+ Migrating to CreateTheAnswers (20150127220502)
19
+  (0.0ms) begin transaction
20
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
21
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
22
+  (62.1ms) commit transaction
23
+ Migrating to Parent (20150131153819)
24
+  (0.0ms) begin transaction
25
+  (0.2ms) CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
26
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
27
+  (65.2ms) commit transaction
28
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29
+  (96.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
30
+  (0.1ms) select sqlite_version(*)
31
+  (99.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
32
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
33
+ Migrating to CreateTheAnswers (20150127220502)
34
+  (0.0ms) begin transaction
35
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
36
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
37
+  (106.6ms) commit transaction
38
+ Migrating to Parent (20150131153819)
39
+  (0.1ms) begin transaction
40
+  (0.3ms) CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
41
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
42
+  (64.3ms) commit transaction
43
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
44
+  (93.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
45
+  (0.1ms) select sqlite_version(*)
46
+  (99.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
47
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
48
+ Migrating to CreateTheAnswers (20150127220502)
49
+  (0.0ms) begin transaction
50
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
51
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
52
+  (106.6ms) commit transaction
53
+ Migrating to CreateParents (20150131153819)
54
+  (0.0ms) begin transaction
55
+  (0.2ms) CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
56
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
57
+  (65.2ms) commit transaction
58
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
59
+  (90.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
60
+  (0.1ms) select sqlite_version(*)
61
+  (111.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
62
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
63
  Migrating to CreateTheAnswers (20150127220502)
64
+  (0.0ms) begin transaction
65
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
66
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
67
+  (106.0ms) commit transaction
68
+ Migrating to CreateParents (20150131153819)
6
69
   (0.1ms) begin transaction
7
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150127220502_create_the_answers.rb:6)
8
-  (0.5ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
9
- SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
10
-  (175.8ms) commit transaction
70
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
71
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
72
+  (65.2ms) commit transaction
73
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
74
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
75
+ Migrating to CreateBooleanModels (20150131161322)
76
+  (0.0ms) begin transaction
77
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
78
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
79
+  (43.4ms) commit transaction
80
+ Migrating to CreateNumericModels (20150131162551)
81
+  (0.0ms) begin transaction
82
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime) 
83
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
84
+  (26.3ms) commit transaction
85
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
86
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
87
+ Migrating to CreateLexicons (20150131164609)
88
+  (0.0ms) begin transaction
89
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answers_id" integer, "created_at" datetime, "updated_at" datetime) 
90
+  (0.0ms) select sqlite_version(*)
91
+  (0.1ms) CREATE INDEX "index_lexicons_on_answers_id" ON "lexicons" ("answers_id")
92
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
93
+  (44.0ms) commit transaction
94
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
95
+  (0.1ms)  SELECT sql
96
+ FROM sqlite_master
97
+ WHERE name='index_lexicons_on_answers_id' AND type='index'
98
+ UNION ALL
99
+ SELECT sql
100
+ FROM sqlite_temp_master
101
+ WHERE name='index_lexicons_on_answers_id' AND type='index'
102
+ 
103
+  (94.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
104
+  (0.1ms) select sqlite_version(*)
105
+  (120.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
106
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
107
+ Migrating to CreateTheAnswers (20150127220502)
108
+  (0.0ms) begin transaction
109
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
110
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
111
+  (106.5ms) commit transaction
11
112
  Migrating to CreateParents (20150131153819)
12
113
   (0.1ms) begin transaction
13
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150131153819_create_parents.rb:7)
14
-  (0.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)
114
+  (0.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
115
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
116
+  (64.0ms) commit transaction
117
+ Migrating to CreateBooleanModels (20150131161322)
118
+  (0.1ms) begin transaction
119
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
120
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
121
+  (269.3ms) commit transaction
122
+ Migrating to CreateNumericModels (20150131162551)
123
+  (0.0ms) begin transaction
124
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
125
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
126
+  (73.4ms) commit transaction
127
+ Migrating to CreateLexicons (20150131164609)
128
+  (0.1ms) begin transaction
129
+  (0.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answer_id" integer, "created_at" datetime, "updated_at" datetime)
130
+  (0.1ms) CREATE INDEX "index_lexicons_on_answer_id" ON "lexicons" ("answer_id")
131
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
132
+  (73.9ms) commit transaction
133
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
134
+  (0.1ms)  SELECT sql
135
+ FROM sqlite_master
136
+ WHERE name='index_lexicons_on_answer_id' AND type='index'
137
+ UNION ALL
138
+ SELECT sql
139
+ FROM sqlite_temp_master
140
+ WHERE name='index_lexicons_on_answer_id' AND type='index'
141
+ 
142
+  (103.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
143
+  (0.1ms) select sqlite_version(*)
144
+  (110.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
145
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
146
+ Migrating to CreateTheAnswers (20150127220502)
147
+  (0.0ms) begin transaction
148
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
149
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
150
+  (117.4ms) commit transaction
151
+ Migrating to CreateParents (20150131153819)
152
+  (0.0ms) begin transaction
153
+  (0.1ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
15
154
  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
16
-  (287.9ms) commit transaction
155
+  (66.6ms) commit transaction
17
156
  Migrating to CreateBooleanModels (20150131161322)
18
157
   (0.1ms) begin transaction
19
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150131161322_create_boolean_models.rb:6)
20
-  (0.5ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
21
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
22
-  (186.4ms) commit transaction
158
+  (0.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
159
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
160
+  (283.4ms) commit transaction
23
161
  Migrating to CreateNumericModels (20150131162551)
24
162
   (0.1ms) begin transaction
25
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150131162551_create_numeric_models.rb:7)
26
-  (0.6ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
27
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
28
-  (186.6ms) commit transaction
163
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
164
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
165
+  (88.9ms) commit transaction
166
+ Migrating to CreateLexicons (20150131164609)
167
+  (0.1ms) begin transaction
168
+  (0.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
169
+  (0.3ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
170
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
171
+  (85.4ms) commit transaction
172
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
173
+  (0.1ms)  SELECT sql
174
+ FROM sqlite_master
175
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
176
+ UNION ALL
177
+ SELECT sql
178
+ FROM sqlite_temp_master
179
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
180
+ 
181
+  (91.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
182
+  (0.1ms) select sqlite_version(*)
183
+  (120.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
184
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
185
+ Migrating to CreateTheAnswers (20150127220502)
186
+  (0.1ms) begin transaction
187
+  (0.4ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
188
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
189
+  (101.1ms) commit transaction
190
+ Migrating to CreateParents (20150131153819)
191
+  (0.0ms) begin transaction
192
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
193
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
194
+  (65.4ms) commit transaction
195
+ Migrating to CreateBooleanModels (20150131161322)
196
+  (0.0ms) begin transaction
197
+  (0.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
198
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
199
+  (232.0ms) commit transaction
200
+ Migrating to CreateNumericModels (20150131162551)
201
+  (0.1ms) begin transaction
202
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
203
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
204
+  (85.5ms) commit transaction
29
205
  Migrating to CreateLexicons (20150131164609)
30
206
   (0.1ms) begin transaction
31
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150131164609_create_lexicons.rb:6)
32
207
   (0.5ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
33
208
   (0.3ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
34
209
  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
35
-  (106.6ms) commit transaction
210
+  (87.0ms) commit transaction
211
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
212
+  (0.1ms)  SELECT sql
213
+ FROM sqlite_master
214
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
215
+ UNION ALL
216
+ SELECT sql
217
+ FROM sqlite_temp_master
218
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
219
+ 
220
+  (78.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
221
+  (0.2ms) select sqlite_version(*)
222
+  (87.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
223
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
224
+ Migrating to CreateTheAnswers (20150127220502)
225
+  (0.1ms) begin transaction
226
+  (0.3ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
227
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
228
+  (125.7ms) commit transaction
229
+ Migrating to CreateParents (20150131153819)
230
+  (0.0ms) begin transaction
231
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
232
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
233
+  (98.6ms) commit transaction
234
+ Migrating to CreateBooleanModels (20150131161322)
235
+  (0.0ms) begin transaction
236
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
237
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
238
+  (336.3ms) commit transaction
239
+ Migrating to CreateNumericModels (20150131162551)
240
+  (0.0ms) begin transaction
241
+  (0.1ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
242
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
243
+  (152.8ms) commit transaction
244
+ Migrating to CreateLexicons (20150131164609)
245
+  (0.1ms) begin transaction
246
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
247
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
248
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
249
+  (115.1ms) commit transaction
36
250
  Migrating to CreateEnumModels (20150131170613)
37
-  (0.1ms) begin transaction
38
- DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/jonas/repos/human_attribute_values/test/dummy/db/migrate/20150131170613_create_enum_models.rb:6)
39
-  (0.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
251
+  (0.0ms) begin transaction
252
+  (0.2ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
253
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
254
+  (65.4ms) commit transaction
255
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
256
+  (0.3ms)  SELECT sql
257
+ FROM sqlite_master
258
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
259
+ UNION ALL
260
+ SELECT sql
261
+ FROM sqlite_temp_master
262
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
263
+ 
264
+  (97.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
265
+  (0.2ms) select sqlite_version(*)
266
+  (119.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
267
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
268
+ Migrating to CreateTheAnswers (20150127220502)
269
+  (0.0ms) begin transaction
270
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
271
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
272
+  (106.2ms) commit transaction
273
+ Migrating to CreateParents (20150131153819)
274
+  (0.1ms) begin transaction
275
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
276
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
277
+  (66.0ms) commit transaction
278
+ Migrating to CreateBooleanModels (20150131161322)
279
+  (0.1ms) begin transaction
280
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
281
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
282
+  (249.9ms) commit transaction
283
+ Migrating to CreateNumericModels (20150131162551)
284
+  (0.0ms) begin transaction
285
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
286
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
287
+  (89.1ms) commit transaction
288
+ Migrating to CreateLexicons (20150131164609)
289
+  (0.2ms) begin transaction
290
+  (0.6ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
291
+  (0.3ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
292
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
293
+  (74.7ms) commit transaction
294
+ Migrating to CreateEnumModels (20150131170613)
295
+  (0.3ms) begin transaction
296
+  (0.6ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
40
297
  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
41
-  (198.5ms) commit transaction
298
+  (106.3ms) commit transaction
42
299
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
43
-  (0.3ms)  SELECT sql
300
+  (0.1ms)  SELECT sql
44
301
  FROM sqlite_master
45
302
  WHERE name='index_lexicons_on_the_answer_id' AND type='index'
46
303
  UNION ALL
@@ -48,3 +305,6 @@ DEPRECATION WARNING: `#timestamp` was called without specifying an option for `n
48
305
  FROM sqlite_temp_master
49
306
  WHERE name='index_lexicons_on_the_answer_id' AND type='index'
50
307
  
308
+
309
+ ***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
310
+
@@ -1,294 +1,2373 @@
1
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
+  (0.1ms) begin transaction
3
+ ----------------------------------------------------
4
+ HumanAttributeValuesTest: test_localization_for_'42'
5
+ ----------------------------------------------------
6
+  (0.0ms) rollback transaction
7
+  (0.0ms) begin transaction
8
+ ----------------------------------------------------------
9
+ HumanAttributeValuesTest: test_localization_for_nil_values
10
+ ----------------------------------------------------------
11
+  (0.0ms) rollback transaction
12
+  (0.0ms) begin transaction
13
+ ------------------------------------
14
+ HumanAttributeValuesTest: test_truth
15
+ ------------------------------------
16
+  (0.0ms) rollback transaction
17
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
+  (0.1ms) begin transaction
19
+ ----------------------------------------------------
20
+ HumanAttributeValuesTest: test_localization_for_'42'
21
+ ----------------------------------------------------
22
+  (0.0ms) rollback transaction
23
+  (0.0ms) begin transaction
24
+ ----------------------------------------------------------
25
+ HumanAttributeValuesTest: test_localization_for_nil_values
26
+ ----------------------------------------------------------
27
+  (0.0ms) rollback transaction
28
+  (0.0ms) begin transaction
29
+ ------------------------------------
30
+ HumanAttributeValuesTest: test_truth
31
+ ------------------------------------
32
+  (0.0ms) rollback transaction
33
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
34
+  (0.1ms) begin transaction
35
+ ----------------------------------------------------
36
+ HumanAttributeValuesTest: test_localization_for_'42'
37
+ ----------------------------------------------------
38
+  (0.0ms) rollback transaction
39
+  (0.0ms) begin transaction
40
+ ----------------------------------------------------------
41
+ HumanAttributeValuesTest: test_localization_for_nil_values
42
+ ----------------------------------------------------------
43
+  (0.0ms) rollback transaction
44
+  (0.0ms) begin transaction
45
+ ------------------------------------
46
+ HumanAttributeValuesTest: test_truth
47
+ ------------------------------------
48
+  (0.0ms) rollback transaction
49
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
50
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
51
+  (0.1ms) begin transaction
52
+ ---------------------------------------------------------------------------
53
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
54
+ ---------------------------------------------------------------------------
55
+  (0.0ms) rollback transaction
56
+  (0.0ms) begin transaction
57
+ -----------------------------------------------------------------------------------
58
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
59
+ -----------------------------------------------------------------------------------
60
+  (0.0ms) rollback transaction
61
+  (0.0ms) begin transaction
62
+ ------------------------------------------------------------------
63
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
64
+ ------------------------------------------------------------------
65
+  (0.0ms) rollback transaction
66
+  (0.0ms) begin transaction
67
+ ------------------------------------
68
+ HumanAttributeValuesTest: test_truth
69
+ ------------------------------------
70
+  (0.0ms) rollback transaction
71
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
+  (0.1ms) begin transaction
73
+ ---------------------------------------------------------------------------
74
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
75
+ ---------------------------------------------------------------------------
76
+  (0.0ms) rollback transaction
77
+  (0.0ms) begin transaction
78
+ -----------------------------------------------------------------------------------
79
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
80
+ -----------------------------------------------------------------------------------
81
+  (0.0ms) rollback transaction
82
+  (0.0ms) begin transaction
83
+ ------------------------------------------------------------------
84
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
85
+ ------------------------------------------------------------------
86
+  (0.0ms) rollback transaction
87
+  (0.0ms) begin transaction
88
+ ------------------------------------
89
+ HumanAttributeValuesTest: test_truth
90
+ ------------------------------------
91
+  (0.0ms) rollback transaction
92
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
93
+  (0.1ms) begin transaction
94
+ ---------------------------------------------------------------------------
95
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
96
+ ---------------------------------------------------------------------------
97
+  (0.0ms) rollback transaction
98
+  (0.0ms) begin transaction
99
+ -----------------------------------------------------------------------------------
100
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
101
+ -----------------------------------------------------------------------------------
102
+  (0.0ms) rollback transaction
103
+  (0.0ms) begin transaction
104
+ ------------------------------------------------------------------
105
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
106
+ ------------------------------------------------------------------
107
+  (0.0ms) rollback transaction
108
+  (0.0ms) begin transaction
109
+ ------------------------------------
110
+ HumanAttributeValuesTest: test_truth
111
+ ------------------------------------
112
+  (0.0ms) rollback transaction
113
+  (0.1ms) begin transaction
114
+ ---------------------------------------------------------------------------
115
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
116
+ ---------------------------------------------------------------------------
117
+  (0.0ms) rollback transaction
118
+  (0.0ms) begin transaction
119
+ -----------------------------------------------------------------------------------
120
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
121
+ -----------------------------------------------------------------------------------
122
+  (0.0ms) rollback transaction
123
+  (0.0ms) begin transaction
124
+ ------------------------------------------------------------------
125
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
126
+ ------------------------------------------------------------------
127
+  (0.0ms) rollback transaction
128
+  (0.0ms) begin transaction
129
+ ------------------------------------
130
+ HumanAttributeValuesTest: test_truth
131
+ ------------------------------------
132
+  (0.0ms) rollback transaction
133
+  (0.1ms) begin transaction
134
+ ---------------------------------------------------------------------------
135
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
136
+ ---------------------------------------------------------------------------
137
+  (0.0ms) rollback transaction
138
+  (0.0ms) begin transaction
139
+ -----------------------------------------------------------------------------------
140
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
141
+ -----------------------------------------------------------------------------------
142
+  (0.0ms) rollback transaction
143
+  (0.0ms) begin transaction
144
+ ------------------------------------------------------------------
145
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
146
+ ------------------------------------------------------------------
147
+  (0.0ms) rollback transaction
148
+  (0.0ms) begin transaction
149
+ ------------------------------------
150
+ HumanAttributeValuesTest: test_truth
151
+ ------------------------------------
152
+  (0.0ms) rollback transaction
153
+  (0.1ms) begin transaction
154
+ ---------------------------------------------------------------------------
155
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
156
+ ---------------------------------------------------------------------------
157
+  (0.0ms) rollback transaction
158
+  (0.0ms) begin transaction
159
+ -----------------------------------------------------------------------------------
160
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
161
+ -----------------------------------------------------------------------------------
162
+  (0.0ms) rollback transaction
163
+  (0.0ms) begin transaction
164
+ ------------------------------------------------------------------
165
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
166
+ ------------------------------------------------------------------
167
+  (0.0ms) rollback transaction
168
+  (0.0ms) begin transaction
169
+ ------------------------------------
170
+ HumanAttributeValuesTest: test_truth
171
+ ------------------------------------
172
+  (0.0ms) rollback transaction
173
+  (0.1ms) begin transaction
174
+ ----------------------------------------------------
175
+ HumanAttributeValuesTest: test_localization_for_'42'
176
+ ----------------------------------------------------
177
+  (0.0ms) rollback transaction
178
+  (0.0ms) begin transaction
179
+ ----------------------------------------------------------
180
+ HumanAttributeValuesTest: test_localization_for_nil_values
181
+ ----------------------------------------------------------
182
+  (0.0ms) rollback transaction
183
+  (0.0ms) begin transaction
184
+ ------------------------------------
185
+ HumanAttributeValuesTest: test_truth
186
+ ------------------------------------
187
+  (0.0ms) rollback transaction
188
+  (99.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
189
+  (0.2ms) select sqlite_version(*)
190
+  (108.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
191
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
192
+ Migrating to CreateTheAnswers (20150127220502)
193
+  (0.0ms) begin transaction
194
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
195
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
196
+  (106.7ms) commit transaction
197
+ Migrating to Parent (20150131153819)
198
+  (0.0ms) begin transaction
199
+  (0.1ms) CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
200
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
201
+  (65.4ms) commit transaction
202
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
203
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
204
+  (0.1ms) begin transaction
205
+ ----------------------------------------------------
206
+ HumanAttributeValuesTest: test_localization_for_'42'
207
+ ----------------------------------------------------
208
+  (0.0ms) rollback transaction
209
+  (0.0ms) begin transaction
210
+ ----------------------------------------------------------
211
+ HumanAttributeValuesTest: test_localization_for_nil_values
212
+ ----------------------------------------------------------
213
+  (0.0ms) rollback transaction
214
+  (0.0ms) begin transaction
215
+ ------------------------------------
216
+ HumanAttributeValuesTest: test_truth
217
+ ------------------------------------
218
+  (0.0ms) rollback transaction
219
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
220
+  (0.1ms) begin transaction
221
+ ---------------------------------------------------------------------------
222
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
223
+ ---------------------------------------------------------------------------
224
+  (0.0ms) rollback transaction
225
+  (0.0ms) begin transaction
226
+ -----------------------------------------------------------------------------------
227
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
228
+ -----------------------------------------------------------------------------------
229
+  (0.0ms) rollback transaction
230
+  (0.0ms) begin transaction
231
+ ------------------------------------------------------------------
232
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
233
+ ------------------------------------------------------------------
234
+  (0.0ms) rollback transaction
235
+  (0.0ms) begin transaction
236
+ ------------------------------------
237
+ HumanAttributeValuesTest: test_truth
238
+ ------------------------------------
239
+  (0.0ms) rollback transaction
240
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
241
+  (0.1ms) begin transaction
242
+ ---------------------------------------------------------------------------
243
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
244
+ ---------------------------------------------------------------------------
245
+  (0.0ms) rollback transaction
246
+  (0.0ms) begin transaction
247
+ -----------------------------------------------------------------------------------
248
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
249
+ -----------------------------------------------------------------------------------
250
+  (0.0ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+ ------------------------------------------------------------------
253
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
254
+ ------------------------------------------------------------------
255
+  (0.0ms) rollback transaction
256
+  (0.0ms) begin transaction
257
+ ------------------------------------
258
+ HumanAttributeValuesTest: test_truth
259
+ ------------------------------------
260
+  (0.0ms) rollback transaction
261
+  (82.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
262
+  (0.1ms) select sqlite_version(*)
263
+  (94.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
264
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
265
+ Migrating to CreateTheAnswers (20150127220502)
266
+  (0.1ms) begin transaction
267
+  (0.8ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
268
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
269
+  (99.5ms) commit transaction
270
+ Migrating to CreateParents (20150131153819)
271
+  (0.1ms) begin transaction
272
+  (0.2ms) CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
273
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
274
+  (64.7ms) commit transaction
275
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
276
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
277
+  (0.1ms) begin transaction
278
+ ---------------------------------------------------------------------------
279
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
280
+ ---------------------------------------------------------------------------
281
+  (0.0ms) rollback transaction
282
+  (0.0ms) begin transaction
283
+ -----------------------------------------------------------------------------------
284
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
285
+ -----------------------------------------------------------------------------------
286
+  (0.0ms) rollback transaction
287
+  (0.0ms) begin transaction
288
+ ------------------------------------------------------------------
289
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
290
+ ------------------------------------------------------------------
291
+  (0.0ms) rollback transaction
292
+  (0.0ms) begin transaction
293
+ ------------------------------------
294
+ HumanAttributeValuesTest: test_truth
295
+ ------------------------------------
296
+  (0.0ms) rollback transaction
297
+  (81.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
298
+  (0.1ms) select sqlite_version(*)
299
+  (120.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
300
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
301
+ Migrating to CreateTheAnswers (20150127220502)
302
+  (0.1ms) begin transaction
303
+  (0.4ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
304
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
305
+  (101.2ms) commit transaction
306
+ Migrating to CreateParents (20150131153819)
307
+  (0.1ms) begin transaction
308
+  (0.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
309
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
310
+  (64.1ms) commit transaction
311
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
312
+  (0.0ms) begin transaction
313
+ ---------------------------------------------------------------------------
314
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
315
+ ---------------------------------------------------------------------------
316
+  (0.0ms) rollback transaction
317
+  (0.0ms) begin transaction
318
+ -----------------------------------------------------------------------------------
319
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
320
+ -----------------------------------------------------------------------------------
321
+  (0.0ms) rollback transaction
322
+  (0.0ms) begin transaction
323
+ ------------------------------------------------------------------
324
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
325
+ ------------------------------------------------------------------
326
+  (0.0ms) rollback transaction
327
+  (0.0ms) begin transaction
328
+ ------------------------------------
329
+ HumanAttributeValuesTest: test_truth
330
+ ------------------------------------
331
+  (0.0ms) rollback transaction
332
+  (90.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
333
+  (0.1ms) select sqlite_version(*)
334
+  (100.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
335
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
336
+ Migrating to CreateTheAnswers (20150127220502)
337
+  (0.0ms) begin transaction
338
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
339
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
340
+  (100.2ms) commit transaction
341
+ Migrating to CreateParents (20150131153819)
342
+  (0.1ms) begin transaction
343
+  (0.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
344
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
345
+  (64.3ms) commit transaction
346
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
347
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
348
+  (0.1ms) begin transaction
349
+ ---------------------------------------------------------------------------
350
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
351
+ ---------------------------------------------------------------------------
352
+  (0.1ms) rollback transaction
353
+  (0.0ms) begin transaction
354
+ -----------------------------------------------------------------------------------
355
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
356
+ -----------------------------------------------------------------------------------
357
+  (0.0ms) rollback transaction
358
+  (0.0ms) begin transaction
359
+ ------------------------------------------------------------------
360
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
361
+ ------------------------------------------------------------------
362
+  (0.0ms) rollback transaction
363
+  (0.0ms) begin transaction
364
+ ------------------------------------
365
+ HumanAttributeValuesTest: test_truth
366
+ ------------------------------------
367
+  (0.0ms) rollback transaction
368
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
369
+  (0.1ms) begin transaction
370
+ ---------------------------------------------------------------------------
371
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
372
+ ---------------------------------------------------------------------------
373
+  (0.0ms) rollback transaction
374
+  (0.0ms) begin transaction
375
+ -----------------------------------------------------------------------------------
376
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
377
+ -----------------------------------------------------------------------------------
378
+  (0.0ms) rollback transaction
379
+  (0.0ms) begin transaction
380
+ ------------------------------------------------------------------
381
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
382
+ ------------------------------------------------------------------
383
+  (0.0ms) rollback transaction
384
+  (0.0ms) begin transaction
385
+ ------------------------------------
386
+ HumanAttributeValuesTest: test_truth
387
+ ------------------------------------
388
+  (0.0ms) rollback transaction
389
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
390
+  (0.1ms) begin transaction
391
+ ---------------------------------------------------------------------------
392
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
393
+ ---------------------------------------------------------------------------
394
+  (0.0ms) rollback transaction
395
+  (0.0ms) begin transaction
396
+ -----------------------------------------------------------------------------------
397
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
398
+ -----------------------------------------------------------------------------------
399
+  (0.0ms) rollback transaction
400
+  (0.0ms) begin transaction
401
+ ------------------------------------------------------------------
402
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
403
+ ------------------------------------------------------------------
404
+  (0.0ms) rollback transaction
405
+  (0.0ms) begin transaction
406
+ ------------------------------------
407
+ HumanAttributeValuesTest: test_truth
408
+ ------------------------------------
409
+  (0.0ms) rollback transaction
410
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
411
+  (0.1ms) begin transaction
412
+ ---------------------------------------------------------------------------
413
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
414
+ ---------------------------------------------------------------------------
415
+  (0.0ms) rollback transaction
416
+  (0.0ms) begin transaction
417
+ -----------------------------------------------------------------------------------
418
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
419
+ -----------------------------------------------------------------------------------
420
+  (0.0ms) rollback transaction
421
+  (0.0ms) begin transaction
422
+ ------------------------------------------------------------------
423
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
424
+ ------------------------------------------------------------------
425
+  (0.0ms) rollback transaction
426
+  (0.0ms) begin transaction
427
+ ------------------------------------
428
+ HumanAttributeValuesTest: test_truth
429
+ ------------------------------------
430
+  (0.0ms) rollback transaction
431
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
432
+  (0.1ms) begin transaction
433
+ ---------------------------------------------------------------------------
434
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
435
+ ---------------------------------------------------------------------------
436
+  (0.0ms) rollback transaction
437
+  (0.0ms) begin transaction
438
+ -----------------------------------------------------------------------------------
439
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
440
+ -----------------------------------------------------------------------------------
441
+  (0.0ms) rollback transaction
442
+  (0.0ms) begin transaction
443
+ ------------------------------------------------------------------
444
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
445
+ ------------------------------------------------------------------
446
+  (0.0ms) rollback transaction
447
+  (0.0ms) begin transaction
448
+ ------------------------------------
449
+ HumanAttributeValuesTest: test_truth
450
+ ------------------------------------
451
+  (0.0ms) rollback transaction
452
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
453
+  (0.1ms) begin transaction
454
+ ---------------------------------------------------------------------------
455
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
456
+ ---------------------------------------------------------------------------
457
+  (0.0ms) rollback transaction
458
+  (0.0ms) begin transaction
459
+ -----------------------------------------------------------------------------------
460
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
461
+ -----------------------------------------------------------------------------------
462
+  (0.0ms) rollback transaction
463
+  (0.0ms) begin transaction
464
+ ------------------------------------------------------------------
465
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
466
+ ------------------------------------------------------------------
467
+  (0.0ms) rollback transaction
468
+  (0.0ms) begin transaction
469
+ ------------------------------------
470
+ HumanAttributeValuesTest: test_truth
471
+ ------------------------------------
472
+  (0.0ms) rollback transaction
473
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
474
+  (0.1ms) begin transaction
475
+ ---------------------------------------------------------------------------
476
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_count_option
477
+ ---------------------------------------------------------------------------
478
+  (0.0ms) rollback transaction
479
+  (0.0ms) begin transaction
480
+ -----------------------------------------------------------------------------------
481
+ HumanAttributeValuesTest: test_attribute_with_count_config_and_without_count_option
482
+ -----------------------------------------------------------------------------------
483
+  (0.0ms) rollback transaction
484
+  (0.0ms) begin transaction
485
+ ------------------------------------------------------------------
486
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
487
+ ------------------------------------------------------------------
488
+  (0.0ms) rollback transaction
489
+  (0.0ms) begin transaction
490
+ ------------------------------------
491
+ HumanAttributeValuesTest: test_truth
492
+ ------------------------------------
493
+  (0.0ms) rollback transaction
494
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
495
+  (0.1ms) begin transaction
496
+ ----------------------------------------------------------
497
+ HumanAttributeValuesTest: test_attribute_with_count_config
498
+ ----------------------------------------------------------
499
+  (0.0ms) rollback transaction
500
+  (0.0ms) begin transaction
501
+ -------------------------------------------------------------
502
+ HumanAttributeValuesTest: test_attribute_without_count_config
503
+ -------------------------------------------------------------
504
+  (0.1ms) rollback transaction
505
+  (0.0ms) begin transaction
506
+ ------------------------------------------------------------------
507
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
508
+ ------------------------------------------------------------------
509
+  (0.1ms) rollback transaction
510
+  (0.0ms) begin transaction
511
+ ------------------------------------
512
+ HumanAttributeValuesTest: test_truth
513
+ ------------------------------------
514
+  (0.0ms) rollback transaction
515
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
516
+  (0.1ms) begin transaction
517
+ ----------------------------------------------------------
518
+ HumanAttributeValuesTest: test_attribute_with_count_config
519
+ ----------------------------------------------------------
520
+  (0.0ms) rollback transaction
521
+  (0.0ms) begin transaction
522
+ -------------------------------------------------------------
523
+ HumanAttributeValuesTest: test_attribute_without_count_config
524
+ -------------------------------------------------------------
525
+  (0.0ms) rollback transaction
526
+  (0.0ms) begin transaction
527
+ ------------------------------------------------------------------
528
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
529
+ ------------------------------------------------------------------
530
+  (0.0ms) rollback transaction
531
+  (0.0ms) begin transaction
532
+ ------------------------------------
533
+ HumanAttributeValuesTest: test_truth
534
+ ------------------------------------
535
+  (0.0ms) rollback transaction
536
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
537
+  (0.1ms) begin transaction
538
+ ----------------------------------------------------------
539
+ HumanAttributeValuesTest: test_attribute_with_count_config
540
+ ----------------------------------------------------------
541
+  (0.0ms) rollback transaction
542
+  (0.0ms) begin transaction
543
+ -------------------------------------------------------------
544
+ HumanAttributeValuesTest: test_attribute_without_count_config
545
+ -------------------------------------------------------------
546
+  (0.0ms) rollback transaction
547
+  (0.0ms) begin transaction
548
+ ------------------------------------------------------------------
549
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
550
+ ------------------------------------------------------------------
551
+  (0.0ms) rollback transaction
552
+  (0.0ms) begin transaction
553
+ ------------------------------------
554
+ HumanAttributeValuesTest: test_truth
555
+ ------------------------------------
556
+  (0.0ms) rollback transaction
557
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
558
+  (0.1ms) begin transaction
559
+ ----------------------------------------------------------
560
+ HumanAttributeValuesTest: test_attribute_with_count_config
561
+ ----------------------------------------------------------
562
+  (0.0ms) rollback transaction
563
+  (0.0ms) begin transaction
564
+ -------------------------------------------------------------
565
+ HumanAttributeValuesTest: test_attribute_without_count_config
566
+ -------------------------------------------------------------
567
+  (0.0ms) rollback transaction
568
+  (0.0ms) begin transaction
569
+ ------------------------------------------------------------------
570
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
571
+ ------------------------------------------------------------------
572
+  (0.0ms) rollback transaction
573
+  (0.0ms) begin transaction
574
+ ------------------------------------
575
+ HumanAttributeValuesTest: test_truth
576
+ ------------------------------------
577
+  (0.0ms) rollback transaction
578
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
579
+  (0.1ms) begin transaction
580
+ ----------------------------------------------------------
581
+ HumanAttributeValuesTest: test_attribute_with_count_config
582
+ ----------------------------------------------------------
583
+  (0.0ms) rollback transaction
584
+  (0.0ms) begin transaction
585
+ -------------------------------------------------------------
586
+ HumanAttributeValuesTest: test_attribute_without_count_config
587
+ -------------------------------------------------------------
588
+  (0.0ms) rollback transaction
589
+  (0.0ms) begin transaction
590
+ ------------------------------------------------------------------
591
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
592
+ ------------------------------------------------------------------
593
+  (0.0ms) rollback transaction
594
+  (0.0ms) begin transaction
595
+ ------------------------------------
596
+ HumanAttributeValuesTest: test_truth
597
+ ------------------------------------
598
+  (0.0ms) rollback transaction
599
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
600
+ Migrating to CreateBooleanModels (20150131161322)
601
+  (0.0ms) begin transaction
602
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
603
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
604
+  (51.7ms) commit transaction
605
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
606
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
607
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
608
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
609
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
610
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
611
+  (0.1ms) begin transaction
612
+ ----------------------------------------------------------
613
+ HumanAttributeValuesTest: test_attribute_with_count_config
614
+ ----------------------------------------------------------
615
+  (0.1ms) rollback transaction
616
+  (0.0ms) begin transaction
617
+ -------------------------------------------------------------
618
+ HumanAttributeValuesTest: test_attribute_without_count_config
619
+ -------------------------------------------------------------
620
+  (0.0ms) rollback transaction
621
+  (0.0ms) begin transaction
622
+ ------------------------------------------------------------------
623
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
624
+ ------------------------------------------------------------------
625
+  (0.0ms) rollback transaction
626
+  (0.0ms) begin transaction
627
+ -----------------------------------------------------------
628
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
629
+ -----------------------------------------------------------
630
+  (0.0ms) rollback transaction
631
+  (0.0ms) begin transaction
632
+ ------------------------------------
633
+ HumanAttributeValuesTest: test_truth
634
+ ------------------------------------
635
+  (0.0ms) rollback transaction
636
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
637
+  (0.1ms) begin transaction
638
+ ----------------------------------------------------------
639
+ HumanAttributeValuesTest: test_attribute_with_count_config
640
+ ----------------------------------------------------------
641
+  (0.0ms) rollback transaction
642
+  (0.0ms) begin transaction
643
+ -------------------------------------------------------------
644
+ HumanAttributeValuesTest: test_attribute_without_count_config
645
+ -------------------------------------------------------------
646
+  (0.0ms) rollback transaction
647
+  (0.0ms) begin transaction
648
+ ------------------------------------------------------------------
649
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
650
+ ------------------------------------------------------------------
651
+  (0.0ms) rollback transaction
652
+  (0.0ms) begin transaction
653
+ -----------------------------------------------------------
654
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
655
+ -----------------------------------------------------------
656
+  (0.0ms) rollback transaction
657
+  (0.0ms) begin transaction
658
+ ------------------------------------
659
+ HumanAttributeValuesTest: test_truth
660
+ ------------------------------------
661
+  (0.0ms) rollback transaction
662
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
663
+  (0.1ms) begin transaction
664
+ ----------------------------------------------------------
665
+ HumanAttributeValuesTest: test_attribute_with_count_config
666
+ ----------------------------------------------------------
667
+  (0.0ms) rollback transaction
668
+  (0.0ms) begin transaction
669
+ -------------------------------------------------------------
670
+ HumanAttributeValuesTest: test_attribute_without_count_config
671
+ -------------------------------------------------------------
672
+  (0.0ms) rollback transaction
673
+  (0.0ms) begin transaction
674
+ ------------------------------------------------------------------
675
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
676
+ ------------------------------------------------------------------
677
+  (0.0ms) rollback transaction
678
+  (0.0ms) begin transaction
679
+ -----------------------------------------------------------
680
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
681
+ -----------------------------------------------------------
682
+  (0.0ms) rollback transaction
683
+  (0.0ms) begin transaction
684
+ ------------------------------------
685
+ HumanAttributeValuesTest: test_truth
686
+ ------------------------------------
687
+  (0.0ms) rollback transaction
688
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
689
+  (0.1ms) begin transaction
690
+ ----------------------------------------------------------
691
+ HumanAttributeValuesTest: test_attribute_with_count_config
692
+ ----------------------------------------------------------
693
+  (0.0ms) rollback transaction
694
+  (0.0ms) begin transaction
695
+ -------------------------------------------------------------
696
+ HumanAttributeValuesTest: test_attribute_without_count_config
697
+ -------------------------------------------------------------
698
+  (0.0ms) rollback transaction
699
+  (0.0ms) begin transaction
700
+ ------------------------------------------------------------------
701
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
702
+ ------------------------------------------------------------------
703
+  (0.0ms) rollback transaction
704
+  (0.0ms) begin transaction
705
+ -----------------------------------------------------------
706
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
707
+ -----------------------------------------------------------
708
+  (0.0ms) rollback transaction
709
+  (0.0ms) begin transaction
710
+ ------------------------------------
711
+ HumanAttributeValuesTest: test_truth
712
+ ------------------------------------
713
+  (0.0ms) rollback transaction
714
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
715
+  (0.1ms) begin transaction
716
+ ----------------------------------------------------------
717
+ HumanAttributeValuesTest: test_attribute_with_count_config
718
+ ----------------------------------------------------------
719
+  (0.0ms) rollback transaction
720
+  (0.0ms) begin transaction
721
+ -------------------------------------------------------------
722
+ HumanAttributeValuesTest: test_attribute_without_count_config
723
+ -------------------------------------------------------------
724
+  (0.0ms) rollback transaction
725
+  (0.0ms) begin transaction
726
+ ------------------------------------------------------------------
727
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
728
+ ------------------------------------------------------------------
729
+  (0.0ms) rollback transaction
730
+  (0.0ms) begin transaction
731
+ -----------------------------------------------------------
732
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
733
+ -----------------------------------------------------------
734
+  (0.0ms) rollback transaction
735
+  (0.0ms) begin transaction
736
+ ------------------------------------
737
+ HumanAttributeValuesTest: test_truth
738
+ ------------------------------------
739
+  (0.0ms) rollback transaction
740
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
741
+  (0.1ms) begin transaction
742
+ ----------------------------------------------------------
743
+ HumanAttributeValuesTest: test_attribute_with_count_config
744
+ ----------------------------------------------------------
745
+  (0.0ms) rollback transaction
746
+  (0.0ms) begin transaction
747
+ -------------------------------------------------------------
748
+ HumanAttributeValuesTest: test_attribute_without_count_config
749
+ -------------------------------------------------------------
750
+  (0.0ms) rollback transaction
751
+  (0.0ms) begin transaction
752
+ ------------------------------------------------------------------
753
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
754
+ ------------------------------------------------------------------
755
+  (0.0ms) rollback transaction
756
+  (0.0ms) begin transaction
757
+ -----------------------------------------------------------
758
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
759
+ -----------------------------------------------------------
760
+  (0.0ms) rollback transaction
761
+  (0.0ms) begin transaction
762
+ ------------------------------------
763
+ HumanAttributeValuesTest: test_truth
764
+ ------------------------------------
765
+  (0.0ms) rollback transaction
766
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
767
+  (0.0ms) begin transaction
768
+ ----------------------------------------------------------
769
+ HumanAttributeValuesTest: test_attribute_with_count_config
770
+ ----------------------------------------------------------
771
+  (0.0ms) rollback transaction
772
+  (0.0ms) begin transaction
773
+ -------------------------------------------------------------
774
+ HumanAttributeValuesTest: test_attribute_without_count_config
775
+ -------------------------------------------------------------
776
+  (0.0ms) rollback transaction
777
+  (0.0ms) begin transaction
778
+ ------------------------------------------------------------------
779
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
780
+ ------------------------------------------------------------------
781
+  (0.0ms) rollback transaction
782
+  (0.0ms) begin transaction
783
+ -----------------------------------------------------------
784
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
785
+ -----------------------------------------------------------
786
+  (0.0ms) rollback transaction
787
+  (0.0ms) begin transaction
788
+ ------------------------------------
789
+ HumanAttributeValuesTest: test_truth
790
+ ------------------------------------
791
+  (0.0ms) rollback transaction
792
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
793
+  (0.1ms) begin transaction
794
+ ----------------------------------------------------------
795
+ HumanAttributeValuesTest: test_attribute_with_count_config
796
+ ----------------------------------------------------------
797
+  (0.0ms) rollback transaction
798
+  (0.0ms) begin transaction
799
+ -------------------------------------------------------------
800
+ HumanAttributeValuesTest: test_attribute_without_count_config
801
+ -------------------------------------------------------------
802
+  (0.0ms) rollback transaction
803
+  (0.0ms) begin transaction
804
+ ------------------------------------------------------------------
805
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
806
+ ------------------------------------------------------------------
807
+  (0.0ms) rollback transaction
808
+  (0.0ms) begin transaction
809
+ -----------------------------------------------------------
810
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
811
+ -----------------------------------------------------------
812
+  (0.0ms) rollback transaction
813
+  (0.0ms) begin transaction
814
+ ------------------------------------
815
+ HumanAttributeValuesTest: test_truth
816
+ ------------------------------------
817
+  (0.0ms) rollback transaction
818
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
819
+  (0.1ms) begin transaction
820
+ ----------------------------------------------------------
821
+ HumanAttributeValuesTest: test_attribute_with_count_config
822
+ ----------------------------------------------------------
823
+  (0.0ms) rollback transaction
824
+  (0.0ms) begin transaction
825
+ -------------------------------------------------------------
826
+ HumanAttributeValuesTest: test_attribute_without_count_config
827
+ -------------------------------------------------------------
828
+  (0.0ms) rollback transaction
829
+  (0.0ms) begin transaction
830
+ ------------------------------------------------------------------
831
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
832
+ ------------------------------------------------------------------
833
+  (0.0ms) rollback transaction
834
+  (0.0ms) begin transaction
835
+ -----------------------------------------------------------
836
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
837
+ -----------------------------------------------------------
838
+  (0.0ms) rollback transaction
839
+  (0.0ms) begin transaction
840
+ ------------------------------------
841
+ HumanAttributeValuesTest: test_truth
842
+ ------------------------------------
843
+  (0.0ms) rollback transaction
844
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
845
+  (0.1ms) begin transaction
846
+ ----------------------------------------------------------
847
+ HumanAttributeValuesTest: test_attribute_with_count_config
848
+ ----------------------------------------------------------
849
+  (0.0ms) rollback transaction
850
+  (0.0ms) begin transaction
851
+ -------------------------------------------------------------
852
+ HumanAttributeValuesTest: test_attribute_without_count_config
853
+ -------------------------------------------------------------
854
+  (0.0ms) rollback transaction
855
+  (0.0ms) begin transaction
856
+ ------------------------------------------------------------------
857
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
858
+ ------------------------------------------------------------------
859
+  (0.0ms) rollback transaction
860
+  (0.0ms) begin transaction
861
+ -----------------------------------------------------------
862
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
863
+ -----------------------------------------------------------
864
+  (0.0ms) rollback transaction
865
+  (0.0ms) begin transaction
866
+ ------------------------------------
867
+ HumanAttributeValuesTest: test_truth
868
+ ------------------------------------
869
+  (0.0ms) rollback transaction
870
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
871
+  (0.0ms) begin transaction
872
+ ----------------------------------------------------------
873
+ HumanAttributeValuesTest: test_attribute_with_count_config
874
+ ----------------------------------------------------------
875
+  (0.0ms) rollback transaction
876
+  (0.0ms) begin transaction
877
+ -------------------------------------------------------------
878
+ HumanAttributeValuesTest: test_attribute_without_count_config
879
+ -------------------------------------------------------------
880
+  (0.0ms) rollback transaction
881
+  (0.0ms) begin transaction
882
+ ------------------------------------------------------------------
883
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
884
+ ------------------------------------------------------------------
885
+  (0.0ms) rollback transaction
886
+  (0.0ms) begin transaction
887
+ -----------------------------------------------------------
888
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
889
+ -----------------------------------------------------------
890
+  (0.0ms) rollback transaction
891
+  (0.0ms) begin transaction
892
+ ------------------------------------
893
+ HumanAttributeValuesTest: test_truth
894
+ ------------------------------------
895
+  (0.0ms) rollback transaction
896
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
897
+  (0.1ms) begin transaction
898
+ ----------------------------------------------------------
899
+ HumanAttributeValuesTest: test_attribute_with_count_config
900
+ ----------------------------------------------------------
901
+  (0.0ms) rollback transaction
902
+  (0.0ms) begin transaction
903
+ -------------------------------------------------------------
904
+ HumanAttributeValuesTest: test_attribute_without_count_config
905
+ -------------------------------------------------------------
906
+  (0.0ms) rollback transaction
907
+  (0.0ms) begin transaction
908
+ ------------------------------------------------------------------
909
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
910
+ ------------------------------------------------------------------
911
+  (0.0ms) rollback transaction
912
+  (0.0ms) begin transaction
913
+ -----------------------------------------------------------
914
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
915
+ -----------------------------------------------------------
916
+  (0.0ms) rollback transaction
917
+  (0.0ms) begin transaction
918
+ ------------------------------------
919
+ HumanAttributeValuesTest: test_truth
920
+ ------------------------------------
921
+  (0.0ms) rollback transaction
922
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
923
+  (0.1ms) begin transaction
924
+ ----------------------------------------------------------
925
+ HumanAttributeValuesTest: test_attribute_with_count_config
926
+ ----------------------------------------------------------
927
+  (0.0ms) rollback transaction
928
+  (0.0ms) begin transaction
929
+ -------------------------------------------------------------
930
+ HumanAttributeValuesTest: test_attribute_without_count_config
931
+ -------------------------------------------------------------
932
+  (0.0ms) rollback transaction
933
+  (0.0ms) begin transaction
934
+ ------------------------------------------------------------------
935
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
936
+ ------------------------------------------------------------------
937
+  (0.0ms) rollback transaction
938
+  (0.0ms) begin transaction
939
+ -----------------------------------------------------------
940
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
941
+ -----------------------------------------------------------
942
+  (0.1ms) rollback transaction
943
+  (0.0ms) begin transaction
944
+ ------------------------------------
945
+ HumanAttributeValuesTest: test_truth
946
+ ------------------------------------
947
+  (0.0ms) rollback transaction
948
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
949
+  (0.1ms) begin transaction
950
+ ----------------------------------------------------------
951
+ HumanAttributeValuesTest: test_attribute_with_count_config
952
+ ----------------------------------------------------------
953
+  (0.0ms) rollback transaction
954
+  (0.0ms) begin transaction
955
+ -------------------------------------------------------------
956
+ HumanAttributeValuesTest: test_attribute_without_count_config
957
+ -------------------------------------------------------------
958
+  (0.0ms) rollback transaction
959
+  (0.0ms) begin transaction
960
+ ------------------------------------------------------------------
961
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
962
+ ------------------------------------------------------------------
963
+  (0.0ms) rollback transaction
964
+  (0.0ms) begin transaction
965
+ -----------------------------------------------------------
966
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
967
+ -----------------------------------------------------------
968
+  (0.0ms) rollback transaction
969
+  (0.0ms) begin transaction
970
+ ------------------------------------
971
+ HumanAttributeValuesTest: test_truth
972
+ ------------------------------------
973
+  (0.0ms) rollback transaction
974
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
975
+  (0.1ms) begin transaction
976
+ ----------------------------------------------------------
977
+ HumanAttributeValuesTest: test_attribute_with_count_config
978
+ ----------------------------------------------------------
979
+  (0.0ms) rollback transaction
980
+  (0.0ms) begin transaction
981
+ -------------------------------------------------------------
982
+ HumanAttributeValuesTest: test_attribute_without_count_config
983
+ -------------------------------------------------------------
984
+  (0.0ms) rollback transaction
985
+  (0.0ms) begin transaction
986
+ ------------------------------------------------------------------
987
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
988
+ ------------------------------------------------------------------
989
+  (0.0ms) rollback transaction
990
+  (0.0ms) begin transaction
991
+ ------------------------------------------------------------
992
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
993
+ ------------------------------------------------------------
994
+  (0.0ms) rollback transaction
995
+  (0.0ms) begin transaction
996
+ -----------------------------------------------------------
997
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
998
+ -----------------------------------------------------------
999
+  (0.0ms) rollback transaction
1000
+  (0.0ms) begin transaction
1001
+ ------------------------------------
1002
+ HumanAttributeValuesTest: test_truth
1003
+ ------------------------------------
1004
+  (0.0ms) rollback transaction
1005
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1006
+ Migrating to CreateNumericModels (20150131162551)
1007
+  (0.0ms) begin transaction
1008
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime) 
1009
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1010
+  (55.0ms) commit transaction
1011
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1012
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1013
+  (0.1ms) begin transaction
1014
+ ----------------------------------------------------------
1015
+ HumanAttributeValuesTest: test_attribute_with_count_config
1016
+ ----------------------------------------------------------
1017
+  (0.0ms) rollback transaction
1018
+  (0.0ms) begin transaction
1019
+ -------------------------------------------------------------
1020
+ HumanAttributeValuesTest: test_attribute_without_count_config
1021
+ -------------------------------------------------------------
1022
+  (0.0ms) rollback transaction
1023
+  (0.0ms) begin transaction
1024
+ ------------------------------------------------------------------
1025
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1026
+ ------------------------------------------------------------------
1027
+  (0.0ms) rollback transaction
1028
+  (0.0ms) begin transaction
1029
+ ------------------------------------------------------------
1030
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1031
+ ------------------------------------------------------------
1032
+  (0.0ms) rollback transaction
1033
+  (0.0ms) begin transaction
1034
+ -----------------------------------------------------------
1035
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1036
+ -----------------------------------------------------------
1037
+  (0.0ms) rollback transaction
1038
+  (0.0ms) begin transaction
1039
+ ------------------------------------
1040
+ HumanAttributeValuesTest: test_truth
1041
+ ------------------------------------
1042
+  (0.0ms) rollback transaction
1043
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1044
+  (0.1ms) begin transaction
1045
+ ----------------------------------------------------------
1046
+ HumanAttributeValuesTest: test_attribute_with_count_config
1047
+ ----------------------------------------------------------
1048
+  (0.0ms) rollback transaction
1049
+  (0.0ms) begin transaction
1050
+ -------------------------------------------------------------
1051
+ HumanAttributeValuesTest: test_attribute_without_count_config
1052
+ -------------------------------------------------------------
1053
+  (0.0ms) rollback transaction
1054
+  (0.0ms) begin transaction
1055
+ ------------------------------------------------------------------
1056
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1057
+ ------------------------------------------------------------------
1058
+  (0.0ms) rollback transaction
1059
+  (0.0ms) begin transaction
1060
+ ------------------------------------------------------------
1061
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1062
+ ------------------------------------------------------------
1063
+  (0.0ms) rollback transaction
1064
+  (0.0ms) begin transaction
1065
+ -----------------------------------------------------------
1066
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1067
+ -----------------------------------------------------------
1068
+  (0.0ms) rollback transaction
1069
+  (0.0ms) begin transaction
1070
+ ------------------------------------
1071
+ HumanAttributeValuesTest: test_truth
1072
+ ------------------------------------
1073
+  (0.0ms) rollback transaction
1074
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1075
+  (0.0ms) begin transaction
1076
+ ----------------------------------------------------------
1077
+ HumanAttributeValuesTest: test_attribute_with_count_config
1078
+ ----------------------------------------------------------
1079
+  (0.0ms) rollback transaction
1080
+  (0.0ms) begin transaction
1081
+ -------------------------------------------------------------
1082
+ HumanAttributeValuesTest: test_attribute_without_count_config
1083
+ -------------------------------------------------------------
1084
+  (0.0ms) rollback transaction
1085
+  (0.0ms) begin transaction
1086
+ ------------------------------------------------------------------
1087
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1088
+ ------------------------------------------------------------------
1089
+  (0.0ms) rollback transaction
1090
+  (0.0ms) begin transaction
1091
+ ------------------------------------------------------------
1092
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1093
+ ------------------------------------------------------------
1094
+  (0.0ms) rollback transaction
1095
+  (0.0ms) begin transaction
1096
+ -----------------------------------------------------------
1097
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1098
+ -----------------------------------------------------------
1099
+  (0.0ms) rollback transaction
1100
+  (0.0ms) begin transaction
1101
+ ------------------------------------
1102
+ HumanAttributeValuesTest: test_truth
1103
+ ------------------------------------
1104
+  (0.0ms) rollback transaction
1105
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1106
+  (0.1ms) begin transaction
1107
+ ----------------------------------------------------------
1108
+ HumanAttributeValuesTest: test_attribute_with_count_config
1109
+ ----------------------------------------------------------
1110
+  (0.0ms) rollback transaction
1111
+  (0.0ms) begin transaction
1112
+ -------------------------------------------------------------
1113
+ HumanAttributeValuesTest: test_attribute_without_count_config
1114
+ -------------------------------------------------------------
1115
+  (0.0ms) rollback transaction
1116
+  (0.0ms) begin transaction
1117
+ ------------------------------------------------------------------
1118
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1119
+ ------------------------------------------------------------------
1120
+  (0.0ms) rollback transaction
1121
+  (0.0ms) begin transaction
1122
+ ------------------------------------------------------------
1123
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1124
+ ------------------------------------------------------------
1125
+  (0.3ms) rollback transaction
1126
+  (0.2ms) begin transaction
1127
+ -----------------------------------------------------------
1128
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1129
+ -----------------------------------------------------------
1130
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1131
+  (0.1ms) begin transaction
1132
+ ----------------------------------------------------------
1133
+ HumanAttributeValuesTest: test_attribute_with_count_config
1134
+ ----------------------------------------------------------
1135
+  (0.0ms) rollback transaction
1136
+  (0.0ms) begin transaction
1137
+ -------------------------------------------------------------
1138
+ HumanAttributeValuesTest: test_attribute_without_count_config
1139
+ -------------------------------------------------------------
1140
+  (0.0ms) rollback transaction
1141
+  (0.0ms) begin transaction
1142
+ ------------------------------------------------------------------
1143
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1144
+ ------------------------------------------------------------------
1145
+  (0.0ms) rollback transaction
1146
+  (0.0ms) begin transaction
1147
+ ------------------------------------------------------------
1148
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1149
+ ------------------------------------------------------------
1150
+  (0.0ms) rollback transaction
1151
+  (0.0ms) begin transaction
1152
+ -----------------------------------------------------------
1153
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1154
+ -----------------------------------------------------------
1155
+  (0.0ms) rollback transaction
1156
+  (0.0ms) begin transaction
1157
+ ------------------------------------
1158
+ HumanAttributeValuesTest: test_truth
1159
+ ------------------------------------
1160
+  (0.0ms) rollback transaction
1161
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1162
+ Migrating to CreateLexicons (20150131164609)
1163
+  (0.0ms) begin transaction
1164
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answers_id" integer, "created_at" datetime, "updated_at" datetime) 
1165
+  (0.0ms) select sqlite_version(*)
1166
+  (0.1ms) CREATE INDEX "index_lexicons_on_answers_id" ON "lexicons" ("answers_id")
1167
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1168
+  (77.3ms) commit transaction
1169
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1170
+  (0.1ms)  SELECT sql
1171
+ FROM sqlite_master
1172
+ WHERE name='index_lexicons_on_answers_id' AND type='index'
1173
+ UNION ALL
1174
+ SELECT sql
1175
+ FROM sqlite_temp_master
1176
+ WHERE name='index_lexicons_on_answers_id' AND type='index'
1177
+ 
1178
+  (96.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1179
+  (0.2ms) select sqlite_version(*)
1180
+  (105.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1181
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1182
+ Migrating to CreateTheAnswers (20150127220502)
1183
+  (0.1ms) begin transaction
1184
+  (0.3ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1185
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1186
+  (103.6ms) commit transaction
1187
+ Migrating to CreateParents (20150131153819)
1188
+  (0.0ms) begin transaction
1189
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1190
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1191
+  (65.4ms) commit transaction
1192
+ Migrating to CreateBooleanModels (20150131161322)
1193
+  (0.0ms) begin transaction
1194
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1195
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1196
+  (333.7ms) commit transaction
1197
+ Migrating to CreateNumericModels (20150131162551)
1198
+  (0.0ms) begin transaction
1199
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1200
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1201
+  (72.2ms) commit transaction
1202
+ Migrating to CreateLexicons (20150131164609)
1203
+  (0.0ms) begin transaction
1204
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answer_id" integer, "created_at" datetime, "updated_at" datetime)
1205
+  (0.1ms) CREATE INDEX "index_lexicons_on_answer_id" ON "lexicons" ("answer_id")
1206
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1207
+  (71.8ms) commit transaction
1208
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1209
+  (0.1ms)  SELECT sql
1210
+ FROM sqlite_master
1211
+ WHERE name='index_lexicons_on_answer_id' AND type='index'
1212
+ UNION ALL
1213
+ SELECT sql
1214
+ FROM sqlite_temp_master
1215
+ WHERE name='index_lexicons_on_answer_id' AND type='index'
1216
+ 
1217
+  (87.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1218
+  (0.2ms) select sqlite_version(*)
1219
+  (105.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1220
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1221
+ Migrating to CreateTheAnswers (20150127220502)
1222
+  (0.1ms) begin transaction
1223
+  (0.3ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1224
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1225
+  (104.6ms) commit transaction
1226
+ Migrating to CreateParents (20150131153819)
1227
+  (0.1ms) begin transaction
1228
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1229
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1230
+  (65.1ms) commit transaction
1231
+ Migrating to CreateBooleanModels (20150131161322)
1232
+  (0.0ms) begin transaction
1233
+  (0.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1234
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1235
+  (391.9ms) commit transaction
1236
+ Migrating to CreateNumericModels (20150131162551)
1237
+  (0.0ms) begin transaction
1238
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1239
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1240
+  (70.8ms) commit transaction
1241
+ Migrating to CreateLexicons (20150131164609)
1242
+  (0.2ms) begin transaction
1243
+  (0.7ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1244
+  (0.4ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1245
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1246
+  (70.9ms) commit transaction
1247
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1248
+  (0.1ms)  SELECT sql
1249
+ FROM sqlite_master
1250
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1251
+ UNION ALL
1252
+ SELECT sql
1253
+ FROM sqlite_temp_master
1254
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1255
+ 
1256
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1257
+  (0.0ms) begin transaction
1258
+ ----------------------------------------------------------
1259
+ HumanAttributeValuesTest: test_attribute_with_count_config
1260
+ ----------------------------------------------------------
1261
+  (0.0ms) rollback transaction
1262
+  (0.0ms) begin transaction
1263
+ -------------------------------------------------------------
1264
+ HumanAttributeValuesTest: test_attribute_without_count_config
1265
+ -------------------------------------------------------------
1266
+  (0.0ms) rollback transaction
1267
+  (0.0ms) begin transaction
1268
+ ------------------------------------------------------------------
1269
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1270
+ ------------------------------------------------------------------
1271
+  (0.0ms) rollback transaction
1272
+  (0.0ms) begin transaction
1273
+ ----------------------------------------------------------
1274
+ HumanAttributeValuesTest: test_resolution_for_associations
1275
+ ----------------------------------------------------------
1276
+  (0.0ms) rollback transaction
1277
+  (0.0ms) begin transaction
1278
+ ------------------------------------------------------------
1279
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1280
+ ------------------------------------------------------------
1281
+  (0.0ms) rollback transaction
1282
+  (0.0ms) begin transaction
1283
+ -----------------------------------------------------------
1284
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1285
+ -----------------------------------------------------------
1286
+  (0.0ms) rollback transaction
1287
+  (0.0ms) begin transaction
1288
+ ------------------------------------
1289
+ HumanAttributeValuesTest: test_truth
1290
+ ------------------------------------
1291
+  (0.0ms) rollback transaction
1292
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1293
+  (0.1ms) begin transaction
1294
+ ----------------------------------------------------------
1295
+ HumanAttributeValuesTest: test_attribute_with_count_config
1296
+ ----------------------------------------------------------
1297
+  (0.0ms) rollback transaction
1298
+  (0.0ms) begin transaction
1299
+ -------------------------------------------------------------
1300
+ HumanAttributeValuesTest: test_attribute_without_count_config
1301
+ -------------------------------------------------------------
1302
+  (0.0ms) rollback transaction
1303
+  (0.0ms) begin transaction
1304
+ ------------------------------------------------------------------
1305
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1306
+ ------------------------------------------------------------------
1307
+  (0.0ms) rollback transaction
1308
+  (0.0ms) begin transaction
1309
+ ----------------------------------------------------------
1310
+ HumanAttributeValuesTest: test_resolution_for_associations
1311
+ ----------------------------------------------------------
1312
+  (0.0ms) rollback transaction
1313
+  (0.0ms) begin transaction
1314
+ ------------------------------------------------------------
1315
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1316
+ ------------------------------------------------------------
1317
+  (0.0ms) rollback transaction
1318
+  (0.0ms) begin transaction
1319
+ -----------------------------------------------------------
1320
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1321
+ -----------------------------------------------------------
1322
+  (0.0ms) rollback transaction
1323
+  (0.0ms) begin transaction
1324
+ ------------------------------------
1325
+ HumanAttributeValuesTest: test_truth
1326
+ ------------------------------------
1327
+  (0.0ms) rollback transaction
1328
+  (0.1ms) begin transaction
1329
+ ----------------------------------------------------------
1330
+ HumanAttributeValuesTest: test_attribute_with_count_config
1331
+ ----------------------------------------------------------
1332
+  (0.0ms) rollback transaction
1333
+  (0.0ms) begin transaction
1334
+ -------------------------------------------------------------
1335
+ HumanAttributeValuesTest: test_attribute_without_count_config
1336
+ -------------------------------------------------------------
1337
+  (0.0ms) rollback transaction
1338
+  (0.0ms) begin transaction
1339
+ ------------------------------------------------------------------
1340
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1341
+ ------------------------------------------------------------------
1342
+  (0.0ms) rollback transaction
1343
+  (0.0ms) begin transaction
1344
+ ----------------------------------------------------------
1345
+ HumanAttributeValuesTest: test_resolution_for_associations
1346
+ ----------------------------------------------------------
1347
+  (0.0ms) rollback transaction
1348
+  (0.0ms) begin transaction
1349
+ ------------------------------------------------------------
1350
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1351
+ ------------------------------------------------------------
1352
+  (0.0ms) rollback transaction
1353
+  (0.0ms) begin transaction
1354
+ -----------------------------------------------------------
1355
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1356
+ -----------------------------------------------------------
1357
+  (0.0ms) rollback transaction
1358
+  (0.0ms) begin transaction
1359
+ ------------------------------------
1360
+ HumanAttributeValuesTest: test_truth
1361
+ ------------------------------------
1362
+  (0.0ms) rollback transaction
1363
+  (83.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1364
+  (0.1ms) select sqlite_version(*)
1365
+  (106.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1366
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1367
+ Migrating to CreateTheAnswers (20150127220502)
1368
+  (0.1ms) begin transaction
1369
+  (0.4ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1370
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1371
+  (102.3ms) commit transaction
1372
+ Migrating to CreateParents (20150131153819)
1373
+  (0.1ms) begin transaction
1374
+  (0.5ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1375
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1376
+  (62.7ms) commit transaction
1377
+ Migrating to CreateBooleanModels (20150131161322)
1378
+  (0.0ms) begin transaction
1379
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1380
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1381
+  (291.9ms) commit transaction
1382
+ Migrating to CreateNumericModels (20150131162551)
1383
+  (0.0ms) begin transaction
1384
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1385
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1386
+  (108.4ms) commit transaction
1387
+ Migrating to CreateLexicons (20150131164609)
1388
+  (0.1ms) begin transaction
1389
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1390
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1391
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1392
+  (81.5ms) commit transaction
1393
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1394
+  (0.1ms)  SELECT sql
1395
+ FROM sqlite_master
1396
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1397
+ UNION ALL
1398
+ SELECT sql
1399
+ FROM sqlite_temp_master
1400
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1401
+ 
1402
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1403
+  (0.1ms) begin transaction
1404
+ ----------------------------------------------------------
1405
+ HumanAttributeValuesTest: test_attribute_with_count_config
1406
+ ----------------------------------------------------------
1407
+  (0.0ms) rollback transaction
1408
+  (0.0ms) begin transaction
1409
+ -------------------------------------------------------------
1410
+ HumanAttributeValuesTest: test_attribute_without_count_config
1411
+ -------------------------------------------------------------
1412
+  (0.0ms) rollback transaction
1413
+  (0.0ms) begin transaction
1414
+ ------------------------------------------------------------------
1415
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1416
+ ------------------------------------------------------------------
1417
+  (0.0ms) rollback transaction
1418
+  (0.0ms) begin transaction
1419
+ ----------------------------------------------------------
1420
+ HumanAttributeValuesTest: test_resolution_for_associations
1421
+ ----------------------------------------------------------
1422
+  (0.0ms) rollback transaction
1423
+  (0.0ms) begin transaction
1424
+ ------------------------------------------------------------
1425
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1426
+ ------------------------------------------------------------
1427
+  (0.0ms) rollback transaction
1428
+  (0.0ms) begin transaction
1429
+ -----------------------------------------------------------
1430
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1431
+ -----------------------------------------------------------
1432
+  (0.0ms) rollback transaction
1433
+  (0.0ms) begin transaction
1434
+ ------------------------------------
1435
+ HumanAttributeValuesTest: test_truth
1436
+ ------------------------------------
1437
+  (0.0ms) rollback transaction
1438
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1439
+  (0.1ms) begin transaction
1440
+ ----------------------------------------------------------
1441
+ HumanAttributeValuesTest: test_attribute_with_count_config
1442
+ ----------------------------------------------------------
1443
+  (0.0ms) rollback transaction
1444
+  (0.0ms) begin transaction
1445
+ -------------------------------------------------------------
1446
+ HumanAttributeValuesTest: test_attribute_without_count_config
1447
+ -------------------------------------------------------------
1448
+  (0.0ms) rollback transaction
1449
+  (0.0ms) begin transaction
1450
+ ------------------------------------------------------------------
1451
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1452
+ ------------------------------------------------------------------
1453
+  (0.0ms) rollback transaction
1454
+  (0.0ms) begin transaction
1455
+ ----------------------------------------------------------
1456
+ HumanAttributeValuesTest: test_resolution_for_associations
1457
+ ----------------------------------------------------------
1458
+  (0.0ms) rollback transaction
1459
+  (0.0ms) begin transaction
1460
+ ------------------------------------------------------------
1461
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1462
+ ------------------------------------------------------------
1463
+  (0.0ms) rollback transaction
1464
+  (0.0ms) begin transaction
1465
+ -----------------------------------------------------------
1466
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1467
+ -----------------------------------------------------------
1468
+  (0.0ms) rollback transaction
1469
+  (0.0ms) begin transaction
1470
+ ------------------------------------
1471
+ HumanAttributeValuesTest: test_truth
1472
+ ------------------------------------
1473
+  (0.0ms) rollback transaction
1474
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1475
+  (0.1ms) begin transaction
1476
+ ----------------------------------------------------------
1477
+ HumanAttributeValuesTest: test_attribute_with_count_config
1478
+ ----------------------------------------------------------
1479
+  (0.0ms) rollback transaction
1480
+  (0.0ms) begin transaction
1481
+ -------------------------------------------------------------
1482
+ HumanAttributeValuesTest: test_attribute_without_count_config
1483
+ -------------------------------------------------------------
1484
+  (0.0ms) rollback transaction
1485
+  (0.0ms) begin transaction
1486
+ ------------------------------------------------------------------
1487
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1488
+ ------------------------------------------------------------------
1489
+  (0.0ms) rollback transaction
1490
+  (0.0ms) begin transaction
1491
+ ----------------------------------------------------------
1492
+ HumanAttributeValuesTest: test_resolution_for_associations
1493
+ ----------------------------------------------------------
1494
+  (0.0ms) rollback transaction
1495
+  (0.0ms) begin transaction
1496
+ ------------------------------------------------------------
1497
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1498
+ ------------------------------------------------------------
1499
+  (0.0ms) rollback transaction
1500
+  (0.0ms) begin transaction
1501
+ -----------------------------------------------------------
1502
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1503
+ -----------------------------------------------------------
1504
+  (0.0ms) rollback transaction
1505
+  (0.0ms) begin transaction
1506
+ ------------------------------------
1507
+ HumanAttributeValuesTest: test_truth
1508
+ ------------------------------------
1509
+  (0.0ms) rollback transaction
1510
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1511
+  (0.1ms) begin transaction
1512
+ ----------------------------------------------------------
1513
+ HumanAttributeValuesTest: test_attribute_with_count_config
1514
+ ----------------------------------------------------------
1515
+  (0.0ms) rollback transaction
1516
+  (0.0ms) begin transaction
1517
+ -------------------------------------------------------------
1518
+ HumanAttributeValuesTest: test_attribute_without_count_config
1519
+ -------------------------------------------------------------
1520
+  (0.0ms) rollback transaction
1521
+  (0.0ms) begin transaction
1522
+ ------------------------------------------------------------------
1523
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1524
+ ------------------------------------------------------------------
1525
+  (0.1ms) rollback transaction
1526
+  (0.0ms) begin transaction
1527
+ ----------------------------------------------------------
1528
+ HumanAttributeValuesTest: test_resolution_for_associations
1529
+ ----------------------------------------------------------
1530
+  (0.0ms) rollback transaction
1531
+  (0.0ms) begin transaction
1532
+ ------------------------------------------------------------
1533
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1534
+ ------------------------------------------------------------
1535
+  (0.0ms) rollback transaction
1536
+  (0.0ms) begin transaction
1537
+ -----------------------------------------------------------
1538
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1539
+ -----------------------------------------------------------
1540
+  (0.0ms) rollback transaction
1541
+  (0.0ms) begin transaction
1542
+ ------------------------------------
1543
+ HumanAttributeValuesTest: test_truth
1544
+ ------------------------------------
1545
+  (0.0ms) rollback transaction
1546
+  (78.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1547
+  (0.2ms) select sqlite_version(*)
1548
+  (111.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1549
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1550
+ Migrating to CreateTheAnswers (20150127220502)
1551
+  (0.0ms) begin transaction
1552
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1553
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1554
+  (106.4ms) commit transaction
1555
+ Migrating to CreateParents (20150131153819)
1556
+  (0.0ms) begin transaction
1557
+  (0.1ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1558
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1559
+  (65.3ms) commit transaction
1560
+ Migrating to CreateBooleanModels (20150131161322)
1561
+  (0.0ms) begin transaction
1562
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1563
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1564
+  (245.9ms) commit transaction
1565
+ Migrating to CreateNumericModels (20150131162551)
1566
+  (0.1ms) begin transaction
1567
+  (0.3ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1568
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1569
+  (87.8ms) commit transaction
1570
+ Migrating to CreateLexicons (20150131164609)
1571
+  (0.1ms) begin transaction
1572
+  (0.4ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1573
+  (0.2ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1574
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1575
+  (91.1ms) commit transaction
1576
+ Migrating to CreateEnumModels (20150131170613)
1577
+  (0.0ms) begin transaction
1578
+  (0.2ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
1579
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
1580
+  (267.9ms) commit transaction
1581
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1582
+  (0.1ms)  SELECT sql
1583
+ FROM sqlite_master
1584
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1585
+ UNION ALL
1586
+ SELECT sql
1587
+ FROM sqlite_temp_master
1588
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1589
+ 
1590
+  (0.1ms) begin transaction
1591
+ ----------------------------------------------------------
1592
+ HumanAttributeValuesTest: test_attribute_with_count_config
1593
+ ----------------------------------------------------------
1594
+  (0.0ms) rollback transaction
1595
+  (0.0ms) begin transaction
1596
+ -------------------------------------------------------------
1597
+ HumanAttributeValuesTest: test_attribute_without_count_config
1598
+ -------------------------------------------------------------
1599
+  (0.0ms) rollback transaction
1600
+  (0.0ms) begin transaction
1601
+ ------------------------------------------------------------------
1602
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1603
+ ------------------------------------------------------------------
1604
+  (0.0ms) rollback transaction
1605
+  (0.0ms) begin transaction
1606
+ ----------------------------------------------------------
1607
+ HumanAttributeValuesTest: test_resolution_for_associations
1608
+ ----------------------------------------------------------
1609
+  (0.0ms) rollback transaction
1610
+  (0.0ms) begin transaction
1611
+ ---------------------------------------------------
1612
+ HumanAttributeValuesTest: test_resolution_for_enums
1613
+ ---------------------------------------------------
1614
+  (0.0ms) rollback transaction
1615
+  (0.0ms) begin transaction
1616
+ ------------------------------------------------------------
1617
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1618
+ ------------------------------------------------------------
1619
+  (0.0ms) rollback transaction
1620
+  (0.0ms) begin transaction
1621
+ -----------------------------------------------------------
1622
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1623
+ -----------------------------------------------------------
1624
+  (0.0ms) rollback transaction
1625
+  (0.0ms) begin transaction
1626
+ ------------------------------------
1627
+ HumanAttributeValuesTest: test_truth
1628
+ ------------------------------------
1629
+  (0.0ms) rollback transaction
1630
+  (76.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1631
+  (0.1ms) select sqlite_version(*)
1632
+  (94.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1633
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1634
+ Migrating to CreateTheAnswers (20150127220502)
1635
+  (0.0ms) begin transaction
1636
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1637
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1638
+  (62.2ms) commit transaction
1639
+ Migrating to CreateParents (20150131153819)
1640
+  (0.1ms) begin transaction
1641
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1642
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1643
+  (65.1ms) commit transaction
1644
+ Migrating to CreateBooleanModels (20150131161322)
1645
+  (0.0ms) begin transaction
1646
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1647
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1648
+  (279.1ms) commit transaction
1649
+ Migrating to CreateNumericModels (20150131162551)
1650
+  (0.0ms) begin transaction
1651
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1652
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1653
+  (65.2ms) commit transaction
1654
+ Migrating to CreateLexicons (20150131164609)
1655
+  (0.1ms) begin transaction
1656
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1657
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1658
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1659
+  (95.7ms) commit transaction
1660
+ Migrating to CreateEnumModels (20150131170613)
1661
+  (0.0ms) begin transaction
1662
+  (0.1ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
1663
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
1664
+  (66.7ms) commit transaction
1665
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1666
+  (0.1ms)  SELECT sql
1667
+ FROM sqlite_master
1668
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1669
+ UNION ALL
1670
+ SELECT sql
1671
+ FROM sqlite_temp_master
1672
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1673
+ 
1674
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1675
+  (0.1ms) begin transaction
1676
+ ----------------------------------------------------------
1677
+ HumanAttributeValuesTest: test_attribute_with_count_config
1678
+ ----------------------------------------------------------
1679
+  (0.0ms) rollback transaction
1680
+  (0.0ms) begin transaction
1681
+ -------------------------------------------------------------
1682
+ HumanAttributeValuesTest: test_attribute_without_count_config
1683
+ -------------------------------------------------------------
1684
+  (0.0ms) rollback transaction
1685
+  (0.0ms) begin transaction
1686
+ ------------------------------------------------------------------
1687
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1688
+ ------------------------------------------------------------------
1689
+  (0.0ms) rollback transaction
1690
+  (0.0ms) begin transaction
1691
+ ----------------------------------------------------------
1692
+ HumanAttributeValuesTest: test_resolution_for_associations
1693
+ ----------------------------------------------------------
1694
+  (0.0ms) rollback transaction
1695
+  (0.0ms) begin transaction
1696
+ ---------------------------------------------------
1697
+ HumanAttributeValuesTest: test_resolution_for_enums
1698
+ ---------------------------------------------------
1699
+  (0.0ms) rollback transaction
1700
+  (0.0ms) begin transaction
1701
+ ------------------------------------------------------------
1702
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1703
+ ------------------------------------------------------------
1704
+  (0.0ms) rollback transaction
1705
+  (0.0ms) begin transaction
1706
+ -----------------------------------------------------------
1707
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1708
+ -----------------------------------------------------------
1709
+  (0.0ms) rollback transaction
1710
+  (0.0ms) begin transaction
1711
+ ------------------------------------
1712
+ HumanAttributeValuesTest: test_truth
1713
+ ------------------------------------
1714
+  (0.0ms) rollback transaction
1715
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1716
+  (0.1ms) begin transaction
1717
+ ----------------------------------------------------------
1718
+ HumanAttributeValuesTest: test_attribute_with_count_config
1719
+ ----------------------------------------------------------
1720
+  (0.0ms) rollback transaction
1721
+  (0.0ms) begin transaction
1722
+ -------------------------------------------------------------
1723
+ HumanAttributeValuesTest: test_attribute_without_count_config
1724
+ -------------------------------------------------------------
1725
+  (0.0ms) rollback transaction
1726
+  (0.0ms) begin transaction
1727
+ ------------------------------------------------------------------
1728
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1729
+ ------------------------------------------------------------------
1730
+  (0.0ms) rollback transaction
1731
+  (0.0ms) begin transaction
1732
+ ----------------------------------------------------------
1733
+ HumanAttributeValuesTest: test_resolution_for_associations
1734
+ ----------------------------------------------------------
1735
+  (0.0ms) rollback transaction
1736
+  (0.0ms) begin transaction
1737
+ ---------------------------------------------------
1738
+ HumanAttributeValuesTest: test_resolution_for_enums
1739
+ ---------------------------------------------------
1740
+  (0.0ms) rollback transaction
1741
+  (0.0ms) begin transaction
1742
+ ------------------------------------------------------------
1743
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1744
+ ------------------------------------------------------------
1745
+  (0.0ms) rollback transaction
1746
+  (0.0ms) begin transaction
1747
+ -----------------------------------------------------------
1748
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1749
+ -----------------------------------------------------------
1750
+  (0.0ms) rollback transaction
1751
+  (0.0ms) begin transaction
1752
+ ------------------------------------
1753
+ HumanAttributeValuesTest: test_truth
1754
+ ------------------------------------
1755
+  (0.0ms) rollback transaction
1756
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1757
+  (0.0ms) begin transaction
1758
+ ----------------------------------------------------------
1759
+ HumanAttributeValuesTest: test_attribute_with_count_config
1760
+ ----------------------------------------------------------
1761
+  (0.0ms) rollback transaction
1762
+  (0.0ms) begin transaction
1763
+ -------------------------------------------------------------
1764
+ HumanAttributeValuesTest: test_attribute_without_count_config
1765
+ -------------------------------------------------------------
1766
+  (0.0ms) rollback transaction
1767
+  (0.0ms) begin transaction
1768
+ ------------------------------------------------------------------
1769
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1770
+ ------------------------------------------------------------------
1771
+  (0.0ms) rollback transaction
1772
+  (0.0ms) begin transaction
1773
+ ----------------------------------------------------------
1774
+ HumanAttributeValuesTest: test_resolution_for_associations
1775
+ ----------------------------------------------------------
1776
+  (0.0ms) rollback transaction
1777
+  (0.0ms) begin transaction
1778
+ ---------------------------------------------------
1779
+ HumanAttributeValuesTest: test_resolution_for_enums
1780
+ ---------------------------------------------------
1781
+  (0.0ms) rollback transaction
1782
+  (0.0ms) begin transaction
1783
+ ------------------------------------------------------------
1784
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1785
+ ------------------------------------------------------------
1786
+  (0.0ms) rollback transaction
1787
+  (0.0ms) begin transaction
1788
+ -----------------------------------------------------------
1789
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1790
+ -----------------------------------------------------------
1791
+  (0.0ms) rollback transaction
1792
+  (0.1ms) begin transaction
1793
+ ------------------------------------
1794
+ HumanAttributeValuesTest: test_truth
1795
+ ------------------------------------
1796
+  (0.0ms) rollback transaction
1797
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1798
+  (0.1ms) begin transaction
1799
+ ----------------------------------------------------------
1800
+ HumanAttributeValuesTest: test_attribute_with_count_config
1801
+ ----------------------------------------------------------
1802
+  (0.0ms) rollback transaction
1803
+  (0.0ms) begin transaction
1804
+ -------------------------------------------------------------
1805
+ HumanAttributeValuesTest: test_attribute_without_count_config
1806
+ -------------------------------------------------------------
1807
+  (0.0ms) rollback transaction
1808
+  (0.0ms) begin transaction
1809
+ ------------------------------------------------------------------
1810
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1811
+ ------------------------------------------------------------------
1812
+  (0.0ms) rollback transaction
1813
+  (0.0ms) begin transaction
1814
+ ----------------------------------------------------------
1815
+ HumanAttributeValuesTest: test_resolution_for_associations
1816
+ ----------------------------------------------------------
1817
+  (0.0ms) rollback transaction
1818
+  (0.0ms) begin transaction
1819
+ ---------------------------------------------------
1820
+ HumanAttributeValuesTest: test_resolution_for_enums
1821
+ ---------------------------------------------------
1822
+  (0.0ms) rollback transaction
1823
+  (0.0ms) begin transaction
1824
+ ------------------------------------------------------------
1825
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
1826
+ ------------------------------------------------------------
1827
+  (0.0ms) rollback transaction
1828
+  (0.0ms) begin transaction
1829
+ -----------------------------------------------------------
1830
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
1831
+ -----------------------------------------------------------
1832
+  (0.0ms) rollback transaction
1833
+  (0.0ms) begin transaction
1834
+ ------------------------------------
1835
+ HumanAttributeValuesTest: test_truth
1836
+ ------------------------------------
1837
+  (0.0ms) rollback transaction
1838
+  (765.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1839
+  (0.1ms) select sqlite_version(*)
1840
+  (95.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1841
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1842
+ Migrating to CreateTheAnswers (20150127220502)
1843
+  (0.0ms) begin transaction
1844
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1845
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1846
+  (90.2ms) commit transaction
1847
+ Migrating to CreateParents (20150131153819)
1848
+  (0.1ms) begin transaction
1849
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1850
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1851
+  (65.0ms) commit transaction
1852
+ Migrating to CreateBooleanModels (20150131161322)
1853
+  (0.1ms) begin transaction
1854
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1855
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1856
+  (278.9ms) commit transaction
1857
+ Migrating to CreateNumericModels (20150131162551)
1858
+  (0.0ms) begin transaction
1859
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1860
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1861
+  (65.1ms) commit transaction
1862
+ Migrating to CreateLexicons (20150131164609)
1863
+  (0.0ms) begin transaction
1864
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1865
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1866
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1867
+  (95.7ms) commit transaction
1868
+ Migrating to CreateEnumModels (20150131170613)
1869
+  (0.1ms) begin transaction
1870
+  (0.3ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
1871
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
1872
+  (65.9ms) commit transaction
1873
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1874
+  (0.1ms)  SELECT sql
1875
+ FROM sqlite_master
1876
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1877
+ UNION ALL
1878
+ SELECT sql
1879
+ FROM sqlite_temp_master
1880
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1881
+ 
1882
+  (1029.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1883
+  (0.1ms) select sqlite_version(*)
1884
+  (83.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1885
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1886
+ Migrating to CreateTheAnswers (20150127220502)
1887
+  (0.0ms) begin transaction
1888
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1889
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1890
+  (45.3ms) commit transaction
1891
+ Migrating to CreateParents (20150131153819)
1892
+  (0.1ms) begin transaction
1893
+  (0.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1894
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1895
+  (48.9ms) commit transaction
1896
+ Migrating to CreateBooleanModels (20150131161322)
1
1897
   (0.2ms) begin transaction
1898
+  (0.6ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1899
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1900
+  (83.9ms) commit transaction
1901
+ Migrating to CreateNumericModels (20150131162551)
1902
+  (0.1ms) begin transaction
1903
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1904
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1905
+  (47.9ms) commit transaction
1906
+ Migrating to CreateLexicons (20150131164609)
1907
+  (0.1ms) begin transaction
1908
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1909
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1910
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1911
+  (282.5ms) commit transaction
1912
+ Migrating to CreateEnumModels (20150131170613)
1913
+  (0.0ms) begin transaction
1914
+  (0.2ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
1915
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
1916
+  (79.9ms) commit transaction
1917
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1918
+  (0.1ms)  SELECT sql
1919
+ FROM sqlite_master
1920
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1921
+ UNION ALL
1922
+ SELECT sql
1923
+ FROM sqlite_temp_master
1924
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1925
+ 
1926
+  (76.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1927
+  (0.1ms) select sqlite_version(*)
1928
+  (95.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1929
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
1930
+ Migrating to CreateTheAnswers (20150127220502)
1931
+  (0.0ms) begin transaction
1932
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
1933
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
1934
+  (89.9ms) commit transaction
1935
+ Migrating to CreateParents (20150131153819)
1936
+  (0.0ms) begin transaction
1937
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
1938
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
1939
+  (65.1ms) commit transaction
1940
+ Migrating to CreateBooleanModels (20150131161322)
1941
+  (0.0ms) begin transaction
1942
+  (0.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
1943
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
1944
+  (354.6ms) commit transaction
1945
+ Migrating to CreateNumericModels (20150131162551)
1946
+  (0.0ms) begin transaction
1947
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
1948
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
1949
+  (78.7ms) commit transaction
1950
+ Migrating to CreateLexicons (20150131164609)
1951
+  (0.0ms) begin transaction
1952
+  (0.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
1953
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
1954
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
1955
+  (95.5ms) commit transaction
1956
+ Migrating to CreateEnumModels (20150131170613)
1957
+  (0.1ms) begin transaction
1958
+  (0.3ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
1959
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
1960
+  (65.5ms) commit transaction
1961
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1962
+  (0.1ms)  SELECT sql
1963
+ FROM sqlite_master
1964
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1965
+ UNION ALL
1966
+ SELECT sql
1967
+ FROM sqlite_temp_master
1968
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1969
+ 
1970
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1971
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1972
+  (0.1ms)  SELECT sql
1973
+ FROM sqlite_master
1974
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1975
+ UNION ALL
1976
+ SELECT sql
1977
+ FROM sqlite_temp_master
1978
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
1979
+ 
1980
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1981
+  (0.1ms) begin transaction
1982
+ ----------------------------------------------------------
1983
+ HumanAttributeValuesTest: test_attribute_with_count_config
1984
+ ----------------------------------------------------------
1985
+  (0.0ms) rollback transaction
1986
+  (0.0ms) begin transaction
1987
+ -------------------------------------------------------------
1988
+ HumanAttributeValuesTest: test_attribute_without_count_config
1989
+ -------------------------------------------------------------
1990
+  (0.0ms) rollback transaction
1991
+  (0.0ms) begin transaction
1992
+ ------------------------------------------------------------------
1993
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
1994
+ ------------------------------------------------------------------
1995
+  (0.0ms) rollback transaction
1996
+  (0.0ms) begin transaction
1997
+ ----------------------------------------------------------
1998
+ HumanAttributeValuesTest: test_resolution_for_associations
1999
+ ----------------------------------------------------------
2000
+  (0.0ms) rollback transaction
2001
+  (0.0ms) begin transaction
2002
+ ---------------------------------------------------
2003
+ HumanAttributeValuesTest: test_resolution_for_enums
2004
+ ---------------------------------------------------
2005
+  (0.0ms) rollback transaction
2006
+  (0.0ms) begin transaction
2007
+ ------------------------------------------------------------
2008
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
2009
+ ------------------------------------------------------------
2010
+  (0.0ms) rollback transaction
2011
+  (0.0ms) begin transaction
2012
+ -----------------------------------------------------------
2013
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
2014
+ -----------------------------------------------------------
2015
+  (0.0ms) rollback transaction
2016
+  (0.0ms) begin transaction
2017
+ ------------------------------------
2018
+ HumanAttributeValuesTest: test_truth
2019
+ ------------------------------------
2020
+  (0.0ms) rollback transaction
2021
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2022
+  (0.1ms) begin transaction
2
2023
  ----------------------------------------------------------
3
2024
  HumanAttributeValuesTest: test_attribute_with_count_config
4
2025
  ----------------------------------------------------------
5
-  (0.1ms) rollback transaction
6
-  (0.1ms) begin transaction
2026
+  (0.0ms) rollback transaction
2027
+  (0.0ms) begin transaction
7
2028
  -------------------------------------------------------------
8
2029
  HumanAttributeValuesTest: test_attribute_without_count_config
9
2030
  -------------------------------------------------------------
10
-  (0.1ms) rollback transaction
11
-  (0.1ms) begin transaction
2031
+  (0.0ms) rollback transaction
2032
+  (0.0ms) begin transaction
12
2033
  ------------------------------------------------------------------
13
2034
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
14
2035
  ------------------------------------------------------------------
15
-  (0.1ms) rollback transaction
16
-  (0.0ms) begin transaction
2036
+  (0.0ms) rollback transaction
2037
+  (0.0ms) begin transaction
17
2038
  ----------------------------------------------------------
18
2039
  HumanAttributeValuesTest: test_resolution_for_associations
19
2040
  ----------------------------------------------------------
20
-  (0.0ms) rollback transaction
21
-  (0.0ms) begin transaction
2041
+  (0.0ms) rollback transaction
2042
+  (0.0ms) begin transaction
22
2043
  ---------------------------------------------------
23
2044
  HumanAttributeValuesTest: test_resolution_for_enums
24
2045
  ---------------------------------------------------
25
-  (0.0ms) rollback transaction
26
-  (0.0ms) begin transaction
2046
+  (0.0ms) rollback transaction
2047
+  (0.0ms) begin transaction
27
2048
  ------------------------------------------------------------
28
2049
  HumanAttributeValuesTest: test_resolution_for_numeric_values
29
2050
  ------------------------------------------------------------
30
-  (0.0ms) rollback transaction
31
-  (0.0ms) begin transaction
2051
+  (0.0ms) rollback transaction
2052
+  (0.0ms) begin transaction
32
2053
  -----------------------------------------------------------
33
2054
  HumanAttributeValuesTest: test_resolution_of_boolean_values
34
2055
  -----------------------------------------------------------
35
-  (0.0ms) rollback transaction
36
-  (0.0ms) begin transaction
2056
+  (0.0ms) rollback transaction
2057
+  (0.0ms) begin transaction
37
2058
  ------------------------------------
38
2059
  HumanAttributeValuesTest: test_truth
39
2060
  ------------------------------------
40
-  (0.0ms) rollback transaction
41
-  (127.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
42
-  (0.2ms) select sqlite_version(*)
43
-  (100.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
44
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
45
- Migrating to CreateTheAnswers (20150127220502)
46
-  (0.2ms) begin transaction
47
-  (0.7ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
48
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
49
-  (134.6ms) commit transaction
50
- Migrating to CreateParents (20150131153819)
51
-  (0.1ms) begin transaction
52
-  (0.8ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)
53
- SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
54
-  (128.2ms) commit transaction
55
- Migrating to CreateBooleanModels (20150131161322)
56
-  (0.1ms) begin transaction
57
-  (0.5ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
58
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
59
-  (174.2ms) commit transaction
60
- Migrating to CreateNumericModels (20150131162551)
61
-  (0.1ms) begin transaction
62
-  (0.3ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
63
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
64
-  (131.5ms) commit transaction
65
- Migrating to CreateLexicons (20150131164609)
66
-  (0.1ms) begin transaction
67
-  (0.7ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
68
-  (0.3ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
69
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
70
-  (128.8ms) commit transaction
71
- Migrating to CreateEnumModels (20150131170613)
2061
+  (0.0ms) rollback transaction
2062
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
2063
   (0.1ms) begin transaction
73
-  (0.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
74
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
75
-  (96.7ms) commit transaction
76
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
77
-  (0.3ms)  SELECT sql
78
- FROM sqlite_master
79
- WHERE name='index_lexicons_on_the_answer_id' AND type='index'
80
- UNION ALL
81
- SELECT sql
82
- FROM sqlite_temp_master
83
- WHERE name='index_lexicons_on_the_answer_id' AND type='index'
84
- 
85
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
86
-  (0.2ms) begin transaction
87
2064
  ----------------------------------------------------------
88
2065
  HumanAttributeValuesTest: test_attribute_with_count_config
89
2066
  ----------------------------------------------------------
90
-  (0.2ms) rollback transaction
91
-  (0.1ms) begin transaction
2067
+  (0.0ms) rollback transaction
2068
+  (0.0ms) begin transaction
92
2069
  -------------------------------------------------------------
93
2070
  HumanAttributeValuesTest: test_attribute_without_count_config
94
2071
  -------------------------------------------------------------
95
-  (0.1ms) rollback transaction
96
-  (0.1ms) begin transaction
2072
+  (0.0ms) rollback transaction
2073
+  (0.0ms) begin transaction
97
2074
  ------------------------------------------------------------------
98
2075
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
99
2076
  ------------------------------------------------------------------
100
-  (0.1ms) rollback transaction
2077
+  (0.0ms) rollback transaction
101
2078
   (0.0ms) begin transaction
102
2079
  ----------------------------------------------------------
103
2080
  HumanAttributeValuesTest: test_resolution_for_associations
104
2081
  ----------------------------------------------------------
105
-  (0.1ms) rollback transaction
2082
+  (0.0ms) rollback transaction
106
2083
   (0.0ms) begin transaction
107
2084
  ---------------------------------------------------
108
2085
  HumanAttributeValuesTest: test_resolution_for_enums
109
2086
  ---------------------------------------------------
110
-  (0.1ms) rollback transaction
111
-  (0.1ms) begin transaction
2087
+  (0.0ms) rollback transaction
2088
+  (0.0ms) begin transaction
112
2089
  ------------------------------------------------------------
113
2090
  HumanAttributeValuesTest: test_resolution_for_numeric_values
114
2091
  ------------------------------------------------------------
115
-  (0.1ms) rollback transaction
116
-  (0.1ms) begin transaction
2092
+  (0.0ms) rollback transaction
2093
+  (0.0ms) begin transaction
117
2094
  -----------------------------------------------------------
118
2095
  HumanAttributeValuesTest: test_resolution_of_boolean_values
119
2096
  -----------------------------------------------------------
120
-  (0.1ms) rollback transaction
2097
+  (0.0ms) rollback transaction
121
2098
   (0.0ms) begin transaction
122
2099
  ------------------------------------
123
2100
  HumanAttributeValuesTest: test_truth
124
2101
  ------------------------------------
125
2102
   (0.0ms) rollback transaction
126
2103
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
127
-  (131.8ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
128
-  (145.6ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
129
-  (287.5ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
130
-  (0.2ms) select sqlite_version(*)
131
-  (275.2ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
132
-  (224.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
133
-  (100.4ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
134
-  (99.8ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
135
-  (93.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
136
-  (100.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
137
-  (0.2ms) SELECT version FROM "schema_migrations"
138
-  (134.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
139
-  (134.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
140
-  (134.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
141
-  (134.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
142
-  (123.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
143
-  (101.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
144
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
145
-  (0.2ms) begin transaction
2104
+  (0.1ms) begin transaction
146
2105
  ----------------------------------------------------------
147
2106
  HumanAttributeValuesTest: test_attribute_with_count_config
148
2107
  ----------------------------------------------------------
149
-  (0.1ms) rollback transaction
150
-  (0.1ms) begin transaction
2108
+  (0.0ms) rollback transaction
2109
+  (0.0ms) begin transaction
151
2110
  -------------------------------------------------------------
152
2111
  HumanAttributeValuesTest: test_attribute_without_count_config
153
2112
  -------------------------------------------------------------
154
-  (0.1ms) rollback transaction
155
-  (0.0ms) begin transaction
2113
+  (0.0ms) rollback transaction
2114
+  (0.0ms) begin transaction
156
2115
  ------------------------------------------------------------------
157
2116
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
158
2117
  ------------------------------------------------------------------
159
-  (0.1ms) rollback transaction
160
-  (0.1ms) begin transaction
2118
+  (0.0ms) rollback transaction
2119
+  (0.0ms) begin transaction
161
2120
  ----------------------------------------------------------
162
2121
  HumanAttributeValuesTest: test_resolution_for_associations
163
2122
  ----------------------------------------------------------
164
-  (0.1ms) rollback transaction
165
-  (0.1ms) begin transaction
2123
+  (0.1ms) rollback transaction
2124
+  (0.0ms) begin transaction
166
2125
  ---------------------------------------------------
167
2126
  HumanAttributeValuesTest: test_resolution_for_enums
168
2127
  ---------------------------------------------------
169
-  (0.1ms) rollback transaction
170
-  (0.0ms) begin transaction
2128
+  (0.0ms) rollback transaction
2129
+  (0.0ms) begin transaction
171
2130
  ------------------------------------------------------------
172
2131
  HumanAttributeValuesTest: test_resolution_for_numeric_values
173
2132
  ------------------------------------------------------------
174
-  (0.1ms) rollback transaction
175
-  (0.0ms) begin transaction
2133
+  (0.0ms) rollback transaction
2134
+  (0.0ms) begin transaction
176
2135
  -----------------------------------------------------------
177
2136
  HumanAttributeValuesTest: test_resolution_of_boolean_values
178
2137
  -----------------------------------------------------------
179
-  (0.1ms) rollback transaction
180
-  (0.1ms) begin transaction
2138
+  (0.0ms) rollback transaction
2139
+  (0.0ms) begin transaction
181
2140
  ------------------------------------
182
2141
  HumanAttributeValuesTest: test_truth
183
2142
  ------------------------------------
184
-  (0.1ms) rollback transaction
2143
+  (0.0ms) rollback transaction
185
2144
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
186
2145
   (0.1ms) begin transaction
187
2146
  ----------------------------------------------------------
188
2147
  HumanAttributeValuesTest: test_attribute_with_count_config
189
2148
  ----------------------------------------------------------
190
-  (0.1ms) rollback transaction
191
-  (0.3ms) begin transaction
2149
+  (0.0ms) rollback transaction
2150
+  (0.0ms) begin transaction
192
2151
  -------------------------------------------------------------
193
2152
  HumanAttributeValuesTest: test_attribute_without_count_config
194
2153
  -------------------------------------------------------------
195
-  (0.1ms) rollback transaction
196
-  (0.1ms) begin transaction
2154
+  (0.0ms) rollback transaction
2155
+  (0.0ms) begin transaction
197
2156
  ------------------------------------------------------------------
198
2157
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
199
2158
  ------------------------------------------------------------------
200
-  (0.1ms) rollback transaction
2159
+  (0.0ms) rollback transaction
201
2160
   (0.0ms) begin transaction
202
2161
  ----------------------------------------------------------
203
2162
  HumanAttributeValuesTest: test_resolution_for_associations
204
2163
  ----------------------------------------------------------
205
-  (0.1ms) rollback transaction
2164
+  (0.0ms) rollback transaction
206
2165
   (0.0ms) begin transaction
207
2166
  ---------------------------------------------------
208
2167
  HumanAttributeValuesTest: test_resolution_for_enums
209
2168
  ---------------------------------------------------
210
-  (0.1ms) rollback transaction
2169
+  (0.0ms) rollback transaction
211
2170
   (0.0ms) begin transaction
212
2171
  ------------------------------------------------------------
213
2172
  HumanAttributeValuesTest: test_resolution_for_numeric_values
214
2173
  ------------------------------------------------------------
215
-  (0.1ms) rollback transaction
2174
+  (0.0ms) rollback transaction
216
2175
   (0.0ms) begin transaction
217
2176
  -----------------------------------------------------------
218
2177
  HumanAttributeValuesTest: test_resolution_of_boolean_values
219
2178
  -----------------------------------------------------------
220
-  (0.1ms) rollback transaction
2179
+  (0.0ms) rollback transaction
221
2180
   (0.0ms) begin transaction
222
2181
  ------------------------------------
223
2182
  HumanAttributeValuesTest: test_truth
224
2183
  ------------------------------------
225
2184
   (0.0ms) rollback transaction
226
2185
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
227
-  (130.9ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
228
-  (213.9ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
229
-  (255.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
230
-  (0.2ms) select sqlite_version(*)
231
-  (222.9ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
232
-  (208.5ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
233
-  (112.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
234
-  (113.6ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
235
-  (129.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
236
-  (111.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
237
-  (0.2ms) SELECT version FROM "schema_migrations"
238
-  (100.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
239
-  (100.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
240
-  (112.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
241
-  (100.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
242
-  (123.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
243
-  (134.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
244
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
245
-  (0.2ms) begin transaction
2186
+  (0.1ms) begin transaction
2187
+ ----------------------------------------------------------
2188
+ HumanAttributeValuesTest: test_attribute_with_count_config
2189
+ ----------------------------------------------------------
2190
+  (0.0ms) rollback transaction
2191
+  (0.0ms) begin transaction
2192
+ -------------------------------------------------------------
2193
+ HumanAttributeValuesTest: test_attribute_without_count_config
2194
+ -------------------------------------------------------------
2195
+  (0.0ms) rollback transaction
2196
+  (0.0ms) begin transaction
246
2197
  ------------------------------------------------------------------
247
2198
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
248
2199
  ------------------------------------------------------------------
249
-  (0.1ms) rollback transaction
250
-  (0.1ms) begin transaction
2200
+  (0.0ms) rollback transaction
2201
+  (0.0ms) begin transaction
251
2202
  ----------------------------------------------------------
252
2203
  HumanAttributeValuesTest: test_resolution_for_associations
253
2204
  ----------------------------------------------------------
254
-  (0.1ms) rollback transaction
255
-  (0.1ms) begin transaction
2205
+  (0.0ms) rollback transaction
2206
+  (0.0ms) begin transaction
2207
+ ---------------------------------------------------
2208
+ HumanAttributeValuesTest: test_resolution_for_enums
2209
+ ---------------------------------------------------
2210
+  (0.0ms) rollback transaction
2211
+  (0.0ms) begin transaction
256
2212
  ------------------------------------------------------------
257
2213
  HumanAttributeValuesTest: test_resolution_for_numeric_values
258
2214
  ------------------------------------------------------------
259
-  (0.1ms) rollback transaction
2215
+  (0.0ms) rollback transaction
2216
+  (0.0ms) begin transaction
2217
+ -----------------------------------------------------------
2218
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
2219
+ -----------------------------------------------------------
2220
+  (0.0ms) rollback transaction
2221
+  (0.0ms) begin transaction
2222
+ ------------------------------------
2223
+ HumanAttributeValuesTest: test_truth
2224
+ ------------------------------------
2225
+  (0.0ms) rollback transaction
2226
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2227
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2228
+  (0.1ms)  SELECT sql
2229
+ FROM sqlite_master
2230
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2231
+ UNION ALL
2232
+ SELECT sql
2233
+ FROM sqlite_temp_master
2234
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2235
+ 
2236
+  (66.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2237
+  (0.1ms) select sqlite_version(*)
2238
+  (77.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2239
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2240
+ Migrating to CreateTheAnswers (20150127220502)
2241
+  (0.0ms) begin transaction
2242
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
2243
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
2244
+  (96.5ms) commit transaction
2245
+ Migrating to CreateParents (20150131153819)
2246
+  (0.1ms) begin transaction
2247
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
2248
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
2249
+  (65.1ms) commit transaction
2250
+ Migrating to CreateBooleanModels (20150131161322)
2251
+  (0.0ms) begin transaction
2252
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
2253
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
2254
+  (297.5ms) commit transaction
2255
+ Migrating to CreateNumericModels (20150131162551)
2256
+  (0.0ms) begin transaction
2257
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
2258
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
2259
+  (77.7ms) commit transaction
2260
+ Migrating to CreateLexicons (20150131164609)
2261
+  (0.0ms) begin transaction
2262
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
2263
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
2264
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
2265
+  (77.3ms) commit transaction
2266
+ Migrating to CreateEnumModels (20150131170613)
2267
+  (0.0ms) begin transaction
2268
+  (0.2ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
2269
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
2270
+  (368.2ms) commit transaction
2271
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2272
+  (0.1ms)  SELECT sql
2273
+ FROM sqlite_master
2274
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2275
+ UNION ALL
2276
+ SELECT sql
2277
+ FROM sqlite_temp_master
2278
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2279
+ 
260
2280
   (0.1ms) begin transaction
261
2281
  ----------------------------------------------------------
262
2282
  HumanAttributeValuesTest: test_attribute_with_count_config
263
2283
  ----------------------------------------------------------
264
-  (0.1ms) rollback transaction
2284
+  (0.0ms) rollback transaction
265
2285
   (0.0ms) begin transaction
266
2286
  -------------------------------------------------------------
267
2287
  HumanAttributeValuesTest: test_attribute_without_count_config
268
2288
  -------------------------------------------------------------
269
2289
   (0.0ms) rollback transaction
270
2290
   (0.0ms) begin transaction
271
- ------------------------------------
272
- HumanAttributeValuesTest: test_truth
273
- ------------------------------------
274
-  (0.1ms) rollback transaction
2291
+ ------------------------------------------------------------------
2292
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
2293
+ ------------------------------------------------------------------
2294
+  (0.0ms) rollback transaction
2295
+  (0.0ms) begin transaction
2296
+ ----------------------------------------------------------
2297
+ HumanAttributeValuesTest: test_resolution_for_associations
2298
+ ----------------------------------------------------------
2299
+  (0.0ms) rollback transaction
2300
+  (0.0ms) begin transaction
2301
+ ---------------------------------------------------
2302
+ HumanAttributeValuesTest: test_resolution_for_enums
2303
+ ---------------------------------------------------
2304
+  (0.0ms) rollback transaction
2305
+  (0.0ms) begin transaction
2306
+ ------------------------------------------------------------
2307
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
2308
+ ------------------------------------------------------------
2309
+  (0.0ms) rollback transaction
275
2310
   (0.0ms) begin transaction
276
2311
  -----------------------------------------------------------
277
2312
  HumanAttributeValuesTest: test_resolution_of_boolean_values
278
2313
  -----------------------------------------------------------
279
-  (0.1ms) rollback transaction
2314
+  (0.0ms) rollback transaction
2315
+  (0.0ms) begin transaction
2316
+ ------------------------------------
2317
+ HumanAttributeValuesTest: test_truth
2318
+ ------------------------------------
2319
+  (0.0ms) rollback transaction
2320
+  (79.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2321
+  (0.1ms) select sqlite_version(*)
2322
+  (95.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2323
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2324
+ Migrating to CreateTheAnswers (20150127220502)
2325
+  (0.0ms) begin transaction
2326
+  (0.2ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
2327
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]
2328
+  (89.8ms) commit transaction
2329
+ Migrating to CreateParents (20150131153819)
280
2330
   (0.1ms) begin transaction
281
- ---------------------------------------------------
282
- HumanAttributeValuesTest: test_resolution_for_enums
283
- ---------------------------------------------------
284
-  (0.1ms) rollback transaction
2331
+  (0.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
2332
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]
2333
+  (64.8ms) commit transaction
2334
+ Migrating to CreateBooleanModels (20150131161322)
2335
+  (0.1ms) begin transaction
2336
+  (0.2ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
2337
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
2338
+  (246.7ms) commit transaction
2339
+ Migrating to CreateNumericModels (20150131162551)
2340
+  (0.0ms) begin transaction
2341
+  (0.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
2342
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
2343
+  (63.7ms) commit transaction
2344
+ Migrating to CreateLexicons (20150131164609)
2345
+  (0.0ms) begin transaction
2346
+  (0.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
2347
+  (0.1ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
2348
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
2349
+  (97.1ms) commit transaction
2350
+ Migrating to CreateEnumModels (20150131170613)
2351
+  (0.0ms) begin transaction
2352
+  (0.2ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) 
2353
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
2354
+  (265.2ms) commit transaction
2355
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2356
+  (0.1ms)  SELECT sql
2357
+ FROM sqlite_master
2358
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2359
+ UNION ALL
2360
+ SELECT sql
2361
+ FROM sqlite_temp_master
2362
+ WHERE name='index_lexicons_on_the_answer_id' AND type='index'
2363
+ 
285
2364
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
286
-  (0.2ms) begin transaction
2365
+  (0.1ms) begin transaction
287
2366
  ----------------------------------------------------------
288
2367
  HumanAttributeValuesTest: test_attribute_with_count_config
289
2368
  ----------------------------------------------------------
290
-  (0.1ms) rollback transaction
291
-  (0.1ms) begin transaction
2369
+  (0.0ms) rollback transaction
2370
+  (0.0ms) begin transaction
292
2371
  -------------------------------------------------------------
293
2372
  HumanAttributeValuesTest: test_attribute_without_count_config
294
2373
  -------------------------------------------------------------
@@ -297,141 +2376,121 @@ HumanAttributeValuesTest: test_attribute_without_count_config
297
2376
  ------------------------------------------------------------------
298
2377
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
299
2378
  ------------------------------------------------------------------
300
-  (0.2ms) rollback transaction
301
-  (0.1ms) begin transaction
2379
+  (0.0ms) rollback transaction
2380
+  (0.0ms) begin transaction
302
2381
  ----------------------------------------------------------
303
2382
  HumanAttributeValuesTest: test_resolution_for_associations
304
2383
  ----------------------------------------------------------
305
-  (0.2ms) rollback transaction
306
-  (0.1ms) begin transaction
2384
+  (0.0ms) rollback transaction
2385
+  (0.0ms) begin transaction
307
2386
  ---------------------------------------------------
308
2387
  HumanAttributeValuesTest: test_resolution_for_enums
309
2388
  ---------------------------------------------------
310
-  (0.1ms) rollback transaction
311
-  (0.1ms) begin transaction
2389
+  (0.0ms) rollback transaction
2390
+  (0.0ms) begin transaction
312
2391
  ------------------------------------------------------------
313
2392
  HumanAttributeValuesTest: test_resolution_for_numeric_values
314
2393
  ------------------------------------------------------------
315
-  (0.1ms) rollback transaction
316
-  (0.1ms) begin transaction
2394
+  (0.0ms) rollback transaction
2395
+  (0.0ms) begin transaction
317
2396
  -----------------------------------------------------------
318
2397
  HumanAttributeValuesTest: test_resolution_of_boolean_values
319
2398
  -----------------------------------------------------------
320
-  (0.2ms) rollback transaction
321
-  (0.1ms) begin transaction
2399
+  (0.0ms) rollback transaction
2400
+  (0.0ms) begin transaction
322
2401
  ------------------------------------
323
2402
  HumanAttributeValuesTest: test_truth
324
2403
  ------------------------------------
325
-  (0.1ms) rollback transaction
326
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
327
-  (132.5ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
328
-  (122.4ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
329
-  (232.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
330
-  (0.2ms) select sqlite_version(*)
331
-  (244.2ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
332
-  (241.6ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
333
-  (156.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
334
-  (144.4ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
335
-  (137.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
336
-  (144.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
337
-  (0.2ms) SELECT version FROM "schema_migrations"
338
-  (122.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
339
-  (124.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
340
-  (145.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
341
-  (178.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
342
-  (168.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
343
-  (145.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
344
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
345
-  (0.2ms) begin transaction
2404
+  (0.0ms) rollback transaction
2405
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2406
+  (0.1ms) begin transaction
346
2407
  ----------------------------------------------------------
347
- HumanAttributeValuesTest: test_resolution_for_associations
2408
+ HumanAttributeValuesTest: test_attribute_with_count_config
348
2409
  ----------------------------------------------------------
349
-  (0.1ms) rollback transaction
350
-  (0.1ms) begin transaction
351
- ------------------------------------
352
- HumanAttributeValuesTest: test_truth
353
- ------------------------------------
354
-  (0.0ms) rollback transaction
355
-  (0.0ms) begin transaction
2410
+  (0.0ms) rollback transaction
2411
+  (0.0ms) begin transaction
356
2412
  -------------------------------------------------------------
357
2413
  HumanAttributeValuesTest: test_attribute_without_count_config
358
2414
  -------------------------------------------------------------
359
-  (0.1ms) rollback transaction
360
-  (0.0ms) begin transaction
2415
+  (0.0ms) rollback transaction
2416
+  (0.0ms) begin transaction
361
2417
  ------------------------------------------------------------------
362
2418
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
363
2419
  ------------------------------------------------------------------
364
-  (0.2ms) rollback transaction
365
-  (0.1ms) begin transaction
366
- ------------------------------------------------------------
367
- HumanAttributeValuesTest: test_resolution_for_numeric_values
368
- ------------------------------------------------------------
369
-  (0.1ms) rollback transaction
370
-  (0.1ms) begin transaction
2420
+  (0.0ms) rollback transaction
2421
+  (0.0ms) begin transaction
371
2422
  ----------------------------------------------------------
372
- HumanAttributeValuesTest: test_attribute_with_count_config
2423
+ HumanAttributeValuesTest: test_resolution_for_associations
373
2424
  ----------------------------------------------------------
374
-  (0.1ms) rollback transaction
375
-  (0.1ms) begin transaction
2425
+  (0.0ms) rollback transaction
2426
+  (0.0ms) begin transaction
376
2427
  ---------------------------------------------------
377
2428
  HumanAttributeValuesTest: test_resolution_for_enums
378
2429
  ---------------------------------------------------
379
-  (0.1ms) rollback transaction
380
-  (0.1ms) begin transaction
2430
+  (0.0ms) rollback transaction
2431
+  (0.0ms) begin transaction
2432
+ ------------------------------------------------------------
2433
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
2434
+ ------------------------------------------------------------
2435
+  (0.0ms) rollback transaction
2436
+  (0.0ms) begin transaction
381
2437
  -----------------------------------------------------------
382
2438
  HumanAttributeValuesTest: test_resolution_of_boolean_values
383
2439
  -----------------------------------------------------------
384
-  (0.1ms) rollback transaction
385
- Connecting to database specified by database.yml
386
- Connecting to database specified by database.yml
387
- Connecting to database specified by database.yml
388
-  (0.5ms) begin transaction
2440
+  (0.0ms) rollback transaction
2441
+  (0.0ms) begin transaction
2442
+ ------------------------------------
2443
+ HumanAttributeValuesTest: test_truth
2444
+ ------------------------------------
2445
+  (0.0ms) rollback transaction
2446
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2447
+  (0.1ms) begin transaction
389
2448
  ----------------------------------------------------------
390
2449
  HumanAttributeValuesTest: test_attribute_with_count_config
391
2450
  ----------------------------------------------------------
392
-  (0.1ms) rollback transaction
393
-  (0.1ms) begin transaction
2451
+  (0.1ms) rollback transaction
2452
+  (0.0ms) begin transaction
394
2453
  -------------------------------------------------------------
395
2454
  HumanAttributeValuesTest: test_attribute_without_count_config
396
2455
  -------------------------------------------------------------
397
-  (0.1ms) rollback transaction
398
-  (0.6ms) begin transaction
2456
+  (0.0ms) rollback transaction
2457
+  (0.0ms) begin transaction
399
2458
  ------------------------------------------------------------------
400
2459
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
401
2460
  ------------------------------------------------------------------
402
-  (0.1ms) rollback transaction
403
-  (0.1ms) begin transaction
2461
+  (0.0ms) rollback transaction
2462
+  (0.0ms) begin transaction
404
2463
  ----------------------------------------------------------
405
2464
  HumanAttributeValuesTest: test_resolution_for_associations
406
2465
  ----------------------------------------------------------
407
-  (0.1ms) rollback transaction
408
-  (0.1ms) begin transaction
2466
+  (0.0ms) rollback transaction
2467
+  (0.0ms) begin transaction
409
2468
  ---------------------------------------------------
410
2469
  HumanAttributeValuesTest: test_resolution_for_enums
411
2470
  ---------------------------------------------------
412
-  (0.1ms) rollback transaction
413
-  (0.1ms) begin transaction
2471
+  (0.0ms) rollback transaction
2472
+  (0.0ms) begin transaction
414
2473
  ------------------------------------------------------------
415
2474
  HumanAttributeValuesTest: test_resolution_for_numeric_values
416
2475
  ------------------------------------------------------------
417
-  (0.1ms) rollback transaction
418
-  (0.1ms) begin transaction
2476
+  (0.0ms) rollback transaction
2477
+  (0.0ms) begin transaction
419
2478
  -----------------------------------------------------------
420
2479
  HumanAttributeValuesTest: test_resolution_of_boolean_values
421
2480
  -----------------------------------------------------------
422
-  (0.2ms) rollback transaction
423
-  (0.0ms) begin transaction
2481
+  (0.0ms) rollback transaction
2482
+  (0.0ms) begin transaction
424
2483
  ------------------------------------
425
2484
  HumanAttributeValuesTest: test_truth
426
2485
  ------------------------------------
427
-  (0.0ms) rollback transaction
428
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
429
-  (0.2ms) begin transaction
2486
+  (0.0ms) rollback transaction
2487
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2488
+  (0.1ms) begin transaction
430
2489
  ----------------------------------------------------------
431
2490
  HumanAttributeValuesTest: test_attribute_with_count_config
432
2491
  ----------------------------------------------------------
433
-  (0.1ms) rollback transaction
434
-  (0.1ms) begin transaction
2492
+  (0.0ms) rollback transaction
2493
+  (0.0ms) begin transaction
435
2494
  -------------------------------------------------------------
436
2495
  HumanAttributeValuesTest: test_attribute_without_count_config
437
2496
  -------------------------------------------------------------
@@ -441,228 +2500,253 @@ HumanAttributeValuesTest: test_attribute_without_count_config
441
2500
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
442
2501
  ------------------------------------------------------------------
443
2502
   (0.1ms) rollback transaction
444
-  (0.1ms) begin transaction
2503
+  (0.0ms) begin transaction
445
2504
  ----------------------------------------------------------
446
2505
  HumanAttributeValuesTest: test_resolution_for_associations
447
2506
  ----------------------------------------------------------
448
-  (0.1ms) rollback transaction
449
-  (0.1ms) begin transaction
2507
+  (0.0ms) rollback transaction
2508
+  (0.0ms) begin transaction
450
2509
  ---------------------------------------------------
451
2510
  HumanAttributeValuesTest: test_resolution_for_enums
452
2511
  ---------------------------------------------------
453
-  (0.1ms) rollback transaction
454
-  (0.1ms) begin transaction
2512
+  (0.0ms) rollback transaction
2513
+  (0.0ms) begin transaction
455
2514
  ------------------------------------------------------------
456
2515
  HumanAttributeValuesTest: test_resolution_for_numeric_values
457
2516
  ------------------------------------------------------------
458
-  (0.1ms) rollback transaction
2517
+  (0.0ms) rollback transaction
459
2518
   (0.0ms) begin transaction
460
2519
  -----------------------------------------------------------
461
2520
  HumanAttributeValuesTest: test_resolution_of_boolean_values
462
2521
  -----------------------------------------------------------
463
-  (0.1ms) rollback transaction
464
-  (0.1ms) begin transaction
2522
+  (0.0ms) rollback transaction
2523
+  (0.0ms) begin transaction
465
2524
  ------------------------------------
466
2525
  HumanAttributeValuesTest: test_truth
467
2526
  ------------------------------------
468
2527
   (0.0ms) rollback transaction
469
2528
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
470
-  (116.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
471
-  (122.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
472
-  (271.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
473
-  (0.2ms) select sqlite_version(*)
474
-  (273.5ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
475
-  (229.9ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
476
-  (112.0ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
477
-  (100.1ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
478
-  (108.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
479
-  (145.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
480
-  (0.1ms) SELECT version FROM "schema_migrations"
481
-  (146.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
482
-  (145.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
483
-  (145.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
484
-  (145.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
485
-  (168.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
486
-  (144.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
487
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
488
-  (0.2ms) begin transaction
2529
+  (0.1ms) begin transaction
2530
+ ----------------------------------------------------------
2531
+ HumanAttributeValuesTest: test_attribute_with_count_config
2532
+ ----------------------------------------------------------
2533
+  (0.0ms) rollback transaction
2534
+  (0.0ms) begin transaction
489
2535
  -------------------------------------------------------------
490
2536
  HumanAttributeValuesTest: test_attribute_without_count_config
491
2537
  -------------------------------------------------------------
492
-  (0.2ms) rollback transaction
493
-  (0.2ms) begin transaction
494
- ---------------------------------------------------
495
- HumanAttributeValuesTest: test_resolution_for_enums
496
- ---------------------------------------------------
497
-  (0.1ms) rollback transaction
498
-  (0.1ms) begin transaction
2538
+  (0.0ms) rollback transaction
2539
+  (0.0ms) begin transaction
499
2540
  ------------------------------------------------------------------
500
2541
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
501
2542
  ------------------------------------------------------------------
502
-  (0.2ms) rollback transaction
503
-  (0.1ms) begin transaction
2543
+  (0.0ms) rollback transaction
2544
+  (0.0ms) begin transaction
504
2545
  ----------------------------------------------------------
505
2546
  HumanAttributeValuesTest: test_resolution_for_associations
506
2547
  ----------------------------------------------------------
507
-  (0.1ms) rollback transaction
508
-  (0.1ms) begin transaction
2548
+  (0.0ms) rollback transaction
2549
+  (0.0ms) begin transaction
2550
+ ---------------------------------------------------
2551
+ HumanAttributeValuesTest: test_resolution_for_enums
2552
+ ---------------------------------------------------
2553
+  (0.0ms) rollback transaction
2554
+  (0.0ms) begin transaction
509
2555
  ------------------------------------------------------------
510
2556
  HumanAttributeValuesTest: test_resolution_for_numeric_values
511
2557
  ------------------------------------------------------------
512
-  (0.1ms) rollback transaction
513
-  (0.1ms) begin transaction
2558
+  (0.0ms) rollback transaction
2559
+  (0.0ms) begin transaction
514
2560
  -----------------------------------------------------------
515
2561
  HumanAttributeValuesTest: test_resolution_of_boolean_values
516
2562
  -----------------------------------------------------------
517
-  (0.1ms) rollback transaction
518
-  (0.0ms) begin transaction
519
- ----------------------------------------------------------
520
- HumanAttributeValuesTest: test_attribute_with_count_config
521
- ----------------------------------------------------------
522
-  (0.1ms) rollback transaction
523
-  (0.0ms) begin transaction
2563
+  (0.0ms) rollback transaction
2564
+  (0.0ms) begin transaction
524
2565
  ------------------------------------
525
2566
  HumanAttributeValuesTest: test_truth
526
2567
  ------------------------------------
527
-  (0.1ms) rollback transaction
528
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
529
-  (0.2ms) begin transaction
2568
+  (0.0ms) rollback transaction
2569
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2570
+  (0.1ms) begin transaction
530
2571
  ----------------------------------------------------------
531
2572
  HumanAttributeValuesTest: test_attribute_with_count_config
532
2573
  ----------------------------------------------------------
533
2574
   (0.1ms) rollback transaction
534
-  (0.2ms) begin transaction
2575
+  (0.0ms) begin transaction
535
2576
  -------------------------------------------------------------
536
2577
  HumanAttributeValuesTest: test_attribute_without_count_config
537
2578
  -------------------------------------------------------------
538
-  (0.1ms) rollback transaction
2579
+  (0.0ms) rollback transaction
539
2580
   (0.0ms) begin transaction
540
2581
  ------------------------------------------------------------------
541
2582
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
542
2583
  ------------------------------------------------------------------
543
-  (0.1ms) rollback transaction
544
-  (0.1ms) begin transaction
2584
+  (0.0ms) rollback transaction
2585
+  (0.0ms) begin transaction
545
2586
  ----------------------------------------------------------
546
2587
  HumanAttributeValuesTest: test_resolution_for_associations
547
2588
  ----------------------------------------------------------
548
-  (0.2ms) rollback transaction
549
-  (0.1ms) begin transaction
2589
+  (0.0ms) rollback transaction
2590
+  (0.0ms) begin transaction
550
2591
  ---------------------------------------------------
551
2592
  HumanAttributeValuesTest: test_resolution_for_enums
552
2593
  ---------------------------------------------------
553
-  (0.1ms) rollback transaction
554
-  (0.1ms) begin transaction
2594
+  (0.0ms) rollback transaction
2595
+  (0.0ms) begin transaction
555
2596
  ------------------------------------------------------------
556
2597
  HumanAttributeValuesTest: test_resolution_for_numeric_values
557
2598
  ------------------------------------------------------------
558
-  (0.1ms) rollback transaction
2599
+  (0.0ms) rollback transaction
559
2600
   (0.0ms) begin transaction
560
2601
  -----------------------------------------------------------
561
2602
  HumanAttributeValuesTest: test_resolution_of_boolean_values
562
2603
  -----------------------------------------------------------
563
-  (0.1ms) rollback transaction
564
-  (0.1ms) begin transaction
2604
+  (0.0ms) rollback transaction
2605
+  (0.0ms) begin transaction
565
2606
  ------------------------------------
566
2607
  HumanAttributeValuesTest: test_truth
567
2608
  ------------------------------------
568
2609
   (0.0ms) rollback transaction
569
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
570
-  (0.2ms) begin transaction
2610
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2611
+  (0.0ms) begin transaction
571
2612
  ----------------------------------------------------------
572
2613
  HumanAttributeValuesTest: test_attribute_with_count_config
573
2614
  ----------------------------------------------------------
574
-  (0.1ms) rollback transaction
575
-  (0.1ms) begin transaction
2615
+  (0.0ms) rollback transaction
2616
+  (0.0ms) begin transaction
576
2617
  -------------------------------------------------------------
577
2618
  HumanAttributeValuesTest: test_attribute_without_count_config
578
2619
  -------------------------------------------------------------
579
-  (0.1ms) rollback transaction
580
-  (0.1ms) begin transaction
2620
+  (0.0ms) rollback transaction
2621
+  (0.0ms) begin transaction
581
2622
  ------------------------------------------------------------------
582
2623
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
583
2624
  ------------------------------------------------------------------
584
-  (0.1ms) rollback transaction
585
-  (0.1ms) begin transaction
2625
+  (0.0ms) rollback transaction
2626
+  (0.0ms) begin transaction
586
2627
  ----------------------------------------------------------
587
2628
  HumanAttributeValuesTest: test_resolution_for_associations
588
2629
  ----------------------------------------------------------
589
-  (0.1ms) rollback transaction
590
-  (0.1ms) begin transaction
2630
+  (0.0ms) rollback transaction
2631
+  (0.0ms) begin transaction
591
2632
  ---------------------------------------------------
592
2633
  HumanAttributeValuesTest: test_resolution_for_enums
593
2634
  ---------------------------------------------------
594
-  (0.1ms) rollback transaction
595
-  (0.1ms) begin transaction
2635
+  (0.0ms) rollback transaction
2636
+  (0.0ms) begin transaction
596
2637
  ------------------------------------------------------------
597
2638
  HumanAttributeValuesTest: test_resolution_for_numeric_values
598
2639
  ------------------------------------------------------------
599
-  (0.1ms) rollback transaction
2640
+  (0.0ms) rollback transaction
600
2641
   (0.0ms) begin transaction
601
2642
  -----------------------------------------------------------
602
2643
  HumanAttributeValuesTest: test_resolution_of_boolean_values
603
2644
  -----------------------------------------------------------
604
-  (0.1ms) rollback transaction
2645
+  (0.0ms) rollback transaction
605
2646
   (0.0ms) begin transaction
606
2647
  ------------------------------------
607
2648
  HumanAttributeValuesTest: test_truth
608
2649
  ------------------------------------
609
2650
   (0.0ms) rollback transaction
610
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
611
-  (178.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
612
-  (250.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
613
-  (251.8ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
614
-  (0.2ms) select sqlite_version(*)
615
-  (333.9ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
616
-  (201.8ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
617
-  (144.9ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
618
-  (144.6ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
619
-  (247.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
620
-  (256.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
621
-  (0.2ms) SELECT version FROM "schema_migrations"
622
-  (239.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
623
-  (191.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
624
-  (134.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
625
-  (134.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
626
-  (157.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
627
-  (135.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
628
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
629
-  (0.2ms) begin transaction
630
- ---------------------------------------------------
631
- HumanAttributeValuesTest: test_resolution_for_enums
632
- ---------------------------------------------------
633
-  (0.2ms) rollback transaction
634
-  (0.1ms) begin transaction
635
- ------------------------------------------------------------
636
- HumanAttributeValuesTest: test_resolution_for_numeric_values
637
- ------------------------------------------------------------
638
-  (0.2ms) rollback transaction
2651
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2652
+  (117.0ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) 
2653
+  (40.0ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)
2654
+  (120.1ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime) 
2655
+  (0.1ms) select sqlite_version(*)
2656
+  (229.4ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")
2657
+  (23.0ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
2658
+  (140.1ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) 
2659
+  (249.6ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)
2660
+  (185.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2661
+  (31.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2662
+  (0.1ms) SELECT version FROM "schema_migrations"
2663
+  (18.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')
2664
+  (16.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')
2665
+  (24.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')
2666
+  (33.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')
2667
+  (22.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')
2668
+  (22.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')
2669
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
639
2670
   (0.1ms) begin transaction
640
2671
  ------------------------------------
641
2672
  HumanAttributeValuesTest: test_truth
642
2673
  ------------------------------------
643
-  (0.1ms) rollback transaction
644
-  (0.1ms) begin transaction
645
- ----------------------------------------------------------
646
- HumanAttributeValuesTest: test_attribute_with_count_config
647
- ----------------------------------------------------------
648
-  (0.2ms) rollback transaction
649
-  (0.1ms) begin transaction
2674
+  (0.0ms) rollback transaction
2675
+  (0.0ms) begin transaction
2676
+ ------------------------------------------------------------
2677
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
2678
+ ------------------------------------------------------------
2679
+  (0.0ms) rollback transaction
2680
+  (0.0ms) begin transaction
2681
+ -----------------------------------------------------------
2682
+ HumanAttributeValuesTest: test_resolution_of_boolean_values
2683
+ -----------------------------------------------------------
2684
+  (0.0ms) rollback transaction
2685
+  (0.0ms) begin transaction
2686
+ -------------------------------------------------------------
2687
+ HumanAttributeValuesTest: test_attribute_without_count_config
2688
+ -------------------------------------------------------------
2689
+  (0.0ms) rollback transaction
2690
+  (0.0ms) begin transaction
650
2691
  ------------------------------------------------------------------
651
2692
  HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
652
2693
  ------------------------------------------------------------------
653
-  (0.3ms) rollback transaction
654
-  (0.1ms) begin transaction
2694
+  (0.0ms) rollback transaction
2695
+  (0.0ms) begin transaction
2696
+ ----------------------------------------------------------
2697
+ HumanAttributeValuesTest: test_resolution_for_associations
2698
+ ----------------------------------------------------------
2699
+  (0.0ms) rollback transaction
2700
+  (0.0ms) begin transaction
2701
+ ----------------------------------------------------------
2702
+ HumanAttributeValuesTest: test_attribute_with_count_config
2703
+ ----------------------------------------------------------
2704
+  (0.0ms) rollback transaction
2705
+  (0.0ms) begin transaction
2706
+ ---------------------------------------------------
2707
+ HumanAttributeValuesTest: test_resolution_for_enums
2708
+ ---------------------------------------------------
2709
+  (0.0ms) rollback transaction
2710
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2711
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2712
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2713
+  (0.1ms) begin transaction
655
2714
  -------------------------------------------------------------
656
2715
  HumanAttributeValuesTest: test_attribute_without_count_config
657
2716
  -------------------------------------------------------------
658
-  (0.1ms) rollback transaction
659
-  (0.1ms) begin transaction
2717
+  (0.0ms) rollback transaction
2718
+  (0.0ms) begin transaction
660
2719
  ----------------------------------------------------------
661
2720
  HumanAttributeValuesTest: test_resolution_for_associations
662
2721
  ----------------------------------------------------------
663
-  (0.1ms) rollback transaction
664
-  (0.1ms) begin transaction
2722
+  (0.0ms) rollback transaction
2723
+  (0.0ms) begin transaction
2724
+ ------------------------------------
2725
+ HumanAttributeValuesTest: test_truth
2726
+ ------------------------------------
2727
+  (0.0ms) rollback transaction
2728
+  (0.0ms) begin transaction
2729
+ ---------------------------------------------------
2730
+ HumanAttributeValuesTest: test_resolution_for_enums
2731
+ ---------------------------------------------------
2732
+  (0.0ms) rollback transaction
2733
+  (0.0ms) begin transaction
2734
+ ----------------------------------------------------------
2735
+ HumanAttributeValuesTest: test_attribute_with_count_config
2736
+ ----------------------------------------------------------
2737
+  (0.0ms) rollback transaction
2738
+  (0.0ms) begin transaction
2739
+ ------------------------------------------------------------
2740
+ HumanAttributeValuesTest: test_resolution_for_numeric_values
2741
+ ------------------------------------------------------------
2742
+  (0.0ms) rollback transaction
2743
+  (0.0ms) begin transaction
2744
+ ------------------------------------------------------------------
2745
+ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models
2746
+ ------------------------------------------------------------------
2747
+  (0.0ms) rollback transaction
2748
+  (0.0ms) begin transaction
665
2749
  -----------------------------------------------------------
666
2750
  HumanAttributeValuesTest: test_resolution_of_boolean_values
667
2751
  -----------------------------------------------------------
668
-  (0.2ms) rollback transaction
2752
+  (0.1ms) rollback transaction