dm_core 4.2.3.2 → 4.2.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dm_core/version.rb +1 -1
- data/spec/dummy/log/development.log +784 -0
- data/spec/dummy/log/test.log +429 -0
- metadata +2 -2
data/spec/dummy/log/test.log
CHANGED
@@ -6089,3 +6089,432 @@ Adding themes to assets [true]
|
|
6089
6089
|
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
6090
6090
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6091
6091
|
[1m[35m (0.9ms)[0m rollback transaction
|
6092
|
+
Adding themes to assets [true]
|
6093
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
6094
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6095
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6096
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.081093"], ["updated_at", "2016-12-11 09:15:51.081093"]]
|
6097
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.112615"], ["updated_at", "2016-12-11 09:15:51.112615"]]
|
6098
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.114346"], ["updated_at", "2016-12-11 09:15:51.114346"]]
|
6099
|
+
[1m[36mPreference Load (0.1ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6100
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.122685"], ["updated_at", "2016-12-11 09:15:51.122685"]]
|
6101
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6102
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6103
|
+
[1m[36mPreference Load (0.2ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6104
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
6105
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6106
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6107
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.137070"], ["updated_at", "2016-12-11 09:15:51.137070"]]
|
6108
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.138600"], ["updated_at", "2016-12-11 09:15:51.138600"]]
|
6109
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.139775"], ["updated_at", "2016-12-11 09:15:51.139775"]]
|
6110
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6111
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.141903"], ["updated_at", "2016-12-11 09:15:51.141903"]]
|
6112
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6113
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6114
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6115
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
6116
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6117
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6118
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.147863"], ["updated_at", "2016-12-11 09:15:51.147863"]]
|
6119
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.149259"], ["updated_at", "2016-12-11 09:15:51.149259"]]
|
6120
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.150325"], ["updated_at", "2016-12-11 09:15:51.150325"]]
|
6121
|
+
[1m[36mPreference Load (0.1ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6122
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.152316"], ["updated_at", "2016-12-11 09:15:51.152316"]]
|
6123
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6124
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6125
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6126
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
6127
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6128
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6129
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.157566"], ["updated_at", "2016-12-11 09:15:51.157566"]]
|
6130
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.158945"], ["updated_at", "2016-12-11 09:15:51.158945"]]
|
6131
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.160083"], ["updated_at", "2016-12-11 09:15:51.160083"]]
|
6132
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6133
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.162089"], ["updated_at", "2016-12-11 09:15:51.162089"]]
|
6134
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6135
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6136
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6137
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
6138
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6139
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6140
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.168019"], ["updated_at", "2016-12-11 09:15:51.168019"]]
|
6141
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.169450"], ["updated_at", "2016-12-11 09:15:51.169450"]]
|
6142
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.170677"], ["updated_at", "2016-12-11 09:15:51.170677"]]
|
6143
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6144
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.172973"], ["updated_at", "2016-12-11 09:15:51.172973"]]
|
6145
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6146
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6147
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6148
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
6149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6151
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.179061"], ["updated_at", "2016-12-11 09:15:51.179061"]]
|
6152
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.180680"], ["updated_at", "2016-12-11 09:15:51.180680"]]
|
6153
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.182030"], ["updated_at", "2016-12-11 09:15:51.182030"]]
|
6154
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6155
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.184773"], ["updated_at", "2016-12-11 09:15:51.184773"]]
|
6156
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6157
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6158
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6159
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
6160
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6161
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6162
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.191838"], ["updated_at", "2016-12-11 09:15:51.191838"]]
|
6163
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.193335"], ["updated_at", "2016-12-11 09:15:51.193335"]]
|
6164
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.194496"], ["updated_at", "2016-12-11 09:15:51.194496"]]
|
6165
|
+
[1m[36mPreference Load (0.1ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6166
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.196919"], ["updated_at", "2016-12-11 09:15:51.196919"]]
|
6167
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6168
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6169
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6170
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
6171
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6172
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6173
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.202418"], ["updated_at", "2016-12-11 09:15:51.202418"]]
|
6174
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.203681"], ["updated_at", "2016-12-11 09:15:51.203681"]]
|
6175
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.205130"], ["updated_at", "2016-12-11 09:15:51.205130"]]
|
6176
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6177
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.207607"], ["updated_at", "2016-12-11 09:15:51.207607"]]
|
6178
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6179
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6180
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6181
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
6182
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6184
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.213830"], ["updated_at", "2016-12-11 09:15:51.213830"]]
|
6185
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.215283"], ["updated_at", "2016-12-11 09:15:51.215283"]]
|
6186
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.216441"], ["updated_at", "2016-12-11 09:15:51.216441"]]
|
6187
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6188
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.218420"], ["updated_at", "2016-12-11 09:15:51.218420"]]
|
6189
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6190
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6191
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6192
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
6193
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6194
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6195
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.223755"], ["updated_at", "2016-12-11 09:15:51.223755"]]
|
6196
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.225227"], ["updated_at", "2016-12-11 09:15:51.225227"]]
|
6197
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.226398"], ["updated_at", "2016-12-11 09:15:51.226398"]]
|
6198
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6199
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.228499"], ["updated_at", "2016-12-11 09:15:51.228499"]]
|
6200
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6201
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6202
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6203
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6204
|
+
[1m[35mUserProfile Exists (0.6ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Destiney') LIMIT 1
|
6205
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Roslyn"], ["last_name", "Ledner"], ["public_name", "Destiney"], ["email", "raul.tromp@cronadietrich.biz"], ["created_at", "2016-12-11 09:15:51.764542"], ["updated_at", "2016-12-11 09:15:51.764542"], ["lock_version", 0]]
|
6206
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Roslyn', "last_name" = 'Ledner', "public_name" = 'Destiney', "email" = 'raul.tromp@cronadietrich.biz', "created_at" = '2016-12-11 09:15:51.764542', "updated_at" = '2016-12-11 09:15:51.764542', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6207
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6208
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6209
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'joanne_spencer@halvorsonsmith.biz' LIMIT 1[0m
|
6210
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Destiney') AND "user_profiles"."id" != 1) LIMIT 1
|
6211
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "confirmed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["email", "joanne_spencer@halvorsonsmith.biz"], ["encrypted_password", "$2a$04$/h2OyrP8LZ/DqMcX/cRy6.EQXy7AU5IoQ2nIILh96hrPrRT8CAMnW"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.775114"], ["updated_at", "2016-12-11 09:15:51.775114"]]
|
6212
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "user_id" = 1, "updated_at" = '2016-12-11 09:15:51.776711', "lock_version" = 2 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 1]]
|
6213
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "email" = ?, "encrypted_password" = ?, "confirmed_at" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "account_id" = ? WHERE "users"."id" = ?[0m [["email", "joanne_spencer@halvorsonsmith.biz"], ["encrypted_password", "$2a$04$/h2OyrP8LZ/DqMcX/cRy6.EQXy7AU5IoQ2nIILh96hrPrRT8CAMnW"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.775114"], ["updated_at", "2016-12-11 09:15:51.775114"], ["id", 1], ["account_id", 1], ["id", 1]]
|
6214
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "email" = 'joanne_spencer@halvorsonsmith.biz', "updated_at" = '2016-12-11 09:15:51.779718', "lock_version" = 3 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 2]]
|
6215
|
+
[1m[36mUserSiteProfile Load (0.1ms)[0m [1mSELECT "user_site_profiles".* FROM "user_site_profiles" WHERE "user_site_profiles"."user_id" = ? AND "user_site_profiles"."account_id" = ? LIMIT 1[0m [["user_id", 1], ["account_id", 1]]
|
6216
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "user_site_profiles" ("user_id", "created_at", "updated_at", "uuid") VALUES (?, ?, ?, ?) [["user_id", 1], ["created_at", "2016-12-11 09:15:51.798959"], ["updated_at", "2016-12-11 09:15:51.798959"], ["uuid", "24273bb2-2aa2-43d6-98ea-cd1b5ac41147"]]
|
6217
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_site_profiles" SET "account_id" = ?, "updated_at" = ? WHERE "user_site_profiles"."id" = ?[0m [["account_id", 1], ["updated_at", "2016-12-11 09:15:51.800401"], ["id", 1]]
|
6218
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
6219
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6220
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6221
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Rozella') LIMIT 1[0m
|
6222
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Syble"], ["last_name", "Hessel"], ["public_name", "Rozella"], ["email", "philip@hettinger.biz"], ["created_at", "2016-12-11 09:15:51.805959"], ["updated_at", "2016-12-11 09:15:51.805959"], ["lock_version", 0]]
|
6223
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Syble', "last_name" = 'Hessel', "public_name" = 'Rozella', "email" = 'philip@hettinger.biz', "created_at" = '2016-12-11 09:15:51.805959', "updated_at" = '2016-12-11 09:15:51.805959', "id" = 2, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 2], ["lock_version", 0]]
|
6224
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6225
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'heidi_berge@kautzer.biz' LIMIT 1[0m
|
6226
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Rozella') AND "user_profiles"."id" != 2) LIMIT 1
|
6227
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
6228
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6229
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6230
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.813917"], ["updated_at", "2016-12-11 09:15:51.813917"]]
|
6231
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.815438"], ["updated_at", "2016-12-11 09:15:51.815438"]]
|
6232
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.816568"], ["updated_at", "2016-12-11 09:15:51.816568"]]
|
6233
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6234
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.818725"], ["updated_at", "2016-12-11 09:15:51.818725"]]
|
6235
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6236
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6237
|
+
[1m[36mPreference Load (0.0ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6238
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6239
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Agustina') LIMIT 1[0m
|
6240
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Elias"], ["last_name", "Quitzon"], ["public_name", "Agustina"], ["email", "willie@keebler.org"], ["created_at", "2016-12-11 09:15:51.825013"], ["updated_at", "2016-12-11 09:15:51.825013"], ["lock_version", 0]]
|
6241
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Elias', "last_name" = 'Quitzon', "public_name" = 'Agustina', "email" = 'willie@keebler.org', "created_at" = '2016-12-11 09:15:51.825013', "updated_at" = '2016-12-11 09:15:51.825013', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 1], ["lock_version", 0]]
|
6242
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6243
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Agustina') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6244
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
6245
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6246
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6247
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.834195"], ["updated_at", "2016-12-11 09:15:51.834195"]]
|
6248
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.836006"], ["updated_at", "2016-12-11 09:15:51.836006"]]
|
6249
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.837331"], ["updated_at", "2016-12-11 09:15:51.837331"]]
|
6250
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6251
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.840815"], ["updated_at", "2016-12-11 09:15:51.840815"]]
|
6252
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6253
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6254
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6255
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6256
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Tobin') LIMIT 1
|
6257
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Americo"], ["last_name", "Thiel"], ["public_name", "Tobin"], ["email", "courtney@kiehn.com"], ["created_at", "2016-12-11 09:15:51.847753"], ["updated_at", "2016-12-11 09:15:51.847753"], ["lock_version", 0]]
|
6258
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Americo', "last_name" = 'Thiel', "public_name" = 'Tobin', "email" = 'courtney@kiehn.com', "created_at" = '2016-12-11 09:15:51.847753', "updated_at" = '2016-12-11 09:15:51.847753', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6259
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6260
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@foo.com' LIMIT 1
|
6261
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Tobin') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6262
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6263
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Nigel') LIMIT 1[0m
|
6264
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Tobin"], ["last_name", "Little"], ["public_name", "Nigel"], ["email", "freida_connelly@stromanjenkins.net"], ["created_at", "2016-12-11 09:15:51.856033"], ["updated_at", "2016-12-11 09:15:51.856033"], ["lock_version", 0]]
|
6265
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Tobin', "last_name" = 'Little', "public_name" = 'Nigel', "email" = 'freida_connelly@stromanjenkins.net', "created_at" = '2016-12-11 09:15:51.856033', "updated_at" = '2016-12-11 09:15:51.856033', "id" = 2, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 2], ["lock_version", 0]]
|
6266
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6267
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'the_user@foo.bar.org' LIMIT 1[0m
|
6268
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Nigel') AND "user_profiles"."id" != 2) LIMIT 1
|
6269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6270
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Aliya') LIMIT 1
|
6271
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Lulu"], ["last_name", "Kertzmann"], ["public_name", "Aliya"], ["email", "kristy@terrygoodwin.info"], ["created_at", "2016-12-11 09:15:51.862980"], ["updated_at", "2016-12-11 09:15:51.862980"], ["lock_version", 0]]
|
6272
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Lulu', "last_name" = 'Kertzmann', "public_name" = 'Aliya', "email" = 'kristy@terrygoodwin.info', "created_at" = '2016-12-11 09:15:51.862980', "updated_at" = '2016-12-11 09:15:51.862980', "id" = 3, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 3], ["lock_version", 0]]
|
6273
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6274
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'first.last@foo.jp' LIMIT 1
|
6275
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Aliya') AND "user_profiles"."id" != 3) LIMIT 1[0m
|
6276
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
6277
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6278
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6279
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.872466"], ["updated_at", "2016-12-11 09:15:51.872466"]]
|
6280
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.875237"], ["updated_at", "2016-12-11 09:15:51.875237"]]
|
6281
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.877053"], ["updated_at", "2016-12-11 09:15:51.877053"]]
|
6282
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6283
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.880964"], ["updated_at", "2016-12-11 09:15:51.880964"]]
|
6284
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6285
|
+
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6286
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6287
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6288
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Sophia') LIMIT 1
|
6289
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Sydney"], ["last_name", "Streich"], ["public_name", "Sophia"], ["email", "sabryna_quitzon@kuhicleuschke.net"], ["created_at", "2016-12-11 09:15:51.891056"], ["updated_at", "2016-12-11 09:15:51.891056"], ["lock_version", 0]]
|
6290
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Sydney', "last_name" = 'Streich', "public_name" = 'Sophia', "email" = 'sabryna_quitzon@kuhicleuschke.net', "created_at" = '2016-12-11 09:15:51.891056', "updated_at" = '2016-12-11 09:15:51.891056', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6291
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6292
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user@foo,com' LIMIT 1
|
6293
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Sophia') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6294
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6295
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Selina') LIMIT 1[0m
|
6296
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Alva"], ["last_name", "Hauck"], ["public_name", "Selina"], ["email", "clara@dooley.biz"], ["created_at", "2016-12-11 09:15:51.900459"], ["updated_at", "2016-12-11 09:15:51.900459"], ["lock_version", 0]]
|
6297
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Alva', "last_name" = 'Hauck', "public_name" = 'Selina', "email" = 'clara@dooley.biz', "created_at" = '2016-12-11 09:15:51.900459', "updated_at" = '2016-12-11 09:15:51.900459', "id" = 2, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 2], ["lock_version", 0]]
|
6298
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6299
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'user_at_foo.org' LIMIT 1[0m
|
6300
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Selina') AND "user_profiles"."id" != 2) LIMIT 1
|
6301
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6302
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Xavier') LIMIT 1
|
6303
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Derrick"], ["last_name", "Rowe"], ["public_name", "Xavier"], ["email", "marcelina@kirlin.info"], ["created_at", "2016-12-11 09:15:51.908504"], ["updated_at", "2016-12-11 09:15:51.908504"], ["lock_version", 0]]
|
6304
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Derrick', "last_name" = 'Rowe', "public_name" = 'Xavier', "email" = 'marcelina@kirlin.info', "created_at" = '2016-12-11 09:15:51.908504', "updated_at" = '2016-12-11 09:15:51.908504', "id" = 3, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 3], ["lock_version", 0]]
|
6305
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6306
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'example.user@foo.' LIMIT 1
|
6307
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Xavier') AND "user_profiles"."id" != 3) LIMIT 1[0m
|
6308
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
6309
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6310
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6311
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.918289"], ["updated_at", "2016-12-11 09:15:51.918289"]]
|
6312
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.920932"], ["updated_at", "2016-12-11 09:15:51.920932"]]
|
6313
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.922765"], ["updated_at", "2016-12-11 09:15:51.922765"]]
|
6314
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6315
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.927221"], ["updated_at", "2016-12-11 09:15:51.927221"]]
|
6316
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6317
|
+
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6318
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6319
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6320
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Trisha') LIMIT 1
|
6321
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Sabina"], ["last_name", "Nienow"], ["public_name", "Trisha"], ["email", "elisabeth@emard.info"], ["created_at", "2016-12-11 09:15:51.937434"], ["updated_at", "2016-12-11 09:15:51.937434"], ["lock_version", 0]]
|
6322
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "user_profiles" SET "first_name" = 'Sabina', "last_name" = 'Nienow', "public_name" = 'Trisha', "email" = 'elisabeth@emard.info', "created_at" = '2016-12-11 09:15:51.937434', "updated_at" = '2016-12-11 09:15:51.937434', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6323
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6324
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6325
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'dup@test.com' LIMIT 1[0m
|
6326
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Trisha') AND "user_profiles"."id" != 1) LIMIT 1
|
6327
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "confirmed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["email", "dup@test.com"], ["encrypted_password", "$2a$04$QsgPaFjPJNPz3FppjJypoefL6Ksi2beDJcXhWJ4gxCXXZHFnsR7fq"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.944060"], ["updated_at", "2016-12-11 09:15:51.944060"]]
|
6328
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "user_id" = 1, "updated_at" = '2016-12-11 09:15:51.945460', "lock_version" = 2 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 1]]
|
6329
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "email" = ?, "encrypted_password" = ?, "confirmed_at" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "account_id" = ? WHERE "users"."id" = ?[0m [["email", "dup@test.com"], ["encrypted_password", "$2a$04$QsgPaFjPJNPz3FppjJypoefL6Ksi2beDJcXhWJ4gxCXXZHFnsR7fq"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.944060"], ["updated_at", "2016-12-11 09:15:51.944060"], ["id", 1], ["account_id", 1], ["id", 1]]
|
6330
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "email" = 'dup@test.com', "updated_at" = '2016-12-11 09:15:51.948768', "lock_version" = 3 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 2]]
|
6331
|
+
[1m[36mUserSiteProfile Load (0.0ms)[0m [1mSELECT "user_site_profiles".* FROM "user_site_profiles" WHERE "user_site_profiles"."user_id" = ? AND "user_site_profiles"."account_id" = ? LIMIT 1[0m [["user_id", 1], ["account_id", 1]]
|
6332
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_site_profiles" ("user_id", "created_at", "updated_at", "uuid") VALUES (?, ?, ?, ?) [["user_id", 1], ["created_at", "2016-12-11 09:15:51.951961"], ["updated_at", "2016-12-11 09:15:51.951961"], ["uuid", "f9d7400c-187d-4b29-a3b5-52870d521f92"]]
|
6333
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "user_site_profiles" SET "account_id" = ?, "updated_at" = ? WHERE "user_site_profiles"."id" = ?[0m [["account_id", 1], ["updated_at", "2016-12-11 09:15:51.953116"], ["id", 1]]
|
6334
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
6335
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6336
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6337
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Hipolito') LIMIT 1[0m
|
6338
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Kirsten"], ["last_name", "Volkman"], ["public_name", "Hipolito"], ["email", "jadyn_streich@lubowitz.info"], ["created_at", "2016-12-11 09:15:51.958245"], ["updated_at", "2016-12-11 09:15:51.958245"], ["lock_version", 0]]
|
6339
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Kirsten', "last_name" = 'Volkman', "public_name" = 'Hipolito', "email" = 'jadyn_streich@lubowitz.info', "created_at" = '2016-12-11 09:15:51.958245', "updated_at" = '2016-12-11 09:15:51.958245', "id" = 2, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 2], ["lock_version", 0]]
|
6340
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6341
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'dup@test.com' LIMIT 1[0m
|
6342
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Hipolito') AND "user_profiles"."id" != 2) LIMIT 1
|
6343
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
6344
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6345
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6346
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:51.968965"], ["updated_at", "2016-12-11 09:15:51.968965"]]
|
6347
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.971591"], ["updated_at", "2016-12-11 09:15:51.971591"]]
|
6348
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:51.973439"], ["updated_at", "2016-12-11 09:15:51.973439"]]
|
6349
|
+
[1m[36mPreference Load (0.1ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6350
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:51.976329"], ["updated_at", "2016-12-11 09:15:51.976329"]]
|
6351
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6352
|
+
[1m[35mAccount Load (0.0ms)[0m SELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1 [["account_prefix", "test"]]
|
6353
|
+
[1m[36mPreference Load (0.1ms)[0m [1mSELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL[0m [["owner_id", 1], ["owner_type", "Account"]]
|
6354
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6355
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Freddie') LIMIT 1[0m
|
6356
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?) [["first_name", "Carlie"], ["last_name", "Terry"], ["public_name", "Freddie"], ["email", "aryanna.kerluke@huel.name"], ["created_at", "2016-12-11 09:15:51.982681"], ["updated_at", "2016-12-11 09:15:51.982681"], ["lock_version", 0]]
|
6357
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "user_profiles" SET "first_name" = 'Carlie', "last_name" = 'Terry', "public_name" = 'Freddie', "email" = 'aryanna.kerluke@huel.name', "created_at" = '2016-12-11 09:15:51.982681', "updated_at" = '2016-12-11 09:15:51.982681', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 1], ["lock_version", 0]]
|
6358
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6359
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6360
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'dup@test.com' LIMIT 1
|
6361
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Freddie') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6362
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "encrypted_password", "confirmed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "dup@test.com"], ["encrypted_password", "$2a$04$/TZ3G8NxO.2XYBCxwFyAh.zWepZQQY7RAY7wpPJhwp.dcgRFLUW12"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.989621"], ["updated_at", "2016-12-11 09:15:51.989621"]]
|
6363
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "user_id" = 1, "updated_at" = '2016-12-11 09:15:51.991071', "lock_version" = 2 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 1], ["lock_version", 1]]
|
6364
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "email" = ?, "encrypted_password" = ?, "confirmed_at" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "account_id" = ? WHERE "users"."id" = ? [["email", "dup@test.com"], ["encrypted_password", "$2a$04$/TZ3G8NxO.2XYBCxwFyAh.zWepZQQY7RAY7wpPJhwp.dcgRFLUW12"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:51.989621"], ["updated_at", "2016-12-11 09:15:51.989621"], ["id", 1], ["account_id", 1], ["id", 1]]
|
6365
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "user_profiles" SET "email" = 'dup@test.com', "updated_at" = '2016-12-11 09:15:51.993664', "lock_version" = 3 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ?[0m [["id", 1], ["lock_version", 2]]
|
6366
|
+
[1m[35mUserSiteProfile Load (0.1ms)[0m SELECT "user_site_profiles".* FROM "user_site_profiles" WHERE "user_site_profiles"."user_id" = ? AND "user_site_profiles"."account_id" = ? LIMIT 1 [["user_id", 1], ["account_id", 1]]
|
6367
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_site_profiles" ("user_id", "created_at", "updated_at", "uuid") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["created_at", "2016-12-11 09:15:51.997993"], ["updated_at", "2016-12-11 09:15:51.997993"], ["uuid", "4697381a-895e-40fa-bd28-ffaaca1e2f1a"]]
|
6368
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_site_profiles" SET "account_id" = ?, "updated_at" = ? WHERE "user_site_profiles"."id" = ? [["account_id", 1], ["updated_at", "2016-12-11 09:15:51.999360"], ["id", 1]]
|
6369
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
6370
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6371
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6372
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Khalid') LIMIT 1
|
6373
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Julian"], ["last_name", "Nader"], ["public_name", "Khalid"], ["email", "jaida@ricenolan.info"], ["created_at", "2016-12-11 09:15:52.005529"], ["updated_at", "2016-12-11 09:15:52.005529"], ["lock_version", 0]]
|
6374
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Julian', "last_name" = 'Nader', "public_name" = 'Khalid', "email" = 'jaida@ricenolan.info', "created_at" = '2016-12-11 09:15:52.005529', "updated_at" = '2016-12-11 09:15:52.005529', "id" = 2, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 2], ["lock_version", 0]]
|
6375
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6376
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'dup@test.com' LIMIT 1
|
6377
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Khalid') AND "user_profiles"."id" != 2) LIMIT 1[0m
|
6378
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
6379
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6380
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6381
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.015989"], ["updated_at", "2016-12-11 09:15:52.015989"]]
|
6382
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.018643"], ["updated_at", "2016-12-11 09:15:52.018643"]]
|
6383
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.020509"], ["updated_at", "2016-12-11 09:15:52.020509"]]
|
6384
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6385
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.023949"], ["updated_at", "2016-12-11 09:15:52.023949"]]
|
6386
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6387
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6388
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6389
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6390
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Elna') LIMIT 1
|
6391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Armand"], ["last_name", "Douglas"], ["public_name", "Elna"], ["email", "albert@pollich.net"], ["created_at", "2016-12-11 09:15:52.030199"], ["updated_at", "2016-12-11 09:15:52.030199"], ["lock_version", 0]]
|
6392
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Armand', "last_name" = 'Douglas', "public_name" = 'Elna', "email" = 'albert@pollich.net', "created_at" = '2016-12-11 09:15:52.030199', "updated_at" = '2016-12-11 09:15:52.030199', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6393
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6394
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
6395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6396
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6397
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.039015"], ["updated_at", "2016-12-11 09:15:52.039015"]]
|
6398
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.040661"], ["updated_at", "2016-12-11 09:15:52.040661"]]
|
6399
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.041851"], ["updated_at", "2016-12-11 09:15:52.041851"]]
|
6400
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6401
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.044030"], ["updated_at", "2016-12-11 09:15:52.044030"]]
|
6402
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6403
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6404
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6406
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Janie') LIMIT 1
|
6407
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Lavina"], ["last_name", "Grant"], ["public_name", "Janie"], ["email", "queen_runolfon@cummings.net"], ["created_at", "2016-12-11 09:15:52.051614"], ["updated_at", "2016-12-11 09:15:52.051614"], ["lock_version", 0]]
|
6408
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Lavina', "last_name" = 'Grant', "public_name" = 'Janie', "email" = 'queen_runolfon@cummings.net', "created_at" = '2016-12-11 09:15:52.051614', "updated_at" = '2016-12-11 09:15:52.051614', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6409
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6410
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
6411
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6412
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6413
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.057617"], ["updated_at", "2016-12-11 09:15:52.057617"]]
|
6414
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.059014"], ["updated_at", "2016-12-11 09:15:52.059014"]]
|
6415
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.060062"], ["updated_at", "2016-12-11 09:15:52.060062"]]
|
6416
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6417
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.062335"], ["updated_at", "2016-12-11 09:15:52.062335"]]
|
6418
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6419
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6420
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6422
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Laverne') LIMIT 1
|
6423
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Peggie"], ["last_name", "Howell"], ["public_name", "Laverne"], ["email", "justice@robertsconn.biz"], ["created_at", "2016-12-11 09:15:52.067715"], ["updated_at", "2016-12-11 09:15:52.067715"], ["lock_version", 0]]
|
6424
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Peggie', "last_name" = 'Howell', "public_name" = 'Laverne', "email" = 'justice@robertsconn.biz', "created_at" = '2016-12-11 09:15:52.067715', "updated_at" = '2016-12-11 09:15:52.067715', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6425
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6426
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'grady@padbergsanford.com' LIMIT 1
|
6427
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Laverne') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6428
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
6429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6430
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6431
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.077678"], ["updated_at", "2016-12-11 09:15:52.077678"]]
|
6432
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.080258"], ["updated_at", "2016-12-11 09:15:52.080258"]]
|
6433
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.082181"], ["updated_at", "2016-12-11 09:15:52.082181"]]
|
6434
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6435
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.086645"], ["updated_at", "2016-12-11 09:15:52.086645"]]
|
6436
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6437
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6438
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6439
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6440
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Alysa') LIMIT 1
|
6441
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Alvena"], ["last_name", "Kemmer"], ["public_name", "Alysa"], ["email", "ludwig@gislasonaufderhar.info"], ["created_at", "2016-12-11 09:15:52.094658"], ["updated_at", "2016-12-11 09:15:52.094658"], ["lock_version", 0]]
|
6442
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Alvena', "last_name" = 'Kemmer', "public_name" = 'Alysa', "email" = 'ludwig@gislasonaufderhar.info', "created_at" = '2016-12-11 09:15:52.094658', "updated_at" = '2016-12-11 09:15:52.094658', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6443
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6444
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'cydney@klein.net' LIMIT 1
|
6445
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Alysa') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6446
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
6447
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6448
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6449
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.106010"], ["updated_at", "2016-12-11 09:15:52.106010"]]
|
6450
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.108252"], ["updated_at", "2016-12-11 09:15:52.108252"]]
|
6451
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.109964"], ["updated_at", "2016-12-11 09:15:52.109964"]]
|
6452
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6453
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.112645"], ["updated_at", "2016-12-11 09:15:52.112645"]]
|
6454
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6455
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6456
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6457
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6458
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Warren') LIMIT 1
|
6459
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Perry"], ["last_name", "Braun"], ["public_name", "Warren"], ["email", "carey@gutmannmcclure.net"], ["created_at", "2016-12-11 09:15:52.119005"], ["updated_at", "2016-12-11 09:15:52.119005"], ["lock_version", 0]]
|
6460
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Perry', "last_name" = 'Braun', "public_name" = 'Warren', "email" = 'carey@gutmannmcclure.net', "created_at" = '2016-12-11 09:15:52.119005', "updated_at" = '2016-12-11 09:15:52.119005', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6461
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6462
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'emil@dickinsonmarks.biz' LIMIT 1
|
6463
|
+
[1m[36mUserProfile Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Warren') AND "user_profiles"."id" != 1) LIMIT 1[0m
|
6464
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
6465
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6466
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6467
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.129779"], ["updated_at", "2016-12-11 09:15:52.129779"]]
|
6468
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.132298"], ["updated_at", "2016-12-11 09:15:52.132298"]]
|
6469
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.134488"], ["updated_at", "2016-12-11 09:15:52.134488"]]
|
6470
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6471
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.138213"], ["updated_at", "2016-12-11 09:15:52.138213"]]
|
6472
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6473
|
+
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6474
|
+
[1m[35mPreference Load (0.1ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6476
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Marcus') LIMIT 1
|
6477
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Dewitt"], ["last_name", "Cassin"], ["public_name", "Marcus"], ["email", "carley.quitzon@erdmanconsidine.net"], ["created_at", "2016-12-11 09:15:52.146331"], ["updated_at", "2016-12-11 09:15:52.146331"], ["lock_version", 0]]
|
6478
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "user_profiles" SET "first_name" = 'Dewitt', "last_name" = 'Cassin', "public_name" = 'Marcus', "email" = 'carley.quitzon@erdmanconsidine.net', "created_at" = '2016-12-11 09:15:52.146331', "updated_at" = '2016-12-11 09:15:52.146331', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6479
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6480
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6481
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'hortense_nikolaus@dickioconnell.biz' LIMIT 1[0m
|
6482
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Marcus') AND "user_profiles"."id" != 1) LIMIT 1
|
6483
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "confirmed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["email", "hortense_nikolaus@dickioconnell.biz"], ["encrypted_password", "$2a$04$B9HMgELZAifZoBajPqRWLuEOmqeV7OxAuJM9cCVG1bfdHeLciTf5."], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:52.152408"], ["updated_at", "2016-12-11 09:15:52.152408"]]
|
6484
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "user_id" = 1, "updated_at" = '2016-12-11 09:15:52.153821', "lock_version" = 2 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 1]]
|
6485
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "email" = ?, "encrypted_password" = ?, "confirmed_at" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "account_id" = ? WHERE "users"."id" = ?[0m [["email", "hortense_nikolaus@dickioconnell.biz"], ["encrypted_password", "$2a$04$B9HMgELZAifZoBajPqRWLuEOmqeV7OxAuJM9cCVG1bfdHeLciTf5."], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:52.152408"], ["updated_at", "2016-12-11 09:15:52.152408"], ["id", 1], ["account_id", 1], ["id", 1]]
|
6486
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "email" = 'hortense_nikolaus@dickioconnell.biz', "updated_at" = '2016-12-11 09:15:52.156273', "lock_version" = 3 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 2]]
|
6487
|
+
[1m[36mUserSiteProfile Load (0.0ms)[0m [1mSELECT "user_site_profiles".* FROM "user_site_profiles" WHERE "user_site_profiles"."user_id" = ? AND "user_site_profiles"."account_id" = ? LIMIT 1[0m [["user_id", 1], ["account_id", 1]]
|
6488
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_site_profiles" ("user_id", "created_at", "updated_at", "uuid") VALUES (?, ?, ?, ?) [["user_id", 1], ["created_at", "2016-12-11 09:15:52.158856"], ["updated_at", "2016-12-11 09:15:52.158856"], ["uuid", "d8194b8b-1116-4b6e-83d5-0904743427b9"]]
|
6489
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "user_site_profiles" SET "account_id" = ?, "updated_at" = ? WHERE "user_site_profiles"."id" = ?[0m [["account_id", 1], ["updated_at", "2016-12-11 09:15:52.159924"], ["id", 1]]
|
6490
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
6491
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6492
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
6493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6494
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6495
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "core_accounts" ("domain", "account_prefix", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["domain", "test.example.com"], ["account_prefix", "test"], ["created_at", "2016-12-11 09:15:52.164920"], ["updated_at", "2016-12-11 09:15:52.164920"]]
|
6496
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "admin"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.166307"], ["updated_at", "2016-12-11 09:15:52.166307"]]
|
6497
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "roles" ("name", "account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "beta"], ["account_id", 1], ["created_at", "2016-12-11 09:15:52.167426"], ["updated_at", "2016-12-11 09:15:52.167426"]]
|
6498
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."name" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL ORDER BY "preferences"."id" ASC LIMIT 1 [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"]]
|
6499
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "preferences" ("owner_id", "owner_type", "name", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["owner_id", 1], ["owner_type", "Account"], ["name", "default_currency"], ["value", "EUR"], ["created_at", "2016-12-11 09:15:52.170270"], ["updated_at", "2016-12-11 09:15:52.170270"]]
|
6500
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6501
|
+
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "core_accounts".* FROM "core_accounts" WHERE "core_accounts"."account_prefix" = ? LIMIT 1[0m [["account_prefix", "test"]]
|
6502
|
+
[1m[35mPreference Load (0.0ms)[0m SELECT "preferences".* FROM "preferences" WHERE "preferences"."owner_id" = ? AND "preferences"."owner_type" = ? AND "preferences"."group_id" IS NULL AND "preferences"."group_type" IS NULL [["owner_id", 1], ["owner_type", "Account"]]
|
6503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6504
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE LOWER("user_profiles"."public_name") = LOWER('Lowell') LIMIT 1
|
6505
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "user_profiles" ("first_name", "last_name", "public_name", "email", "created_at", "updated_at", "lock_version") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["first_name", "Lessie"], ["last_name", "Buckridge"], ["public_name", "Lowell"], ["email", "flavio_kreiger@streichgusikowski.name"], ["created_at", "2016-12-11 09:15:52.176668"], ["updated_at", "2016-12-11 09:15:52.176668"], ["lock_version", 0]]
|
6506
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "user_profiles" SET "first_name" = 'Lessie', "last_name" = 'Buckridge', "public_name" = 'Lowell', "email" = 'flavio_kreiger@streichgusikowski.name', "created_at" = '2016-12-11 09:15:52.176668', "updated_at" = '2016-12-11 09:15:52.176668', "id" = 1, "account_id" = 1, "lock_version" = 1 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 0]]
|
6507
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6508
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6509
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'oleta_kuvalis@wyman.name' LIMIT 1[0m
|
6510
|
+
[1m[35mUserProfile Exists (0.1ms)[0m SELECT 1 AS one FROM "user_profiles" WHERE (LOWER("user_profiles"."public_name") = LOWER('Lowell') AND "user_profiles"."id" != 1) LIMIT 1
|
6511
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "confirmed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["email", "oleta_kuvalis@wyman.name"], ["encrypted_password", "$2a$04$zPmbu93.ptEs35/nT3k54OgVKsIGlhF7OITG34l3GLeHqZMz87XB2"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:52.181463"], ["updated_at", "2016-12-11 09:15:52.181463"]]
|
6512
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "user_profiles" SET "user_id" = 1, "updated_at" = '2016-12-11 09:15:52.183994', "lock_version" = 2 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 1]]
|
6513
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "email" = ?, "encrypted_password" = ?, "confirmed_at" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "account_id" = ? WHERE "users"."id" = ?[0m [["email", "oleta_kuvalis@wyman.name"], ["encrypted_password", "$2a$04$zPmbu93.ptEs35/nT3k54OgVKsIGlhF7OITG34l3GLeHqZMz87XB2"], ["confirmed_at", "2016-12-11 09:15:50.990239"], ["created_at", "2016-12-11 09:15:52.181463"], ["updated_at", "2016-12-11 09:15:52.181463"], ["id", 1], ["account_id", 1], ["id", 1]]
|
6514
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "user_profiles" SET "email" = 'oleta_kuvalis@wyman.name', "updated_at" = '2016-12-11 09:15:52.188467', "lock_version" = 3 WHERE "user_profiles"."id" = ? AND "user_profiles"."lock_version" = ? [["id", 1], ["lock_version", 2]]
|
6515
|
+
[1m[36mUserSiteProfile Load (0.1ms)[0m [1mSELECT "user_site_profiles".* FROM "user_site_profiles" WHERE "user_site_profiles"."user_id" = ? AND "user_site_profiles"."account_id" = ? LIMIT 1[0m [["user_id", 1], ["account_id", 1]]
|
6516
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "user_site_profiles" ("user_id", "created_at", "updated_at", "uuid") VALUES (?, ?, ?, ?) [["user_id", 1], ["created_at", "2016-12-11 09:15:52.193161"], ["updated_at", "2016-12-11 09:15:52.193161"], ["uuid", "ee0c6fb8-a5c7-4b53-bd79-7db59c64a620"]]
|
6517
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "user_site_profiles" SET "account_id" = ?, "updated_at" = ? WHERE "user_site_profiles"."id" = ?[0m [["account_id", 1], ["updated_at", "2016-12-11 09:15:52.194448"], ["id", 1]]
|
6518
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
6519
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6520
|
+
[1m[35m (0.8ms)[0m rollback transaction
|