better_enum 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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +67 -0
- data/Rakefile +23 -0
- data/lib/better_enum/extension.rb +22 -0
- data/lib/better_enum/railtie.rb +7 -0
- data/lib/better_enum/version.rb +3 -0
- data/lib/better_enum.rb +2 -0
- data/lib/tasks/better_enum_tasks.rake +4 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/config/manifest.js +4 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/javascripts/cable.js +13 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
- data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/jobs/application_job.rb +2 -0
- data/spec/dummy/app/mailers/application_mailer.rb +4 -0
- data/spec/dummy/app/models/application_record.rb +3 -0
- data/spec/dummy/app/models/employee.rb +3 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
- data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +38 -0
- data/spec/dummy/bin/update +29 -0
- data/spec/dummy/bin/yarn +11 -0
- data/spec/dummy/config/application.rb +26 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/cable.yml +10 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +54 -0
- data/spec/dummy/config/environments/production.rb +91 -0
- data/spec/dummy/config/environments/test.rb +42 -0
- data/spec/dummy/config/initializers/application_controller_renderer.rb +6 -0
- data/spec/dummy/config/initializers/assets.rb +14 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/locale.rb +3 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +33 -0
- data/spec/dummy/config/locales/ja.yml +33 -0
- data/spec/dummy/config/locales/models/employee/en.yml +18 -0
- data/spec/dummy/config/locales/models/employee/ja.yml +18 -0
- data/spec/dummy/config/puma.rb +56 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config/secrets.yml +32 -0
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/config.ru +5 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20170803134359_create_employee.rb +9 -0
- data/spec/dummy/db/schema.rb +21 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +14 -0
- data/spec/dummy/log/test.log +815 -0
- data/spec/dummy/package.json +5 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/spec +1 -0
- data/spec/factories/employees.rb +15 -0
- data/spec/models/employee_spec.rb +37 -0
- data/spec/rails_helper.rb +57 -0
- data/spec/spec_helper.rb +100 -0
- metadata +240 -0
@@ -0,0 +1,32 @@
|
|
1
|
+
# Be sure to restart your server when you modify this file.
|
2
|
+
|
3
|
+
# Your secret key is used for verifying the integrity of signed cookies.
|
4
|
+
# If you change this key, all old signed cookies will become invalid!
|
5
|
+
|
6
|
+
# Make sure the secret is at least 30 characters and all random,
|
7
|
+
# no regular words or you'll be exposed to dictionary attacks.
|
8
|
+
# You can use `rails secret` to generate a secure secret key.
|
9
|
+
|
10
|
+
# Make sure the secrets in this file are kept private
|
11
|
+
# if you're sharing your code publicly.
|
12
|
+
|
13
|
+
# Shared secrets are available across all environments.
|
14
|
+
|
15
|
+
# shared:
|
16
|
+
# api_key: a1B2c3D4e5F6
|
17
|
+
|
18
|
+
# Environmental secrets are only available for that specific environment.
|
19
|
+
|
20
|
+
development:
|
21
|
+
secret_key_base: 675c26394394627847405dd1d0cd97bede3b825c82cda579f37be5b0fb2e79c1b3ca8decc6af736dc2a0a9e499245fd57e36e9e4ed0bdad360e7000540b94169
|
22
|
+
|
23
|
+
test:
|
24
|
+
secret_key_base: 8318011e4c9a724fbc0f5fe75cdab00abb6e8b81eafd97df789e518a0c883b3395130e6dba1a27f36fc7f79845c30cf6259de8d67a0ceb6bae47197ead7da8e3
|
25
|
+
|
26
|
+
# Do not keep production secrets in the unencrypted secrets file.
|
27
|
+
# Instead, either read values from the environment.
|
28
|
+
# Or, use `bin/rails secrets:setup` to configure encrypted secrets
|
29
|
+
# and move the `production:` environment over there.
|
30
|
+
|
31
|
+
production:
|
32
|
+
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
Binary file
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# This file is auto-generated from the current state of the database. Instead
|
2
|
+
# of editing this file, please use the migrations feature of Active Record to
|
3
|
+
# incrementally modify your database, and then regenerate this schema definition.
|
4
|
+
#
|
5
|
+
# Note that this schema.rb definition is the authoritative source for your
|
6
|
+
# database schema. If you need to create the application database on another
|
7
|
+
# system, you should be using db:schema:load, not running all the migrations
|
8
|
+
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
9
|
+
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
10
|
+
#
|
11
|
+
# It's strongly recommended that you check this file into your version control system.
|
12
|
+
|
13
|
+
ActiveRecord::Schema.define(version: 20170803134359) do
|
14
|
+
|
15
|
+
create_table "employees", force: :cascade do |t|
|
16
|
+
t.integer "gender"
|
17
|
+
t.integer "age"
|
18
|
+
t.string "name"
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3
|
+
[1m[35m (0.7ms)[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
|
4
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
5
|
+
Migrating to CreateEmployee (20170803134359)
|
6
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
7
|
+
[1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
8
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170803134359"]]
|
9
|
+
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
10
|
+
[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]]
|
11
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
12
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-08-03 08:55:37.000967"], ["updated_at", "2017-08-03 08:55:37.000967"]]
|
13
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
14
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
@@ -0,0 +1,815 @@
|
|
1
|
+
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
2
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
4
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
5
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
6
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
7
|
+
[1m[35m (0.9ms)[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
|
8
|
+
[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]]
|
9
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:07:34.351495"], ["updated_at", "2017-08-03 10:07:34.351495"]]
|
11
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
12
|
+
[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]]
|
13
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
14
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
15
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
16
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
17
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
18
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
19
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
20
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
21
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
22
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
23
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
24
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
25
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
26
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
27
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
28
|
+
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
29
|
+
[1m[35m (0.7ms)[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
|
30
|
+
[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]]
|
31
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
32
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:08:15.485295"], ["updated_at", "2017-08-03 10:08:15.485295"]]
|
33
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
34
|
+
[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]]
|
35
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
37
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
38
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
39
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
40
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
41
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
42
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
43
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
44
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
45
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
46
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
47
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
48
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
49
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
50
|
+
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
51
|
+
[1m[35m (0.7ms)[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
|
52
|
+
[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]]
|
53
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
54
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:08:57.408164"], ["updated_at", "2017-08-03 10:08:57.408164"]]
|
55
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
56
|
+
[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]]
|
57
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
58
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
59
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
60
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
61
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
62
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
63
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
64
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
65
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
66
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
67
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
68
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
69
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
70
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
71
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
72
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
73
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
74
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
75
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
76
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
77
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
78
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
79
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
80
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
81
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
82
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
83
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
84
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
85
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
86
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
87
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
88
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
89
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
90
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
91
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
92
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
93
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
94
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
95
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
96
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
97
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
98
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
99
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
100
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
101
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
102
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
103
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
104
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
105
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
106
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
107
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
108
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
109
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
110
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
111
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
112
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
113
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
114
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
115
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
116
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
117
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
118
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
119
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
120
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
121
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
122
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
123
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
124
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
125
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
126
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
127
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
128
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
129
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
130
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
131
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
132
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
133
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
134
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
135
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
136
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
137
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
138
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
139
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
140
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
141
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
142
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
143
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
144
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
145
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
146
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
147
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
148
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
149
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
150
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
151
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
152
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
153
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
154
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
155
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
156
|
+
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
157
|
+
[1m[35m (0.8ms)[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
|
158
|
+
[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]]
|
159
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
160
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:11:38.125369"], ["updated_at", "2017-08-03 10:11:38.125369"]]
|
161
|
+
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
162
|
+
[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]]
|
163
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
164
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
165
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
166
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
167
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
168
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
169
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
170
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
171
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
172
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
173
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
174
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
175
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
176
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
177
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
178
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
179
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
180
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
181
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
182
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
183
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
184
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
185
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
186
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
187
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
188
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
189
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
190
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
191
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
192
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
193
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
194
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
195
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
196
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
197
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
198
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
199
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
200
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
201
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
202
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
203
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
204
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
205
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
206
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
207
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
208
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
209
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
210
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
211
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
212
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
213
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
214
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
215
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
216
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
217
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
218
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
219
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
220
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
221
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
222
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
223
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
224
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
225
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
226
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
227
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
228
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
229
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
230
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
231
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
232
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
233
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
234
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
235
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
236
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
237
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
238
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
239
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
240
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
241
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
242
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
243
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
244
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
245
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
246
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
247
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
248
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
249
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
250
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
251
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
252
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
253
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
254
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
255
|
+
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
256
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
257
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
258
|
+
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
259
|
+
[1m[35m (0.9ms)[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
|
260
|
+
[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]]
|
261
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
262
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:12:41.166356"], ["updated_at", "2017-08-03 10:12:41.166356"]]
|
263
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
264
|
+
[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]]
|
265
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
266
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
267
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
268
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
269
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
270
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
271
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
272
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
273
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
274
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
275
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
276
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
277
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
278
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
279
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
280
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
281
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
282
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
283
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
284
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
285
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
286
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
287
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
288
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
289
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
290
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
291
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
292
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
293
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
294
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
295
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
296
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
297
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
298
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
299
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
300
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
301
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
302
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
303
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
304
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
305
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
306
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
307
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
308
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
309
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
310
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
311
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
312
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
313
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
314
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
315
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
316
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
317
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
318
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
319
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
320
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
321
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
322
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
323
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
324
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
325
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
326
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
327
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
328
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
329
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
330
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
331
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
332
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
333
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
334
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
335
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
336
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
337
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
338
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
339
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
340
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
341
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
342
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
343
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
344
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
345
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
346
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
347
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
348
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
349
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
350
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
351
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
352
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
353
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
354
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
355
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
356
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
357
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
358
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
359
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
360
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
361
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
362
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
363
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
364
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
365
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
366
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
367
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
368
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
369
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
370
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
371
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
372
|
+
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
373
|
+
[1m[35m (0.6ms)[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
|
374
|
+
[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]]
|
375
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
376
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:50:53.664303"], ["updated_at", "2017-08-03 10:50:53.664303"]]
|
377
|
+
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
378
|
+
[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]]
|
379
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
380
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
381
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
382
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
383
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
384
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
385
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
386
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
387
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
388
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
389
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
390
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
391
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
392
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
393
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
394
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
395
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
396
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
397
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
398
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
399
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
400
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
401
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
402
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
403
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
404
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
405
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
406
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
407
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
408
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
409
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
410
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
411
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
412
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
413
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
414
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
415
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
416
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
417
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
418
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
419
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
420
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
421
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
422
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
423
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
424
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
425
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
426
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
427
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
428
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
429
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
430
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
431
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
432
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
433
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
434
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
435
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
436
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
437
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
438
|
+
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
|
439
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
440
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
441
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
442
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
443
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
444
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
445
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
446
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
447
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
448
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
449
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
450
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
451
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
452
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
453
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
454
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
455
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
456
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
457
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
458
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
459
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
460
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
461
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
462
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
463
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
464
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
465
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
466
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
467
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
468
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
469
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
470
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
471
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
472
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
473
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
474
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
475
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
476
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
477
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
478
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
479
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
480
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
481
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
482
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
483
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
484
|
+
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
485
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
486
|
+
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
487
|
+
[1m[35m (0.9ms)[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
|
488
|
+
[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]]
|
489
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
490
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:52:05.011001"], ["updated_at", "2017-08-03 10:52:05.011001"]]
|
491
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
492
|
+
[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]]
|
493
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
494
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
495
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
496
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
497
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
498
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
499
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
500
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
501
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
502
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
503
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
504
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
505
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
506
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
507
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
508
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
509
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
510
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
511
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
512
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
513
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
514
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
515
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
516
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
517
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
518
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
519
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
520
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
521
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
522
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
523
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
524
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
525
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
526
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
527
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
528
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
529
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
530
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
531
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
532
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
533
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
534
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
535
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
536
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
537
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
538
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
539
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
540
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
541
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
542
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
543
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
544
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
545
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
546
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
547
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
548
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
549
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
550
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
551
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
552
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
553
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
554
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
555
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
556
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
557
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
558
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
559
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
560
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
561
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
562
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
563
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
564
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
565
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
566
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
567
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
568
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
569
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
570
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
571
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
572
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
573
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
574
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
575
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
576
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
577
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
578
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
579
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
580
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
581
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
582
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
583
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
584
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
585
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
586
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
587
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
588
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
589
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
590
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
591
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
592
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
593
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
594
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
595
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
596
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
597
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
598
|
+
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
599
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
600
|
+
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
601
|
+
[1m[35m (0.8ms)[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
|
602
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
603
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
604
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:55:56.137730"], ["updated_at", "2017-08-03 10:55:56.137730"]]
|
605
|
+
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
606
|
+
[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]]
|
607
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
608
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
609
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
610
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
611
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
612
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
613
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
614
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
615
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
616
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
617
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
618
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
619
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
620
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
621
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
622
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
623
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
624
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
625
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
626
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
627
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
628
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
629
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
630
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
631
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
632
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
633
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
634
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
635
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
636
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
637
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
638
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
639
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
640
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
641
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
642
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
643
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
644
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
645
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
646
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
647
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
648
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
649
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
650
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
651
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
652
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
653
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
654
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
655
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
656
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
657
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
658
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
659
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
660
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
661
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
662
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
663
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
664
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
665
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
666
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
667
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
668
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
669
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
670
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
671
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
672
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
673
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
674
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
675
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
676
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
677
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
678
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
679
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
680
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
681
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
682
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
683
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
684
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
685
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
686
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
687
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
688
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
689
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
690
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
691
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
692
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
693
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
694
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
695
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
696
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
697
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
698
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
699
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
700
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
701
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
702
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
703
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
704
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
705
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
706
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
707
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
708
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
709
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "employees"[0m
|
710
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
711
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "employees" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "gender" integer, "age" integer, "name" varchar)[0m
|
712
|
+
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
713
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
714
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20170803134359)[0m
|
715
|
+
[1m[35m (1.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
|
716
|
+
[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]]
|
717
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
718
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-08-03 10:56:58.514500"], ["updated_at", "2017-08-03 10:56:58.514500"]]
|
719
|
+
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
720
|
+
[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]]
|
721
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
722
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
723
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
724
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
725
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
726
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
727
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
728
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
729
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
730
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
731
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
732
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
733
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
734
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
735
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
736
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
737
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
738
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
739
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
740
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
741
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
742
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
743
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
744
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
745
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
746
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
747
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
748
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
749
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
750
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
751
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
752
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
753
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
754
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
755
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
756
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
757
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
758
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
759
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
760
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
761
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
762
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
763
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
764
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
765
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
766
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
767
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
768
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
769
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
770
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
771
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
772
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
773
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
774
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
775
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
776
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
777
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
778
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
779
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
780
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
781
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
782
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
783
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
784
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
785
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
786
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
787
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
788
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
789
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
790
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
791
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
792
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
793
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
794
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
795
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
796
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
797
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
798
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
799
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
800
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
801
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
802
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
803
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 0], ["age", 28], ["name", "test"]]
|
804
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
805
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
806
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
807
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
808
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 1], ["age", 28], ["name", "test"]]
|
809
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
810
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
811
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
812
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
813
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "employees" ("gender", "age", "name") VALUES (?, ?, ?)[0m [["gender", 2], ["age", 28], ["name", "test"]]
|
814
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
815
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|