human_attribute_values 1.2.0 → 1.2.1
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/lib/human_attribute_values/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +237 -7872
- metadata +54 -65
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -364
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: human_attribute_values
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Peschla
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -17,9 +17,6 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 4.2.10
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '6.0'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,9 +24,6 @@ dependencies:
|
|
|
27
24
|
- - ">="
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 4.2.10
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '6.0'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: appraisal
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -133,7 +127,6 @@ files:
|
|
|
133
127
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
134
128
|
- test/dummy/config/locales/en.yml
|
|
135
129
|
- test/dummy/config/routes.rb
|
|
136
|
-
- test/dummy/db/development.sqlite3
|
|
137
130
|
- test/dummy/db/migrate/20150127220502_create_the_answers.rb
|
|
138
131
|
- test/dummy/db/migrate/20150131153819_create_parents.rb
|
|
139
132
|
- test/dummy/db/migrate/20150131161322_create_boolean_models.rb
|
|
@@ -142,7 +135,6 @@ files:
|
|
|
142
135
|
- test/dummy/db/migrate/20150131170613_create_enum_models.rb
|
|
143
136
|
- test/dummy/db/schema.rb
|
|
144
137
|
- test/dummy/db/test.sqlite3
|
|
145
|
-
- test/dummy/log/development.log
|
|
146
138
|
- test/dummy/log/test.log
|
|
147
139
|
- test/dummy/public/404.html
|
|
148
140
|
- test/dummy/public/422.html
|
|
@@ -177,92 +169,89 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
177
169
|
requirements:
|
|
178
170
|
- - ">="
|
|
179
171
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 2.
|
|
172
|
+
version: 2.3.0
|
|
181
173
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
174
|
requirements:
|
|
183
175
|
- - ">="
|
|
184
176
|
- !ruby/object:Gem::Version
|
|
185
177
|
version: '0'
|
|
186
178
|
requirements: []
|
|
187
|
-
|
|
188
|
-
rubygems_version: 2.7.7
|
|
179
|
+
rubygems_version: 3.0.1
|
|
189
180
|
signing_key:
|
|
190
181
|
specification_version: 4
|
|
191
182
|
summary: Translate attribute values using Rails I18n API.
|
|
192
183
|
test_files:
|
|
193
|
-
- test/active_model_test.rb
|
|
194
|
-
- test/active_record_test.rb
|
|
195
|
-
- test/test_helper.rb
|
|
196
|
-
- test/dummy/Rakefile
|
|
197
184
|
- test/dummy/db/test.sqlite3
|
|
198
|
-
- test/dummy/db/migrate/20150127220502_create_the_answers.rb
|
|
199
|
-
- test/dummy/db/migrate/20150131161322_create_boolean_models.rb
|
|
200
185
|
- test/dummy/db/migrate/20150131164609_create_lexicons.rb
|
|
186
|
+
- test/dummy/db/migrate/20150131170613_create_enum_models.rb
|
|
201
187
|
- test/dummy/db/migrate/20150131162551_create_numeric_models.rb
|
|
188
|
+
- test/dummy/db/migrate/20150131161322_create_boolean_models.rb
|
|
202
189
|
- test/dummy/db/migrate/20150131153819_create_parents.rb
|
|
203
|
-
- test/dummy/db/migrate/
|
|
190
|
+
- test/dummy/db/migrate/20150127220502_create_the_answers.rb
|
|
204
191
|
- test/dummy/db/schema.rb
|
|
205
|
-
- test/dummy/db/development.sqlite3
|
|
206
|
-
- test/dummy/test/models/enum_model_test.rb
|
|
207
|
-
- test/dummy/test/models/numeric_model_test.rb
|
|
208
|
-
- test/dummy/test/models/grand_child_test.rb
|
|
209
|
-
- test/dummy/test/models/the_answer_test.rb
|
|
210
|
-
- test/dummy/test/models/child_test.rb
|
|
211
|
-
- test/dummy/test/models/lexicon_test.rb
|
|
212
|
-
- test/dummy/test/models/boolean_model_test.rb
|
|
213
|
-
- test/dummy/test/models/sibling_test.rb
|
|
214
|
-
- test/dummy/test/fixtures/enum_models.yml
|
|
215
|
-
- test/dummy/test/fixtures/lexicons.yml
|
|
216
|
-
- test/dummy/test/fixtures/grandchildren.yml
|
|
217
|
-
- test/dummy/test/fixtures/boolean_models.yml
|
|
218
|
-
- test/dummy/test/fixtures/children.yml
|
|
219
|
-
- test/dummy/test/fixtures/siblings.yml
|
|
220
|
-
- test/dummy/test/fixtures/the_answers.yml
|
|
221
|
-
- test/dummy/test/fixtures/numeric_models.yml
|
|
222
|
-
- test/dummy/log/test.log
|
|
223
|
-
- test/dummy/log/development.log
|
|
224
|
-
- test/dummy/bin/rails
|
|
225
|
-
- test/dummy/bin/bundle
|
|
226
|
-
- test/dummy/bin/rake
|
|
227
|
-
- test/dummy/README.rdoc
|
|
228
|
-
- test/dummy/public/500.html
|
|
229
|
-
- test/dummy/public/favicon.ico
|
|
230
|
-
- test/dummy/public/404.html
|
|
231
|
-
- test/dummy/public/422.html
|
|
232
|
-
- test/dummy/app/controllers/application_controller.rb
|
|
233
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
234
192
|
- test/dummy/app/assets/javascripts/application.js
|
|
235
|
-
- test/dummy/app/
|
|
236
|
-
- test/dummy/app/models/
|
|
193
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
194
|
+
- test/dummy/app/models/sibling.rb
|
|
237
195
|
- test/dummy/app/models/active_model_sibling.rb
|
|
196
|
+
- test/dummy/app/models/the_answer.rb
|
|
238
197
|
- test/dummy/app/models/numeric_model.rb
|
|
239
|
-
- test/dummy/app/models/child.rb
|
|
240
198
|
- test/dummy/app/models/enum_model.rb
|
|
241
|
-
- test/dummy/app/models/active_model_child.rb
|
|
242
199
|
- test/dummy/app/models/active_model_grand_child.rb
|
|
243
|
-
- test/dummy/app/models/
|
|
244
|
-
- test/dummy/app/models/
|
|
200
|
+
- test/dummy/app/models/active_model_child.rb
|
|
201
|
+
- test/dummy/app/models/child.rb
|
|
245
202
|
- test/dummy/app/models/boolean_model.rb
|
|
246
|
-
- test/dummy/app/models/active_model_parent.rb
|
|
247
203
|
- test/dummy/app/models/active_model_model.rb
|
|
204
|
+
- test/dummy/app/models/active_model_parent.rb
|
|
205
|
+
- test/dummy/app/models/lexicon.rb
|
|
248
206
|
- test/dummy/app/models/parent.rb
|
|
249
|
-
- test/dummy/app/models/sibling.rb
|
|
250
207
|
- test/dummy/app/models/grand_child.rb
|
|
208
|
+
- test/dummy/app/models/file_model.rb
|
|
209
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
210
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
251
211
|
- test/dummy/app/views/layouts/application.html.erb
|
|
252
212
|
- test/dummy/config/locales/en.yml
|
|
253
|
-
- test/dummy/config/routes.rb
|
|
254
|
-
- test/dummy/config/environments/test.rb
|
|
255
|
-
- test/dummy/config/environments/production.rb
|
|
256
|
-
- test/dummy/config/environments/development.rb
|
|
257
|
-
- test/dummy/config/environment.rb
|
|
258
213
|
- test/dummy/config/boot.rb
|
|
214
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
259
215
|
- test/dummy/config/initializers/inflections.rb
|
|
260
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
|
261
216
|
- test/dummy/config/initializers/secret_token.rb
|
|
217
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
262
218
|
- test/dummy/config/initializers/session_store.rb
|
|
263
219
|
- test/dummy/config/initializers/mime_types.rb
|
|
264
220
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
265
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
266
|
-
- test/dummy/config/application.rb
|
|
267
221
|
- test/dummy/config/database.yml
|
|
222
|
+
- test/dummy/config/environment.rb
|
|
223
|
+
- test/dummy/config/routes.rb
|
|
224
|
+
- test/dummy/config/application.rb
|
|
225
|
+
- test/dummy/config/environments/test.rb
|
|
226
|
+
- test/dummy/config/environments/production.rb
|
|
227
|
+
- test/dummy/config/environments/development.rb
|
|
228
|
+
- test/dummy/log/test.log
|
|
229
|
+
- test/dummy/public/422.html
|
|
230
|
+
- test/dummy/public/500.html
|
|
231
|
+
- test/dummy/public/favicon.ico
|
|
232
|
+
- test/dummy/public/404.html
|
|
233
|
+
- test/dummy/README.rdoc
|
|
234
|
+
- test/dummy/Rakefile
|
|
268
235
|
- test/dummy/config.ru
|
|
236
|
+
- test/dummy/test/models/child_test.rb
|
|
237
|
+
- test/dummy/test/models/lexicon_test.rb
|
|
238
|
+
- test/dummy/test/models/boolean_model_test.rb
|
|
239
|
+
- test/dummy/test/models/enum_model_test.rb
|
|
240
|
+
- test/dummy/test/models/sibling_test.rb
|
|
241
|
+
- test/dummy/test/models/numeric_model_test.rb
|
|
242
|
+
- test/dummy/test/models/grand_child_test.rb
|
|
243
|
+
- test/dummy/test/models/the_answer_test.rb
|
|
244
|
+
- test/dummy/test/fixtures/lexicons.yml
|
|
245
|
+
- test/dummy/test/fixtures/children.yml
|
|
246
|
+
- test/dummy/test/fixtures/the_answers.yml
|
|
247
|
+
- test/dummy/test/fixtures/siblings.yml
|
|
248
|
+
- test/dummy/test/fixtures/boolean_models.yml
|
|
249
|
+
- test/dummy/test/fixtures/numeric_models.yml
|
|
250
|
+
- test/dummy/test/fixtures/enum_models.yml
|
|
251
|
+
- test/dummy/test/fixtures/grandchildren.yml
|
|
252
|
+
- test/dummy/bin/rake
|
|
253
|
+
- test/dummy/bin/bundle
|
|
254
|
+
- test/dummy/bin/rails
|
|
255
|
+
- test/active_record_test.rb
|
|
256
|
+
- test/active_model_test.rb
|
|
257
|
+
- test/test_helper.rb
|
|
Binary file
|
|
@@ -1,364 +0,0 @@
|
|
|
1
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
2
|
-
Migrating to Parent (20150131153819)
|
|
3
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
4
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
5
|
-
[1m[35m (65.8ms)[0m commit transaction
|
|
6
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
7
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
8
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
9
|
-
Migrating to Parent (20150131153819)
|
|
10
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11
|
-
[1m[35m (0.1ms)[0m DROP TABLE "parent"
|
|
12
|
-
SQLite3::SQLException: no such table: parent: DROP TABLE "parent"
|
|
13
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
14
|
-
[1m[36m (71.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
15
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
16
|
-
[1m[36m (105.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
17
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
18
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
19
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
20
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
21
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
22
|
-
[1m[35m (62.1ms)[0m commit transaction
|
|
23
|
-
Migrating to Parent (20150131153819)
|
|
24
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
25
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
26
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
27
|
-
[1m[35m (65.2ms)[0m commit transaction
|
|
28
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
29
|
-
[1m[36m (96.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
30
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
31
|
-
[1m[36m (99.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
32
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
33
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
34
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
35
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
36
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
37
|
-
[1m[35m (106.6ms)[0m commit transaction
|
|
38
|
-
Migrating to Parent (20150131153819)
|
|
39
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
40
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
41
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
42
|
-
[1m[35m (64.3ms)[0m commit transaction
|
|
43
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
44
|
-
[1m[36m (93.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
45
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
46
|
-
[1m[36m (99.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
47
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
48
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
49
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
50
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
51
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
52
|
-
[1m[35m (106.6ms)[0m commit transaction
|
|
53
|
-
Migrating to CreateParents (20150131153819)
|
|
54
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
55
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parent" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
56
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
57
|
-
[1m[35m (65.2ms)[0m commit transaction
|
|
58
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
59
|
-
[1m[36m (90.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
60
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
61
|
-
[1m[36m (111.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
62
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
63
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
64
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
65
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
66
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
67
|
-
[1m[35m (106.0ms)[0m commit transaction
|
|
68
|
-
Migrating to CreateParents (20150131153819)
|
|
69
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
71
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
72
|
-
[1m[35m (65.2ms)[0m commit transaction
|
|
73
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
74
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
75
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
76
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
77
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) [0m
|
|
78
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]
|
|
79
|
-
[1m[36m (43.4ms)[0m [1mcommit transaction[0m
|
|
80
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
81
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
82
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime) [0m
|
|
83
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]
|
|
84
|
-
[1m[36m (26.3ms)[0m [1mcommit transaction[0m
|
|
85
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
86
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
87
|
-
Migrating to CreateLexicons (20150131164609)
|
|
88
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
89
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answers_id" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
90
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
91
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_lexicons_on_answers_id" ON "lexicons" ("answers_id")[0m
|
|
92
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
93
|
-
[1m[36m (44.0ms)[0m [1mcommit transaction[0m
|
|
94
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
95
|
-
[1m[36m (0.1ms)[0m [1m 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
|
-
[0m
|
|
103
|
-
[1m[36m (94.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
104
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
105
|
-
[1m[36m (120.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
106
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
107
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
108
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
109
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
110
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
111
|
-
[1m[35m (106.5ms)[0m commit transaction
|
|
112
|
-
Migrating to CreateParents (20150131153819)
|
|
113
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
114
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
115
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
116
|
-
[1m[35m (64.0ms)[0m commit transaction
|
|
117
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
118
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
119
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
|
|
120
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
121
|
-
[1m[35m (269.3ms)[0m commit transaction
|
|
122
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
123
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
124
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
|
|
125
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
126
|
-
[1m[35m (73.4ms)[0m commit transaction
|
|
127
|
-
Migrating to CreateLexicons (20150131164609)
|
|
128
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
129
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answer_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
130
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_lexicons_on_answer_id" ON "lexicons" ("answer_id")[0m
|
|
131
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
132
|
-
[1m[36m (73.9ms)[0m [1mcommit transaction[0m
|
|
133
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
134
|
-
[1m[36m (0.1ms)[0m [1m 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
|
-
[0m
|
|
142
|
-
[1m[36m (103.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
143
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
144
|
-
[1m[36m (110.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
145
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
146
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
147
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
148
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
149
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
150
|
-
[1m[35m (117.4ms)[0m commit transaction
|
|
151
|
-
Migrating to CreateParents (20150131153819)
|
|
152
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
153
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
154
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
155
|
-
[1m[35m (66.6ms)[0m commit transaction
|
|
156
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
157
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
158
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
|
|
159
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
160
|
-
[1m[35m (283.4ms)[0m commit transaction
|
|
161
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
162
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
163
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
|
|
164
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
165
|
-
[1m[35m (88.9ms)[0m commit transaction
|
|
166
|
-
Migrating to CreateLexicons (20150131164609)
|
|
167
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
168
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
169
|
-
[1m[36m (0.3ms)[0m [1mCREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")[0m
|
|
170
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
171
|
-
[1m[36m (85.4ms)[0m [1mcommit transaction[0m
|
|
172
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
173
|
-
[1m[36m (0.1ms)[0m [1m 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
|
-
[0m
|
|
181
|
-
[1m[36m (91.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
182
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
183
|
-
[1m[36m (120.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
184
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
185
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
186
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
187
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
188
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
189
|
-
[1m[35m (101.1ms)[0m commit transaction
|
|
190
|
-
Migrating to CreateParents (20150131153819)
|
|
191
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
192
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
193
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
194
|
-
[1m[35m (65.4ms)[0m commit transaction
|
|
195
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
196
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
197
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
|
|
198
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
199
|
-
[1m[35m (232.0ms)[0m commit transaction
|
|
200
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
201
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
202
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
|
|
203
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
204
|
-
[1m[35m (85.5ms)[0m commit transaction
|
|
205
|
-
Migrating to CreateLexicons (20150131164609)
|
|
206
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
207
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
208
|
-
[1m[36m (0.3ms)[0m [1mCREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")[0m
|
|
209
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
210
|
-
[1m[36m (87.0ms)[0m [1mcommit transaction[0m
|
|
211
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
212
|
-
[1m[36m (0.1ms)[0m [1m 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
|
-
[0m
|
|
220
|
-
[1m[36m (78.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
221
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
|
222
|
-
[1m[36m (87.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
223
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
224
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
225
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
226
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
227
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
228
|
-
[1m[35m (125.7ms)[0m commit transaction
|
|
229
|
-
Migrating to CreateParents (20150131153819)
|
|
230
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
231
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
232
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
233
|
-
[1m[35m (98.6ms)[0m commit transaction
|
|
234
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
235
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
236
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
|
|
237
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
238
|
-
[1m[35m (336.3ms)[0m commit transaction
|
|
239
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
240
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
241
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
|
|
242
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
243
|
-
[1m[35m (152.8ms)[0m commit transaction
|
|
244
|
-
Migrating to CreateLexicons (20150131164609)
|
|
245
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
246
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
247
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")[0m
|
|
248
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
249
|
-
[1m[36m (115.1ms)[0m [1mcommit transaction[0m
|
|
250
|
-
Migrating to CreateEnumModels (20150131170613)
|
|
251
|
-
[1m[35m (0.0ms)[0m begin transaction
|
|
252
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
253
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
|
|
254
|
-
[1m[36m (65.4ms)[0m [1mcommit transaction[0m
|
|
255
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
256
|
-
[1m[36m (0.3ms)[0m [1m 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
|
-
[0m
|
|
264
|
-
[1m[36m (97.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
265
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
|
266
|
-
[1m[36m (119.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
267
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
268
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
269
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
270
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
271
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
272
|
-
[1m[35m (106.2ms)[0m commit transaction
|
|
273
|
-
Migrating to CreateParents (20150131153819)
|
|
274
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
275
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "field" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
276
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
277
|
-
[1m[35m (66.0ms)[0m commit transaction
|
|
278
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
279
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
280
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)
|
|
281
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
282
|
-
[1m[35m (249.9ms)[0m commit transaction
|
|
283
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
284
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
285
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)
|
|
286
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
287
|
-
[1m[35m (89.1ms)[0m commit transaction
|
|
288
|
-
Migrating to CreateLexicons (20150131164609)
|
|
289
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
290
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
291
|
-
[1m[36m (0.3ms)[0m [1mCREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")[0m
|
|
292
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]
|
|
293
|
-
[1m[36m (74.7ms)[0m [1mcommit transaction[0m
|
|
294
|
-
Migrating to CreateEnumModels (20150131170613)
|
|
295
|
-
[1m[35m (0.3ms)[0m begin transaction
|
|
296
|
-
[1m[36m (0.6ms)[0m [1mCREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) [0m
|
|
297
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]
|
|
298
|
-
[1m[36m (106.3ms)[0m [1mcommit transaction[0m
|
|
299
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
300
|
-
[1m[36m (0.1ms)[0m [1m SELECT sql
|
|
301
|
-
FROM sqlite_master
|
|
302
|
-
WHERE name='index_lexicons_on_the_answer_id' AND type='index'
|
|
303
|
-
UNION ALL
|
|
304
|
-
SELECT sql
|
|
305
|
-
FROM sqlite_temp_master
|
|
306
|
-
WHERE name='index_lexicons_on_the_answer_id' AND type='index'
|
|
307
|
-
[0m
|
|
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
|
-
|
|
311
|
-
[1m[36mBooleanModel Load (0.1ms)[0m [1m[34mSELECT "boolean_models".* FROM "boolean_models" ORDER BY "boolean_models"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
|
|
312
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
313
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
314
|
-
[1m[35m (84.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
315
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
316
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
317
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-08-30 21:02:55.704821"], ["updated_at", "2018-08-30 21:02:55.704821"]]
|
|
318
|
-
[1m[35m (19.6ms)[0m [1m[36mcommit transaction[0m
|
|
319
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
320
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
321
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
322
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
323
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
324
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
325
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
326
|
-
[1m[35m (117.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
327
|
-
[1m[35m (23.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
328
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
329
|
-
Migrating to CreateTheAnswers (20150127220502)
|
|
330
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
331
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "the_answers" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "lexicon_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
332
|
-
[1m[35m (0.1ms)[0m [1m[35mCREATE INDEX "index_the_answers_on_lexicon_id" ON "the_answers" ("lexicon_id")[0m
|
|
333
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150127220502"]]
|
|
334
|
-
[1m[35m (82.2ms)[0m [1m[36mcommit transaction[0m
|
|
335
|
-
Migrating to CreateParents (20150131153819)
|
|
336
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
337
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "parents" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
338
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131153819"]]
|
|
339
|
-
[1m[35m (186.7ms)[0m [1m[36mcommit transaction[0m
|
|
340
|
-
Migrating to CreateBooleanModels (20150131161322)
|
|
341
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
342
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "boolean_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
343
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131161322"]]
|
|
344
|
-
[1m[35m (27.7ms)[0m [1m[36mcommit transaction[0m
|
|
345
|
-
Migrating to CreateNumericModels (20150131162551)
|
|
346
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
347
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "numeric_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
348
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131162551"]]
|
|
349
|
-
[1m[35m (356.6ms)[0m [1m[36mcommit transaction[0m
|
|
350
|
-
Migrating to CreateLexicons (20150131164609)
|
|
351
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
352
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "lexicons" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
353
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131164609"]]
|
|
354
|
-
[1m[35m (125.2ms)[0m [1m[36mcommit transaction[0m
|
|
355
|
-
Migrating to CreateEnumModels (20150131170613)
|
|
356
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
357
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "enum_models" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
358
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150131170613"]]
|
|
359
|
-
[1m[35m (24.5ms)[0m [1m[36mcommit transaction[0m
|
|
360
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
361
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
362
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-08-30 21:02:59.369517"], ["updated_at", "2018-08-30 21:02:59.369517"]]
|
|
363
|
-
[1m[35m (221.2ms)[0m [1m[36mcommit transaction[0m
|
|
364
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|